add template archived event

This commit is contained in:
Pete Matsyburka
2026-03-18 08:46:19 +02:00
parent 36d59c40a7
commit 7309581b75
7 changed files with 147 additions and 2 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ module WebhookUrls
'submission.expired' => SendSubmissionExpiredWebhookRequestJob,
'submission.archived' => SendSubmissionArchivedWebhookRequestJob,
'template.created' => SendTemplateCreatedWebhookRequestJob,
'template.updated' => SendTemplateUpdatedWebhookRequestJob
'template.updated' => SendTemplateUpdatedWebhookRequestJob,
'template.archived' => SendTemplateArchivedWebhookRequestJob
}.freeze
EVENT_TYPE_ID_KEYS = {