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.