Skip to content

Commit

Permalink
control-plane: add 'resolved' keyword to alert resolution emails
Browse files Browse the repository at this point in the history
Adding this keyword to the subject allows it to work with a Zenduty feature to
automatically resolve alerts.
  • Loading branch information
psFried committed Dec 6, 2023
1 parent 8b38ca6 commit 303acda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase/functions/alert-data-processing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const formatConfirmationEmail = ({
arguments: { emails, spec_type },
catalog_name,
}: AlertRecord): EmailConfig => {
const subject = `Estuary Flow: Alert for ${spec_type} ${catalog_name}`;
const subject = `Estuary Flow: Alert resolved for ${spec_type} ${catalog_name}`;

const detailsPageURL = getTaskDetailsPageURL(catalog_name, spec_type);

Expand Down

0 comments on commit 303acda

Please sign in to comment.