webhook

Lightweight, configurable incoming webhook server for processing HTTP requests

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight, configurable incoming webhook server

Commands

webhook

Examples

Start webhook server with default configuration on port 9000$ webhook -hooks hooks.json
Run webhook server on custom port with verbose logging$ webhook -hooks hooks.json -port 8080 -verbose
Start webhook server with IP binding and hotreload enabled$ webhook -hooks hooks.json -ip 192.168.1.100 -hotreload