SMS Node
SMS Node
Article summary
Did you find this summary helpful?
Thank you for your feedback
SMS Node
The SMS node sends a text message to a pre-determined mobile number when a payload reaches it in the workflow. You can use it to notify specific users. Similar to the email node, you can use the SMS node with custom workflow logic.
Adding an SMS node to your workflow
- First, select your desired solution and navigate to Rayven Workflow.
- Select ‘Outputs’ from the left-hand panel.
- Find the SMS node and drag it onto the canvas.
- Provide input to the SMS node by connecting it to another node
- Double click on the SMS node to open its configuration window.
Configuring your SMS node
- First, give your node a Name. Choose something simple that clearly explains its purpose.
- We recommend you include a Header. An addressee will see this short description before they open a message.
- Enter the Message Body. This text is the main content of your message.You can include identifiers and variables using the syntax below:
- Insert a value from the JSON payload using ((json_key)).
- Insert a Device ID using <<_deviceid_>>.
- Insert a Device Name using <<_devicename_>>.
- Choose if you want to include a Footer. Usually, this is a signature block.
- Choose who will receive the message:
- Selecting To End User ensures the node addresses the mobile number configured in Dashboard Users.
- Use To Specific Number(s) to provide your own recipient(s). Enter the mobile number with the country code and without any symbols. If you have multiple recipients, use comma-separated values.
- Take recipient numbers from a payload JSON key by entering the relevant field under To Number from Data Field Name.
- Once you have configured your SMS node, click 'Save'. It is now ready to send messages to the addresses specified.
See Also: Set up Dashboard Users