Adding an Alert to Triggered Emails in MC | Community
Skip to main content
New Participant
November 23, 2020
Solved

Adding an Alert to Triggered Emails in MC

  • November 23, 2020
  • 2 replies
  • 1107 views

Is it possible to add an alert to a triggered email that would tell me when a trigger is not working? For example, if we have a trigger that is used to reset a password, can an alert be used to tell us if a specific email has zero deliveries within in a specific time frame? Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by DavidKangni

Hi,

 

Create a workflow that query the eventHisto table, group by date, status and send an alert as a report.

Thanks,

David

2 replies

Sukrity_Wadhwa
Employee
December 1, 2020

Hi @dmartz,

Were you able to resolve this query with the given solution or do you need more help? Do let us know.

Thanks!

Sukrity Wadhwa
DavidKangni
DavidKangniAccepted solution
New Participant
November 23, 2020

Hi,

 

Create a workflow that query the eventHisto table, group by date, status and send an alert as a report.

Thanks,

David

David Kangni