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.
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
- Brent Schooley