send_sms
Send SMS messages to phone numbers in E.164 format. Optionally specify a sender phone number; otherwise one is auto-assigned. Returns message ID, status, and credits charged.
Instructions
Send an SMS message.
Returns message_id, message_sid, status, and credits_charged.
Args: to: Recipient phone number in E.164 format, e.g. "+15551234567" body: SMS message text phone_number_id: Send from a specific phone number (optional, auto-assigned if omitted)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | Yes | ||
| phone_number_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |