latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

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

from_alphanumstring

Brand name that was created in your dashboard and validated by Ringover

to_numberinteger

International number format (E.164)

contentstring
user_idinteger

Example request

{
  "from_alphanum": "Ringover",
  "to_number": 33611223344,
  "content": "Hello World!",
  "user_id": 12345
}

Response

One-way SMS successfully sent.

mdr_uuidstring

Example response

{
  "mdr_uuid": "e10ef8d7-3b92-46e1-81e4-ea660f83fd47"
}