Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 746 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 746 Bytes

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