twilio_send_sms
Send an SMS message to any phone number using Twilio, with response including message SID, status, and price estimate.
Instructions
Send an SMS message via Twilio. Returns the message SID, status, and price estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number in E.164 format (e.g. +15551234567) | |
| body | Yes | The text content of the SMS message (max 1600 characters) | |
| from | No | Override the sender phone number. Defaults to TWILIO_PHONE_NUMBER env var. |