Skip to main content
This node allows you to send text message notifications.
- Phone Number: US phone number in country code (+1)
- Message: SMS message content
Node Outputs
This node has no outputs.
Example
The below example is a pipeline which sends a text message notification to a phone number.
- Text Node: The phone number to send the message to
- Text Node: The message to send
- Text:
hello, how are you doing?
- SMS Notification Node: Sends the message
- Phone Number:
{{text_0.text}}
- Message:
{{text_1.text}}
