Webhooks
Use outgoing webhooks to gather information about dialogs and integrate with external services. Once configured, events will fire to your URL(s) and can be used to create applications for various purposes, such as notifications and reporting. Check our documentation to get more insights into the Webhook API.
Note
Our Webhook API is not finalized yet and might see incompatible changes in upcoming versions. We try to keep it as stable as possible, but at this point no guarantee is given.
Webhooks Setup
Log in to CVG Console and select the CVG project you want to link with voiXen.
Click on the “Integrations” tab and select “webhooks”.
Enable “Use Webhook”, enter URL and bearer token of your webhook and save this configuration.
Done!
Using Webhooks
Webhook data is sent as JSON in the POST request body. The events that are sent to your webhook are outlined in the developer documentation.