An interface module that allows to call webhooks from IRIS.
Module type : Processor
Min IRIS version required : > 1.4.0
The module is not yet provided with IRIS. It can however be installed manually - please see the Installation section of this readme.
Please refer to the IRIS documentation.
The module can be installed manually by running the following command:
- Get an interactive shell on the docker :
docker exec -it <iris_web_app> /bin/bash
- Install the new package
pip3 install iris_webhooks_module
- Configure the module as explained in the documentation