Skip to content

adelaby/wazo-webhookd

 
 

Repository files navigation

wazo-webhookd

Build Status

A micro service 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 wazopbx/wazo-webhookd.

Getting the image

To download the latest image from the docker hub

docker pull wazopbx/wazo-webhookd

Running wazo-webhookd

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

Building the image

Building the docker image:

docker build -t wazopbx/wazo-webhookd .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.8%
  • Other 2.2%