Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

Webhooks Event driven HTTP#

The webhooks app provides accounts the ability to receive HTTP requests in response to events within KAZOO.

Overview#

KAZOO, internally, runs messages through a message broker; in this case RabbitMQ via the AMQP protocol. These messages are flowing in a protected, high-trust environment which necessitates no 3rd party client access.

However, KAZOO also strives to provide 3rd parties (resellers or integrators, for instance) access to the goings on of the system.

Webhooks effectively provides an AMQP->HTTP bridge to allow events in KAZOO to flow from the AMQP message bus to the HTTP server of the 3rd party.