From 23ea509e3a523b33ac09e249dd6513d1c163bb8d Mon Sep 17 00:00:00 2001 From: cowch Date: Mon, 6 Apr 2026 16:12:07 -0500 Subject: [PATCH] Update Creating a notificaion --- Creating-a-notificaion.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Creating-a-notificaion.md b/Creating-a-notificaion.md index 5d08b7b..51ca806 100644 --- a/Creating-a-notificaion.md +++ b/Creating-a-notificaion.md @@ -1 +1,14 @@ -Welcome to the Wiki. \ No newline at end of file +When creating a new notification we need to make sure 3 files are created with the same name + +in the notification folder create a file like +`notification.{name}.ts` + + +when the query is in alplaprod you will need to create one in the prodSql/queries folder, for Gp queries will need to go into gpSql/queries +`{name}.sql` + +Last one you need to create is the email file in the utlis/mailViews +`{name}.hbs` + +if one of these are not in the notification will fail +