Node referenceMessaging
SEND_SMS
Send an SMS.
What it does
Send an SMS.
Inputs & outputs
| Input handle |
|---|
| None |
| Output handle |
|---|
| None |
Configuration
No configuration.
Example
How it works
SEND_SMS dispatches an SMS message through your connected SMS integration (BYOK). The node reads the destination phone number and message body from its input ports, then delegates to the configured SMS provider. It returns an internalCorrelationId for tracking.
Example
An appointment-reminder Workflow fires via CRON_TRIGGER one hour before each booking. An upstream SMS_TEMPLATE_FILLER node renders the message body (e.g. "Hi Alice, your appointment is in 1 hour at Clinic A"). Wire the rendered body and the contact's phone number into SEND_SMS to dispatch the reminder. Connect your SMS integration on the node to route delivery through your chosen provider.