A simple demo of Twilio's Verify call, email, sms and whatsapp functionality.
- ACCOUNT_SID= Your primary Twilio account identifier - find this in the Console
- AUTH_TOKEN= Used to authenticate - just like the above, you'll find this here
- VERIFY_SERVICE=Create a verify service here
- SG_EMAIL_VERIFY_KEY=Create a sendgrid API key with Validation Access here
To Run Functions Locally
npm install
npm start
To Deploy Functions to your account
npm run deploy or twilio serverless:deploy