Monitoring | Community
Skip to main content
Level 9
March 10, 2021
Solved

Monitoring

  • March 10, 2021
  • 1 reply
  • 2045 views

Is it possible to monitor the transactional messages via the delivery alerting dashboard?

 

I don't see any filtering criteria available for this, any other workaround?

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 bisswang

Unfortunately you can't monitor it there.

 

You may do some scheduled workflow etc. for manual monitoring / use the API to check for status information

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
March 10, 2021

Unfortunately you can't monitor it there.

 

You may do some scheduled workflow etc. for manual monitoring / use the API to check for status information

mmbb110Author
Level 9
March 11, 2021

@bisswang, I am able to get the sent count for my transactional message using a wkf, the use case I am working on is to get an email daily if the transactional message crosses a certain threshold, I have configured my workflow as below,

 

 

The scheduler is running every 15 mins and then I query my EVT and get the sent count, once the test count is met, I get an email via the external signal. the issue I am facing is, for example, if I have in the test count >20, every time the query runs and the count threshold is met, I get an email.

 

I AM LOOKING FOR JUST ONE EMAIL ONLY IF THAT THRESHOLD IS MET.

 

I also tried using a query, segmentation activity and defined daily segments, but I don't think for recurring emails we can use segmentation per day.

 

 

appreciate your help on this.