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.
The official docker image for this service is wazoplatform/wazo-webhookd
.
To download the latest image from the docker hub
docker pull wazoplatform/wazo-webhookd
docker run -e"XIVO_UUID=<the wazo UUID>" wazoplatform/wazo-webhookd
Building the docker image:
docker build -t wazoplatform/wazo-webhookd .