Register and bind a number
SMS requires a phone number with thesms capability, bound to an assistant. Register the number and add an SMS channel binding (the same flow as voice):
Send an outbound SMS
Start an outbound message withPOST /v1/sms/send. The send is queued asynchronously (202).
media_urls to send MMS, and an idempotency_key to make retries safe. If the recipient replies, their text continues the conversation and your assistant handles it.
Settings
Control country and length limits withGET/PUT /v1/sms/settings:
Next steps
Channels
How SMS maps to the unified conversation model and identity.
Run a conversation
Inspect turns, poll messages, and review transcripts for any channel.