Send SMS Message
Send an SMS message from an agent to a user. This creates or resumes a conversation and triggers processing workflows.
Headers
Your API key for authentication. Use the format: Bearer YOUR_API_KEY
.
Body Parameters
The E.164 formatted phone number of the user receiving the message.
The E.164 formatted phone number used to send the message (must belong to the authenticated account).
The content of the SMS message to send.
Optional metadata to associate with the conversation or message. Used for custom routing or analytics.
Response
An object confirming the message was sent and referencing the triggered workflow.
Confirmation text for the successful send.
ID of the conversation that was created or resumed.
ID of the Temporal workflow triggered to process the message.
null
on success, or a list of error objects if the request failed.