node-red-nodes/social/twilio
Sam Machin 2d28a2304f
Update package.jsons for mono-repo (#851)
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question.  as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
2021-11-02 15:22:30 +00:00
..
icons Update some icons 2014-06-04 22:29:09 +01:00
56-twilio.html Twilio creds could not be entered - to fix #357 2017-09-11 11:58:04 +01:00
56-twilio.js Upgrade to Twilio sdk v3 (#411) 2018-03-29 08:50:51 +01:00
LICENSE Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
README.md update social nodes info style 2016-03-02 13:27:52 +00:00
package.json Update package.jsons for mono-repo (#851) 2021-11-02 15:22:30 +00:00

README.md

node-red-node-twilio

A Node-RED node to send SMS messages via the Twilio service.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-node-twilio

Usage

Sends an SMS message or make a voice call using the Twilio service.

The Twilio out node is configured to send SMS or make call, depending on the option selected you enter the phone number or phone number and a URL to create the TWiML response file.

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. The payload can also be the URL to create the TWiML response file.

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.