mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
6 lines
125 B
Python
6 lines
125 B
Python
from django.dispatch import Signal
|
|
|
|
|
|
webhook_verify = Signal()
|
|
webhook_event = Signal(providing_args=['event_type', 'data'])
|