phone.twilio.sms
Send SMS messages globally using Twilio integration. Specify recipient, sender Twilio number, and message content to deliver text communications with delivery confirmation.
Instructions
Send SMS message to any phone number worldwide. Requires a Twilio phone number as sender. Returns message SID and delivery status. $0.0083/SMS US outbound (Twilio)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number in E.164 format (e.g. "+14155551234") | |
| from | Yes | Sender phone number — must be a Twilio number you own (e.g. "+15551234567") | |
| body | Yes | SMS message text (max 1600 chars, splits into multiple segments if >160) |