Skip to content

Use Twilio runtime functions to send a Twilio webhook to multiple destinations.

License

Notifications You must be signed in to change notification settings

affect-therapeutics/twilio-webhook-proxy

Repository files navigation

Twilio Webhook Proxy

CircleCI

Use Twilio runtime functions to send a Twilio webhook to multiple destinations.

This is not affiliated with Twilio in any way.

Development

npm start -- --ngrok

Deployment

Assuming valid Twilio credentials are provided, in local .env file

** WARNING ** the local .env.production file is uploaded to twillio as env variables

npm run deploy

Diagram

  graph TD;
      Twilio[Twilio SMS Receive]--Signed Webhook-->Proxy;
      Proxy--Signed Webhook-->Kustomer;
      Proxy--Signed Webhook-->Iterable;
Loading

About

Use Twilio runtime functions to send a Twilio webhook to multiple destinations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published