send_quick_bulk_sms
Send SMS to explicit phone numbers with scheduling and sender verification. Accepts comma-separated or array recipients, custom sender ID, and message content.
Instructions
Send SMS to explicit phone numbers.
Parameters
recipient: string (comma-separated) or array of phone numbers
recipients: alias of recipient
sender_id: string, max 11 chars
message: string, max 460 chars
schedule: boolean (default false)
schedule_time: string 'YYYY-MM-DD HH:MM' if schedule is true
verify_sender: boolean, best-effort status check before sending
Returns
API response payload; indexes campaign id in session cache
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| schedule | No | ||
| recipient | No | ||
| sender_id | No | ||
| recipients | No | ||
| schedule_time | No | ||
| verify_sender | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |