single_simple_send

Send a single SMS message in one request. The body is a flat object — ideal for transactional, one-off messages. For high volume, use simple_send to batch up to 250 messages per call.

Set a unique internal_id to correlate the message with delivery webhooks. The response returns a task_id and the assigned message_uuid/conversation_uuid.

Authentication: stream token in the Authorization header (see Authentication in the API Overview).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

Your identifier for the message. Echoed back in responses and delivery webhooks.

string

Sender ID or phone number. Falls back to the stream default when omitted.

string

Recipient phone number in international format, digits only.

string
required

The text body of the SMS message.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json