sms
Send a one-way SMS (admin only)
Sends a one-way (push) SMS. This endpoint is restricted to admin users with Conversations Write permission. Recipients cannot reply to one-way SMS. Phone numbers must be in E.164 format.
Permission: Admin status and Conversations Write required.
Monitoring: No impact.
post/push/sms/v1
Request body
Example request
{
"from_alphanum": "Ringover",
"to_number": 33611223344,
"content": "Hello World!",
"user_id": 12345
}Response
One-way SMS successfully sent.
Example response
{
"mdr_uuid": "e10ef8d7-3b92-46e1-81e4-ea660f83fd47"
}