twilio_send_sms
Send an SMS via Twilio by specifying recipient, sender, message body, and authentication credentials. Optionally set a status callback URL.
Instructions
Send an SMS via Twilio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number in E.164 format | |
| body | Yes | Message text | |
| from | Yes | Your Twilio phone number or messaging service SID | |
| auth_token | Yes | ||
| account_sid | Yes | ||
| status_callback | No | URL to receive status updates |