Sim

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

ParameterTypeRequiredDescription
tostringYesRecipient phone number (include country code, e.g., +1234567890)
bodystringYesSMS message content

Output

ParameterTypeDescription
successbooleanWhether the SMS was sent successfully
tostringRecipient phone number
bodystringSMS message content

Notes

  • Category: tools
  • Type: sms
SMS