mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
.. | ||
icons | ||
56-twilio.html | ||
56-twilio.js | ||
LICENSE | ||
package.json | ||
README.md |
node-red-node-twilio
A Node-RED node to send SMS messages via the Twilio service.
Install
Run the following command in the root directory of your Node-RED install
npm install node-red-node-twilio
Usage
Sends an SMS message using the Twilio service.
msg.payload is used as the body of the message. The node can be configured with the number to send the message to. Alternatively, if the number is left blank, it can be set using msg.topic.
You must have an account with Twilio to use this node. You can register for one here.
There is an example of using this node to create a simple IVR here.