Skip to content

Commit 9769ff4

Browse files
authored
Merge pull request #3 from obvonage/main
Update README.md
2 parents da9ed45 + 5b95c8b commit 9769ff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Fork [this repository](https://github.com/Vonage-Community/tutorial-voice-messag
88

99
![Create Codespace interface](codespaces.png)
1010

11+
1112
## Create a new Vonage app
1213
In the left menu [here](https://dashboard.nexmo.com/), click API Settings, left menu item.
1314

@@ -59,6 +60,8 @@ OPENAI_API_KEY=sk-**************************************
5960
EVENT_URL=https://******************************************-3000.preview.app.github.dev/webhooks/asr
6061
```
6162

63+
You will need to provide an answer URL for the application you create that corresponds to the answer route provided in the `.env` file. The answer URL needs to be an externally accessible URL that ends with /webhooks/answer. For example, if your URL was example.com, then your answer URL would be http://example.com/webhooks/answer.
64+
6265
Update App settings using [Dashboard](https://dashboard.nexmo.com/). Go to Application in the left menu. Choose a related app and click the 'Edit' button
6366

6467
![Edit App](edit-app-urls.png)

0 commit comments

Comments
 (0)