Example
Plivo node (send: sms)
The Plivo node will send an SMS with the weather update, which was sent by the previous node.
- Enter your Plivo Auth ID and Auth Token.
- Enter a Plivo phone number in the From field.
- Enter the receiver’s phone number in the To field.
- Click on the gears icon next to the Message field and click on Add Expression.
- Enter this message in the Expression field: Hey! The temperature outside is
{{$node["OpenWeatherMap"].json["main"]["temp"]}}°C
. - Click on Execute Node to run the node.
In this screenshot, you can see the node sending an SMS message to the phone number that we specified.
Using The Plivo Node To Send Weather Updates Via SMS
Save the workflow, then click on the Activate toggle on the top right of the screen to activate it. Your workflow will then be triggered as specified by the settings in the Cron node.