django-webhook
django-webhook copied to clipboard
Django webhooks triggered on model changes
Hello, not trying to come as rude/aggressive/criticizing... just found out your package and taking a look how do you do things, What are your thoughts on transaction support? Because, in...
Hi there, I have just installed this lib to try it out on a fairly large & complex Django project, and have encountered the following error when saving an object...
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...
Currently the action types for the webhooks are limited to existing signals. It would be great to be able to fire off a webhook for specific signals/events.
Django Tasks will hopefully be merged into core Django in the 6.0 release cycle. It's going to take a while before the existing libraries match the API, but adding here...
The current serialization of the model for the webhook is limited. For example relationships will use the PK instead of an option like a slug or name field. I would...
Hey, great project. Came across a use case I need but instead of celery I'm using django-q2. I forked it and will try and add a feature req with support...