mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add BBB, Twilio and Pushbullet as npms
This commit is contained in:
24
social/twilio/README.md
Normal file
24
social/twilio/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
node-red-node-pushbullet
|
||||
========================
|
||||
|
||||
A <a href="http://nodered.org" target="_new">Node-RED</a> node to send SMS messages via the <a href="http://twilio.com" target="_new">Twilio</a> 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.
|
||||
|
||||
<b>msg.payload</b> 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 <b>msg.topic</b>.
|
||||
|
||||
You must have an account with Twilio to use this node. You can register for one <a href="https://www.twilio.com/">here</a>.
|
||||
|
||||
There is an example of using this node to create a simple IVR <a href="http://flows.nodered.org/flow/637b5f6128a8d423503f" target="_new">here</a>.
|
Reference in New Issue
Block a user