Skip to content

ericfong/dpd-twilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dpd-twilio

Description

Send SMS via Twilio. You should create your account in Twilio first.

Getting started

This module requires deployd ~0.7.0.

If you haven't used Deployd before, make sure to read the documentation.

Installation without package.json

npm install dpd-twilio

Installation with package.json

If you have a package.json, you'll have to add this module in it.

npm install dpd-twilio --save

Once it is installed, Deployd will automatically load it.
For more information about Modules, take a look at the module page on the deployd documentation.

The dpd-twilio module

Overview

It is a simple twilio wrapper for deployd

Options/Settings

Require:

  • twilioAccountSid
  • twilioAuthToken
  • defaultFromTel

Please fill them in using the deployd dashboard config page of this module.

Usage example

// send a SMS to +123456789
dpd.twilio.post({to:'+123456789', body:'Hello World!'});

Contributing

Just send me a Pull Request in Github.

Release history

  • 0.1.0: first version

Contributors

Eric Fong

About

send SMS with deployd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published