Send an SMS Batch
In addition to sending a single SMS, you can also send a batch of SMS using this endpoint.
POST /sms/send/bulk
POST
/sms/send/bulk
Request Data
Headers
X-Api-Key
required
string
The API Key for your Workspace.
JSON Data
messages
required
array
An array of messages to send.
sender
required
string
Sender Name for the SMS.
recipient
required
string
format: E.164 Recipient Number (E.164 format) for the SMS.
content
required
string
The Content of the SMS to send.
sendAtUtc
string
format: date-time (ISO 8601) The date (UTC) in ISO 8601 format for when the SMS should be scheduled. If not specified, the SMS will be sent immediately.
Response Data
JSON Data
batchId
string
format: long / int64 The SMS Batch ID from Connect.
messageCount
number
The number of messages in the batch.