rehook
rehook copied to clipboard
Webhook dispatcher
Filter incoming requests to determine whether or not to perform an action. You should be able to create filters for request headers and body contents (e.g. match `application/json` content type...
Filter should halt the processing chain on errors, actions shouldn't.
There's a lot of duplication in the templates and component source files. Now that we've got some more components it's time for some refactoring. Right now, most changes in the...
None of the stats are removed when a hook is deleted.
For example, send an email when there hasn't been any request in a certain time period for a configured hook.