Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

awsm-twilio

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awsm-twilio

AWSM package for sending sms through twilio.

  • 1.3.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

:iphone: awsm-twilio

In your JAWS project root directory, run:

npm install awsm-twilio

set the following env vars in your JAWS project:

ACCOUNT_SID=XXX
AUTH_TOKEN=XXX

copy the following code to /aws_modules/awsm-twilio/sms/event.json:

{
  "to": "+16515556677",  // Any number Twilio can deliver to.
  "from": "+14506667788",     // A number you bought from Twilio and can use for outbound communication.
  "body": "Sharks are cool!"    // body of the SMS message
}

now, from inside that /awsm-twilio/sms/ directory...

jaws run

Tadaa! it works! ;)

FAQs

Package last updated on 10 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc