You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2023. It is now read-only.
"description": "Notify sales people immediately via SMS when new leads come in.",
"keywords": [
"twilio",
"node.js",
"express"
],
"env": {
"TWILIO_ACCOUNT_SID": {
"description": "API username - find your account SID at https://www.twilio.com/user/account/voice-messaging",
"required": true
},
"TWILIO_AUTH_TOKEN": {
"description": "API password - find your auth token at https://www.twilio.com/user/account/voice-messaging",
"required": true
},
"TWILIO_NUMBER": {
"description": "A number in your Twilio account to use with this application in E.164 format (e.g. +16518675309) - view your numbers at https://www.twilio.com/user/account/phone-numbers/incoming",
"required": true
},
"AGENT_NUMBER": {
"description": "A mobile phone number of a sales rep/agent you want to notify when the lead comes in.",