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/
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.2.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1419ebccb337d6f269d82c5564db52c461dd73e13e9be5958fe7cf9b071d2a4 |
|
MD5 | 02d6b6f7c00f017876fe7d0ef6f06db9 |
|
BLAKE2b-256 | b90ae1b8f173bed35ee60555b1bf90a5164e42bb3bf13bbce94ba235e618cc4d |
Close
Hashes for django_signal_webhooks-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 917d32b1ea046cb3797acceaf561d72c760e03e657f0ac1f92204bb12437c1cb |
|
MD5 | e6a2f7ecb00ad0ca49d510ab6732dda2 |
|
BLAKE2b-256 | d73e426d97952aa3d480186c021ad1d5e93293065abe159bc921cc13e0d4e887 |