verify-serverless

A simple demo of Twilio's Verify call, email, sms and whatsapp functionality.

header send validate footer

Technology used

Configure .ENV

  • 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

Run

To Run Functions Locally

npm install

npm start

To Deploy Functions to your account

npm run deploy or twilio serverless:deploy