SMS
Send SMS messages using the internal SMS service
The SMS block allows you to send text messages directly from your workflows using Sim's own SMS sending infrastructure powered by Twilio. This integration enables you to programmatically deliver notifications, alerts, and other important information to users' mobile devices without requiring any external configuration or OAuth.
Our internal SMS service is designed for reliability and ease of use, making it ideal for automating communications and ensuring your messages reach recipients efficiently.
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.
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 |
body | string | SMS message content |
Notes
- Category:
tools
- Type:
sms