Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit a5c22e6

Browse files
authored
Adding variables for voice examples
1 parent 2ea0f5c commit a5c22e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

example.env

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ INSIGHT_NUMBER='NUMBER_FOR_INSIGHT'
1010
# Account
1111
SMS_CALLBACK_URL=
1212

13+
# Voice
14+
NEXMO_APPLICATION_ID='YOUR_APPLICATION_ID"
15+
NEXMO_PRIVATE_KEY='PATH_TO_KEY_FILE"
16+
1317
# Numbers
1418
COUNTRY_CODE='GB'
1519
NUMBER_SEARCH_CRITERIA='234'
@@ -20,4 +24,4 @@ NEXMO_NUMBER_FEATURES='SMS,VOICE'
2024
MESSAGES_APPLICATION_ID='12a3b4cd-a1b2-1ab2-a1b2-a1234bc5d678'
2125
VOICE_CALLBACK_TYPE='tel'
2226
VOICE_CALLBACK_VALUE='447700900002'
23-
VOICE_STATUS_URL='https://example.com/webhooks/status'
27+
VOICE_STATUS_URL='https://example.com/webhooks/status'

0 commit comments

Comments
 (0)