From ec0d8a9df51eb072cfcd17b767d2cfab6d99c8fe Mon Sep 17 00:00:00 2001 From: plockwood Date: Wed, 22 Jul 2026 15:34:52 +0100 Subject: [PATCH] Add notify email template GUIDs for Visits. Added GUIDs for BugReportInternal, BugReportUser, FeedbackOrSuggestionInternal, SupportRequestInternal, and SupportRequestUser notify email templates in the Visits section of appsettings.json. --- src/DfE.ExternalApplications.Api/appsettings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/DfE.ExternalApplications.Api/appsettings.json b/src/DfE.ExternalApplications.Api/appsettings.json index 1d7f9b38..6d76f93c 100644 --- a/src/DfE.ExternalApplications.Api/appsettings.json +++ b/src/DfE.ExternalApplications.Api/appsettings.json @@ -596,7 +596,14 @@ "Visits": { "ApplicationSubmitted": "c6300826-2275-6f99-bf40-9d188h9ceh2c", "ContributorInvited": "3a0e2130-ceea-48c9-8e3d-906431acc86f", - "StatusChanged": "e8522048-4497-8h11-dh62-bf300j1egk4e" + "StatusChanged": "e8522048-4497-8h11-dh62-bf300j1egk4e", + + "BugReportInternal": "a950027f-387e-4993-9b48-b6af3212834e", + "BugReportUser": "f4f41d40-3e41-46c6-95ce-2bd7eb075488", + "FeedbackOrSuggestionInternal": "4065d2e9-3c37-40ea-b644-3459f0c0f6b1", + "SupportRequestInternal": "73dd04db-a00c-43f4-9e58-3417b4e93552", + "SupportRequestUser": "6ecdd673-8111-4fdd-8efd-e992e6f7be1b" + } }, "ConnectionStrings": {