django-webhook
django-webhook copied to clipboard
feat: Add option for pre and post request hooks
Add options for pre- and post-request hooks to allow users to execute some behavior before and/or after a webhook request is made. This is to allow for observability around the requests being made as well as other actions that require information about the webhook being fired, the payload, and the response.