send_sms
Send text messages to single or multiple phone numbers, with support for scheduling, attachments, and advanced SMS features.
Instructions
Send an SMS message to one or multiple recipients
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number(s) | |
| text | Yes | SMS message text | |
| from | No | Sender ID (alphanumeric or phone number) | |
| delay | No | Delayed sending timestamp (Unix timestamp or ISO 8601) | |
| debug | No | Enable debug mode (no actual sending) | |
| flash | No | Send as flash SMS | |
| no_reload | No | Disable automatic reloading of phone numbers | |
| unicode | No | Enable unicode mode | |
| utf8 | No | Enable UTF-8 encoding | |
| details | No | Return detailed response | |
| return_msg_id | No | Return message ID | |
| performance_tracking | No | Enable performance tracking | |
| label | No | Custom label for the message | |
| foreign_id | No | Custom ID for tracking | |
| ttl | No | Time to live in minutes | |
| udh | No | User Data Header for binary SMS | |
| is_binary | No | Send as binary SMS | |
| files | No | File attachments for SMS |