node-red-nodes/social/twilio
Dave C-J fe44018250 Merge branch 'migrate-to-fa-icons' of https://github.com/hindessm/node-red-nodes into hindessm-migrate-to-fa-icons
Conflicts:
	io/ping/88-ping.html
	io/wol/39-wol.html
	social/nma/57-nma.html
	social/prowl/57-prowl.html
	social/pushover/57-pushover.html
	social/twilio/56-twilio.html
	storage/sqlite/sqlite.html
2014-09-03 22:16:02 +01:00
..
icons Update some icons 2014-06-04 22:29:09 +01:00
56-twilio.html Merge branch 'migrate-to-fa-icons' of https://github.com/hindessm/node-red-nodes into hindessm-migrate-to-fa-icons 2014-09-03 22:16:02 +01:00
56-twilio.js Update Twilio to fa -icons - correct minor spelling 2014-07-27 20:09:19 +01:00
LICENSE add BBB, Twilio and Pushbullet as npms 2014-07-15 10:15:34 +01:00
README.md Update Twilio to fa -icons - correct minor spelling 2014-07-27 20:09:19 +01:00
package.json Update Twilio to fa -icons - correct minor spelling 2014-07-27 20:09:19 +01: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 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.