/twilio-passthrough-example

Example app demonstrating how to send bulk SMS using the Twilio Notify Passthrough API.

Primary LanguageJavaScript

Twilio Notify Passthrough API Example

This is an example app demonstrating the Passthrough API for Twilio Notify. The Passthrough API allows you to send multiple notifications from a single API request. With Pasthrough you can send bulk SMS messages with one call to Twilio.

Setup

git clone https://github.com/brentschooley/twilio-passthrough-example.git
cd twilio-passthrough-example
npm install

Configure the values in the .env file. Run the app:

npm start

Contributors

  • Brent Schooley