Update docs/webhooks.rst with django signals link

Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
This commit is contained in:
Sam Splunks 2024-04-17 14:34:47 +02:00 committed by GitHub
parent 361ba84295
commit 750b216d66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ Once these URLs are configured, a serialized copy of the ticket object will be p
Signals
--------------
Webhooks are triggered through django signals.
Webhooks are triggered through `Django Signals <https://docs.djangoproject.com/en/stable/topics/signals/>_`.
The two available signals are:
- new_ticket_done