Skip to main content

Add webhooks to django using signals.

Project description

Django Signal Webhooks

Coverage Status GitHub Workflow Status PyPI GitHub GitHub Last Commit GitHub Issues Downloads

Python Version Django Version

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_signal_webhooks-0.3.0.tar.gz (16.6 kB view hashes)

Uploaded Source

Built Distribution

django_signal_webhooks-0.3.0-py3-none-any.whl (22.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page