send_bulk_sms
Send the same SMS to up to 10,000 recipients in one request. Processed asynchronously with immediate job ID for tracking.
Instructions
Send the same SMS to up to 10,000 recipients. Processed asynchronously — returns a job_id immediately; use get_bulk_sms_job to track progress.
Confirm the recipient list size, message, and sender_id with the user first — this spends real credits.
Args: recipients: List of phone numbers in E.164 format (1-10,000). message: SMS text content (max 1600 characters). sender_id: Sender ID (1-11 alphanumeric chars). Use list_sms_sender_ids to find approved IDs, or 'MojaWave' as the default fallback. name: Optional campaign name for your reference (e.g. "June Promo").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| message | Yes | ||
| sender_id | Yes | ||
| recipients | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |