You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT INTO notification_templates (id, name, title_template, body_template, "group", actions)
11
+
VALUES ('6a2f0609-9b69-4d36-a989-9f5925b6cbff', 'Your account has been suspended', E'Your account "{{.Labels.suspended_account_name}}" has been suspended',
12
+
E'Hi {{.UserName}},\nYour account **{{.Labels.suspended_account_name}}** has been suspended.',
13
+
'User Events', '[]'::jsonb);
14
+
INSERT INTO notification_templates (id, name, title_template, body_template, "group", actions)
INSERT INTO notification_templates (id, name, title_template, body_template, "group", actions)
24
+
VALUES ('1a6a6bea-ee0a-43e2-9e7c-eabdb53730e4', 'Your account has been activated', E'Your account "{{.Labels.activated_account_name}}" has been activated',
25
+
E'Hi {{.UserName}},\nYour account **{{.Labels.activated_account_name}}** has been activated.',
0 commit comments