mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Add webhook handler
This commit is contained in:
5
djrill/signals.py
Normal file
5
djrill/signals.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.dispatch import Signal
|
||||
|
||||
|
||||
webhook_verify = Signal()
|
||||
webhook_event = Signal(providing_args=['event_type', 'data'])
|
||||
Reference in New Issue
Block a user