Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

Alerts for Campaigns that are "Pending Delivery" phase?

Avatar

Level 2

I am trying to add in some QC checks for my team and would love an alert that tell us when an email delivery has been approved in the dashboard, but not yet confirmed for delivery, say after a 30 minute time frame?

2 Replies

Avatar

Level 7

Hello, @cslackl1, you can create a technical workflow that queries every minute the delivery schema with these parameters:

Heku__0-1714633109743.png

With it, you query all the deliveries from campaigns that are waiting for delivery for more than 30 minutes. After that query you can use a javascript code to fill a variable with the names of the deliveries:

Heku__1-1714633319642.png

With it, you can use <%= vars.deliveriesPending %> in the alert. The workflow would look like this:

Heku__2-1714633417348.png

Hope it helps!

Avatar

Level 2

Thank you Heku! I am def going to give this a go. WIll report back.