webhook is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands.
It would be nice to be able to do an API call rather than launching a command.
That implies to have an URL, Headers, Body in the hook definition - parameters can still be kept though.
It would be nice to be able to do an API call rather than launching a command. That implies to have an URL, Headers, Body in the hook definition - parameters can still be kept though.