sms
Send an SMS
Sends an SMS message. Phone numbers must be in E.164 format. If you are concerned about your consumption, please refer to "<a href='https://www.ringover.com/support/texting-understanding-and-ontrolling-usage'>SMS: understand and control your consumption</a>".
Permission: Conversations Write required.
Monitoring: Optional. With Monitoring OFF, you can only send SMS from your own phone number. With Monitoring ON, you can send SMS from another team member's number using the user_id_forced parameter.
post/push/sms
Request body
Example request
{
"from_number": "+33744332211",
"to_number": "+33611223344",
"content": "Hello World!",
"user_id_forced": 12345,
"scheduled_at": "2025-08-21T07:00:00.000Z"
}Response
SMS accepted and queued for delivery.
Example response
{
"message_id": 1234567,
"conv_id": 23456
}