Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 786 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 786 Bytes

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 .