Send multiple SMS messages in a single bulk request.
Send up to 1,000 SMS messages in a single API call. Each message in the batch is validated independently — successfully validated messages are queued even if others in the batch fail validation.Documentation Index
Fetch the complete documentation index at: https://docs.tracklysms.com/llms.txt
Use this file to discover all available pages before exploring further.
| HTTP Status | Error Code | Description |
|---|---|---|
| 400 | missing_messages | The messages array is required but was not provided. |
| 413 | too_many_messages | The messages array exceeds the 1,000 message limit. |
| Code | Description |
|---|---|
missing_to | The to field is required but was not provided. |
missing_list_number | The list_number field is required but was not provided. |
missing_body | The body field is required but was not provided. |
invalid_phone | The to field is not a valid E.164 phone number. |
invalid_list_number | The list_number field is not a valid E.164 phone number. |
list_not_found | The sending list was not found or does not belong to your account. |