Send multiple SMS messages
POST/api/v1/sms/sendMulti
This endpoint allows you to send multiple, distinct SMS messages with a single API request. Each message within the messages array functions similarly to the /send endpoint, allowing individual message parameters. You can also define global parameters that apply to all messages, but note that message-specific parameters will override these global settings.
Important: A single request can include a maximum of 1500 recipients across all messages.
Request
Responses
- 200
- 400
- 401
The SMS messages were sent successfully.
Bad Request.
Unauthorized.