Use Twilio runtime functions to send a Twilio webhook to multiple destinations.
This is not affiliated with Twilio in any way.
npm start -- --ngrok
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
graph TD;
Twilio[Twilio SMS Receive]--Signed Webhook-->Proxy;
Proxy--Signed Webhook-->Kustomer;
Proxy--Signed Webhook-->Iterable;