This node allows you to send text message notifications.

Node Inputs

  1. Phone Number: US phone number in country code (+1)
    • Type: Text
  2. Message: SMS message content
    • Type: Text

Node Outputs

This node has no outputs.

Example

The below example is a pipeline which sends a text message notification to a phone number.

  1. Text Node: The phone number to send the message to
    • Text: +19999999999
  2. Text Node: The message to send
    • Text: hello, how are you doing?
  3. SMS Notification Node: Sends the message
    • Phone Number: {{text_0.text}}
    • Message: {{text_1.text}}