Send a single SMS message to a recipient phone number.
+14155551234).{{messageId}} placeholder to insert the unique message ID into the body at send time.true, any URLs in the message body are automatically wrapped in the link shortener for click tracking.first_name (string), last_name (string), custom_fields (object), and timezone (string). These values are used to populate template variables like {{first_name}} in the message body."queued" on successful submission.| HTTP Status | Error Code | Description |
|---|---|---|
| 400 | missing_to | The to field is required but was not provided. |
| 400 | missing_list_number | The list_number field is required but was not provided. |
| 400 | missing_body | The body field is required but was not provided. |
| 400 | invalid_phone | The to field is not a valid E.164 phone number. |
| 400 | invalid_list_number | The list_number field is not a valid E.164 phone number. |
| 400 | list_not_found | The sending list was not found or does not belong to your account. |
| 400 | webhook_not_configured | Webhook verification required before sending (BYOC lists). |