How do I send a foundry notification every 3 hours where the recipient is based on an object property

I have objects with a status field, and when the status field is pending, I need to send an email every 3 hours. The email recipients should depend on an object parameter from each object.

I don’t want to batch all the objects together since the recipients will be different for some objects, but I want to batch the objects together where the recipients are the same.

If this isn’t possible with automate or another native tool, I’m fine doing this via data-connections or external transforms as well, but I would love some reference code if this is the case.

1 Like

You want to use Grouped Execution where the grouping is based on recipient email. Set the Automation set to run every 3h for an object set defined as all objects with a pending status field.