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
Authentication: Basic
Endpoints
/send-sms
Summary: This service sends an SMS to the recipient phone. It is possible to send long and short messages.
/send-sms-multiple
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.
/get-sms-status/{id}
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.
/received/list
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.
/received/search/{startDate}/{endDate}
Summary: Returns the SMS list received in a defined period.
required: StartDate and endDate received as 2014-08-22T23:59:59
.
/cancel-sms/{id}
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.
Updated over 5 years ago