twilio_send_sms
Send SMS messages programmatically using Twilio. Requires account SID, auth token, recipient, sender, and message body.
Instructions
Send an SMS via Twilio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_sid | Yes | ||
| auth_token | Yes | ||
| to | Yes | Recipient phone number in E.164 format | |
| from | Yes | Your Twilio phone number or messaging service SID | |
| body | Yes | Message text | |
| status_callback | No | URL to receive status updates |