Add custom attributes or metadata to Twilio SMS
Instructions to setup and run this app:
-
install npm packages npm i
-
Rename the .env.template file to .env and swap in your Twilio credentials and phone numbers to the correct environment variables
-
Run ngrok in the terminal and copy the https url
-
Paste the ngrok https url into the statusCallback parameter
-
Run this program in a separate terminal window npm run dev