Getting started
Rules Engine Widgets
Twilio Send SMS
3 min
purpose problem statement needed to send automated sms messages to users directly from workflows using the twilio api requirements must accept twilio account credentials (sid and auth token) should include fields for sender number, recipient number, and message body must handle message delivery status and error responses use cases sending otps, alerts, or verification messages to users notifying users about order updates, appointments, or system events automating sms based marketing or reminders within a workflow outcome allows seamless integration of sms functionality, enabling instant and reliable communication with users through twilio how to use drag & drop the twilio send sms node onto the canvas enter your twilio account sid and auth token configure the from number (twilio verified sender) and to number (recipient) type the message content or map it dynamically from previous nodes connect this node’s success or error outputs to the next workflow step test the flow to confirm successful message delivery