schedule_sms
Schedule single or bulk SMS messages for future delivery using approved sender, message text, and send time, with up to 500 recipients via direct numbers or contact list.
Instructions
Schedule a single or bulk SMS via POST /api/v2/sms/schedule-send. Requires from, text, send_at, and either to or list_uuid. Cap 500 recipients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | One recipient or inline list (max 500 combined) | |
| from | Yes | Approved sender | |
| text | Yes | Message body | |
| send_at | Yes | RFC 3339 future send time | |
| list_uuid | No | Saved contact list UUID | |
| opt_out_list | No | Optional opt-out list UUID | |
| idempotency_key | No | Optional Idempotency-Key header |