send_sms
Send a single SMS immediately to a recipient from an approved sender with message text. Optionally include an idempotency key or opt-out list for control.
Instructions
Send one SMS immediately via POST /api/v2/sms/send. Requires from, to, text. Optional opt_out_list UUID and Idempotency-Key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number | |
| from | Yes | Approved sender (verified CLI or VMN) | |
| text | Yes | Message body (1–1600 chars) | |
| opt_out_list | No | Optional opt-out list UUID | |
| idempotency_key | No | Optional Idempotency-Key header (8–255 chars) |