forked from twilio-labs/sample-autopilot-voice-ivr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
23 lines (23 loc) · 816 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Voice-Powered IVR Chatbot with Autopilot",
"description": "A template for getting started with Twilio Autopilot and Node.js.",
"website": "https://twilio.com",
"logo": "https://www.twilio.com/marketing/bundles/marketing/img/favicons/favicon_114.png",
"success_url": "/",
"addons": [],
"keywords": ["nodejs", "twilio"],
"env": {
"TWILIO_ACCOUNT_SID": {
"description": "Your Twilio Account SID. Get a free account at twilio.com/try-twilio",
"value": ""
},
"TWILIO_AUTH_TOKEN": {
"description": "Your Twilio Auth Token. You can get it at twilio.com/console",
"value": ""
},
"TWILIO_PHONE_NUMBER": {
"description": "The Twilio phone number you want to use to send SMS. Get one in the Twilio Console",
"value": "+12345678910"
}
}
}