Click the button below to deploy the connector to Heroku:
In the 'Config Vars' section, add the following (required):
- TENEO_ENGINE_URL: The engine url
- WEBHOOK_FOR_VONAGE: Endpoint for deployed application e.g. https://vonage-voice-teneo.herokuapp.com. Please note DO NOT add a '/' to the end of this URL
These are not required but can also be set:
- LANGUAGE_ASR: Language to ASR, defaults to en-GB if not specified
- VOICENAME: Voice for TTS. Defaults to 'Amy', go to https://developer.nexmo.com/voice/voice-api/guides/text-to-speech
- PORT: Port to run the application on (defaults to 1337 if not specified)
- PATH_TO_ANSWER: Defaults to '/webhooks/answer'
- Create an application: https://dashboard.nexmo.com/applications. Ensure you enable "Voice" for your option then set "Event URL" to the endpoint for this application and the "Answer URL" to +<PATH_TO_ANSWER>. N.B. PATH_TO_ANSWER defaults to "/webhooks/answer".
- Add a number: https://dashboard.nexmo.com/your-numbers. Link the application created in step 1 to this number