Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion env-variables.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,14 +904,24 @@
],
"voice-ivr": [
{
"key": "MY_PHONE_NUMBER",
"key": "TWILIO_PHONE_NUMBER",
"required": true,
"format": "text",
"description": "Your phone number for call forwarding (Sales option)\nEnter in E.164 format: https://www.twilio.com/docs/glossary/what-e164\nUse a test phone number during development",
"link": null,
"default": "+15551234567",
"configurable": true,
"contentKey": null
},
{
"key": "TWILIO_VOICE_WEBHOOK_URL",
"required": true,
"format": "text",
"description": "The path to the webhook",
"link": null,
"default": "/voice-ivr",
"configurable": false,
"contentKey": null
}
],
"magic-links": [
Expand Down
2 changes: 1 addition & 1 deletion voice-ivr/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# description: Your phone number
# format: phone_number
# required: true
MY_PHONE_NUMBER=+12223334444
TWILIO_PHONE_NUMBER=+12223334444

# description: The path to the webhook
# configurable: false
Expand Down
9 changes: 0 additions & 9 deletions voice-ivr/.env.example

This file was deleted.

Loading