Send SMS messages and inspect sent message history.
Send SMS text
Method and route: POST /api/Envio/enviarSms. Sends a plain text SMS message to one or more destination numbers using the authenticated merchant SMS account.
Send SMS text › Responses
SMS send accepted.
batchIdtotalDestinatariosestadoSend SMS using template
Method and route: POST /api/Envio/enviarSmsTemplate. Sends an SMS message using an existing template ID. Use this when message content is managed as a reusable template.
Send SMS using template › Request Body
smsIdSMS template identifier.
numerosDestinoremetenteSend SMS using template › Responses
Template SMS send accepted.
batchIdtotalDestinatariosestadoSend SMS to contact list
List sent SMS
Method and route: GET /api/Envio/ListarSmsEnviadas. Returns a paged history of SMS messages sent by the authenticated merchant.
query Parameters
pageNumberPage number.
pageSizeNumber of records per page.
List sent SMS › Responses
Paged sent SMS history.
Search sent SMS by date
Method and route: GET /api/Envio/PesquisarSMSEnviados. Finds sent SMS messages for a specific day, month, and year.
query Parameters
diaDay of month.
mesMonth number.
anoFour-digit year.
Search sent SMS by date › Responses
Search sent SMS by date interval
Method and route: GET /api/Envio/pesquisarEnviosPorIntervaloDeDatas. Finds sent SMS messages between a start date and an end date.
query Parameters
diaInicioStart day of month.
mesInicioStart month number.
anoInicioStart year.
diaFimEnd day of month.
mesFimEnd month number.
anoFimEnd year.