SMS
Send SMS messages using the internal SMS service
Configuration
To*
+1234567890
Message*
Your SMS message content...
Tools
sms_send
Send an SMS message using the internal SMS service powered by Twilio
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
to | string | Yes | Recipient phone number (include country code, e.g., +1234567890) |
body | string | Yes | SMS message content |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Whether the SMS was sent successfully |
to | string | Recipient phone number |
Usage Instructions
Send SMS messages directly using the internal SMS service powered by Twilio. No external configuration or OAuth required. Perfect for sending notifications, alerts, or general purpose text messages from your workflows. Requires valid phone numbers with country codes.
Notes
- Category:
tools - Type:
sms