Add webhooks to django using signals.
Project description
Django Signal Webhooks
pip install django-signal-webhooks
Documentation: https://mrthearman.github.io/django-signal-webhooks/
Source Code: https://github.com/MrThearMan/django-signal-webhooks/
Contributing: https://github.com/MrThearMan/django-signal-webhooks/blob/main/CONTRIBUTING.md
This library enables you to add webhooks to a Django project for any create/update/delete events on your models with a simple configuration. New webhooks can be added in the admin panel, with or without authentication, with plenty of hooks into the webhook sending process to customize them for your needs.
# project/settings.py
# Add to instaled apps
INSTALLED_APPS = [
...
"signal_webhooks",
...
]
# Add default webhook configuration to the User model
SIGNAL_WEBHOOKS = {
"HOOKS": {
"django.contrib.auth.models.User": ...,
},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_signal_webhooks-0.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3efff4305a8c0555a17ce8f4cbb1006014afd7314862647db5724e06eec4493e |
|
MD5 | 30c4a73d0dc5f78641197f0efc69e9c7 |
|
BLAKE2b-256 | 0fe21974349def31611eeb689651d50c744c1a0810d36dc3830a961ea950578e |
Close
Hashes for django_signal_webhooks-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64be32ff06c1b74fe80176395258cfb51f1757fed28f026285f38a44d559c00f |
|
MD5 | 3097d15a2291fcc3b6d2b01f2dc1329c |
|
BLAKE2b-256 | b07563944fa0d6a854ce59158f5a02e4afc4d64dab5a1ddb3f25efe8747fdf10 |