Phone
Send SMS
Send an outbound SMS from a provisioned number (gated until campaign approval)
POST
Sends an outbound SMS from a provisioned number. Billed per 160-char segment. Carrier-gated (not approval-gated): if the number’s campaign isn’t approved yet, the request returns
409 compliance_pending and no message is sent / no credit is charged.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | UUID of the sending phone number |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
to | string | Yes | Recipient phone number in E.164 format (e.g. +14155551234) |
body | string | Yes | Message text |
CLI
MCP
Tool:naive_phone_send
Sending SMS is not approval-gated — it executes immediately (subject to the
carrier-approval gate above). Only provisioning
a number is approval-gated by default.