n8n.io is a powerful workflow automation tool that lets you deploy smart workflows for your business processes. You can use n8n’s Plivo node to connect it with other nodes (applications) to send SMS or MMS messages or make phone calls.
To start using Plivo with n8n, you’ll need
To see how n8n works, you can create a workflow that sends daily weather updates via SMS messages using the Plivo node, as well as Cron and OpenWeatherMap nodes. You can find the workflow on n8n.io.
The final workflow should look like this.
The Cron node will trigger the workflow daily at 9 a.m.
In this screenshot, the Cron node is configured to trigger the workflow every day at 9 a.m.
The OpenWeatherMap node will return data about the current weather.
berlin
.In this screenshot, you can see that the node returns data about the current weather in Berlin.
The Plivo node will send an SMS with the weather update, which was sent by the previous node.
Enter this message in the Expression field: Hey! The temperature outside is {{$node["OpenWeatherMap"].json["main"]["temp"]}}°C.
In this screenshot, you can see the node sending an SMS message to the phone number that we specified.
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.