Skip to content

wazo-platform/wazo-webhookd

Repository files navigation

wazo-webhookd

Build Status

A microservice to manage and trigger webhooks in the Wazo PBX.

wazo-webhookd allow the administrator to manage webhooks (incoming or outgoing) using a simple HTTP interface.

Docker

The official docker image for this service is wazoplatform/wazo-webhookd.

Getting the image

To download the latest image from the docker hub

docker pull wazoplatform/wazo-webhookd

Running wazo-webhookd

docker run -e"XIVO_UUID=<the wazo UUID>" wazoplatform/wazo-webhookd

Building the image

Building the docker image:

docker build -t wazoplatform/wazo-webhookd .