Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 361 Bytes

TWILIO.md

File metadata and controls

9 lines (7 loc) · 361 Bytes

Twilio Setup

This will explain how to get Twilio set up on your API. It's very simple. Create a new Twilio account if you don't already have one and then supply these variables to your local and remote server environment variables.

TWILIO_ACCOUNT_SID=<account SID>
TWILIO_AUTH_TOKEN=<API token>
TWILIO_FROM_NUMBER=<number in the form: +15555555555>