Zenvia

Simplifique a conversa com seus clientes. Conheça nossa plataforma de aplicações conversacionais e nossos bots.

Info

Schemes: https
Base URL: https://api-rest.zenvia.com/services

Documentation Reference

Authentication: Basic

Link for help

Endpoints

/send-sms

POST

Summary: This service sends an SMS to the recipient phone. It is possible to send long and short messages.

Reference

/send-sms-multiple

POST

Summary: This method receives a list of sendSmsRequest objects, but in this case the attribute aggregateId (if necessary) should be kept out of the individual block, thus being the same for all the messages in the request.

Reference

/get-sms-status/{id}

GET

Summary: Consults the delivery status of a message previously sent using your identifier id.
Important: consulting an SMS is available for up to 24 hours after your submission.

Reference

/received/list

GET

Summary: Returns the list of new SMS received. Each SMS will be available just one time. We suggest you save the SMS status in your database for future examinations.

Reference

/received/search/{startDate}/{endDate}

GET

Summary: Returns the SMS list received in a defined period.
required: StartDate and endDate received as 2014-08-22T23:59:59.

Reference

/cancel-sms/{id}

POST

Summary: Cancels a scheduled SMS delivery. To carry out the cancellation, the id must have been used at the time of the delivery. Important: cancelling an SMS can only be done up until its schedule date. After that, the SMS will have been sent to the operator and can not be canceled.

Reference