Send a single raw SMS message with optional skip flags for advanced control.
+14155551234).{{messageId}} placeholder to insert the unique message ID into the body at send time.true, skips the duplicate message check. By default, the system prevents sending identical messages to the same recipient within a short window.true, skips per-list rate limiting. Use with caution to avoid exceeding carrier throughput limits.true, skips contact validation such as opt-out and block list checks. The message will be sent even if the recipient has previously unsubscribed.true, skips the journey enrollment check. By default, the system verifies whether the recipient is enrolled in an active journey that might conflict with this message."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). |