0.1.0 • Published 6 years ago

node-red-node-twilio v0.1.0

Weekly downloads
3,468
License
Apache-2.0
Repository
github
Last release
6 years ago

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.

0.1.0

6 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago