bulk_send_sms
Send a single SMS message to many recipients at once. Use inline phone numbers or a saved contact list, with synchronous delivery for up to 500 and asynchronous for up to 50,000 recipients.
Instructions
Bulk-send one SMS body to many recipients via POST /api/v2/sms/bulk-send. Provide from + text and either to[] or list_uuid. Sync ≤500; async 501–50k returns job_uuid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Inline recipients (up to 20000) | |
| from | Yes | Approved sender | |
| text | Yes | Message body | |
| list_uuid | No | Saved contact list UUID | |
| opt_out_list | No | Optional opt-out list UUID | |
| idempotency_key | No | Optional Idempotency-Key header |