django-webhook icon indicating copy to clipboard operation
django-webhook copied to clipboard

feat: Add option for pre and post request hooks

Open abborg opened this issue 9 months ago • 5 comments

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.

abborg avatar Feb 02 '25 22:02 abborg