Skip to content

agilee/bip-pod-twilio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twilio bip-pod-twilio

Twilio pod for bipio.

Installation

From bipio server root directory

npm install bip-pod-twilio
./tools/pod-install.js -a twilio [-u optional account-wide channel auto install]

The pod-install script is a server script which will register the pod with the bipio server and add sparse configuration to your NODE_ENV environment config ('default.json', staging or production) keyed to 'twilio', based on the default config in the pod constructor. It will also move the pod icon into the server cdn

Manually restart the bipio server at your convenience.

Actions

send_sms

Sends a new outgoing SMS Message. If you are sending SMS while your Twilio account is in Trial mode, the "To" phone number must be verified with Twilio.

Sample Channel Config :

"action" : "twilio.send_sms",
"config": {
  "body": "Default Text body, Pretty boring!",
  "to_phone" : "+1234567890",
  "from_phone" : "+0987654321"
}

Bipio Docs

License

BipIO is free for non-commercial use - GPLv3

Our open source license is the appropriate option if you are creating an open source application under a license compatible with the GNU GPL license v3.

Bipio may not be used for Commercial purposes by an entity who has not secured a Bipio Commercial OEM License. To secure a Commercial OEM License for Bipio, please reach us

Cloud Spark Copyright (c) 2010-2013 CloudSpark pty ltd

About

Twilio Pod for Bipio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published