Webhook Activate API

Welcome to our Webhook Activate API guide.

You will find documentation in order to use this Webhook API, see how we'll push data to your end, and build your awesome products with it.

The Webhook Activate API purpose is to push, to an endpoint on your end, data regarding phone Calls as soon as we've processed them from A to Z: they have a transcription, they have been qualified and tagged.

About Webhooks

Webhooks let you subscribe to events happening in a software system and automatically receive a delivery of data to your server whenever those events occur.

Webhooks are used to receive data as it happens, as opposed to polling an API (calling an API intermittently) to see if data is available. With webhooks, you only need to express interest in an event once, when you create the webhook.