Skip to content

Commit 303acda

Browse files
committed
control-plane: add 'resolved' keyword to alert resolution emails
Adding this keyword to the subject allows it to work with a Zenduty feature to automatically resolve alerts.
1 parent 8b38ca6 commit 303acda

File tree

1 file changed

+1
-1
lines changed
  • supabase/functions/alert-data-processing

1 file changed

+1
-1
lines changed

supabase/functions/alert-data-processing/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const formatConfirmationEmail = ({
9797
arguments: { emails, spec_type },
9898
catalog_name,
9999
}: AlertRecord): EmailConfig => {
100-
const subject = `Estuary Flow: Alert for ${spec_type} ${catalog_name}`;
100+
const subject = `Estuary Flow: Alert resolved for ${spec_type} ${catalog_name}`;
101101

102102
const detailsPageURL = getTaskDetailsPageURL(catalog_name, spec_type);
103103

0 commit comments

Comments
 (0)