From 750b216d66f77558d77b5ad90b06b5a561a7e3a1 Mon Sep 17 00:00:00 2001 From: Sam Splunks <72095718+samsplunks@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:34:47 +0200 Subject: [PATCH] Update docs/webhooks.rst with django signals link Co-authored-by: Benbb96 --- docs/webhooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/webhooks.rst b/docs/webhooks.rst index e25c8faa..967fd8fa 100644 --- a/docs/webhooks.rst +++ b/docs/webhooks.rst @@ -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 _`. The two available signals are: - new_ticket_done