Is it possible to create a distribution list where...
# ask-community
j
Is it possible to create a distribution list where I show whether a given job has succeeded/failed, only sending out once per day? For example, if I have 4 jobs running in the night and want to send a 6AM email update with just 3 of those jobs, is that possible via cloud hook? Rather than showing in the moment which have succeeded/failed.
a
@Jason Motley you could leverage Automations for three of those jobs for which you want notifications, but those would be sent immediately on state change
j
Makes sense, thanks!
k
Hey @Jason Motley, I think the available Automations are on a Flow level, meaning you’d get one email for each of three jobs you are monitoring. This logic is a bit more involved so you likely need a Flow that will run at 6 AM that will query the GraphQL API for the results of those three flows and then send you an email
upvote 1
j
Cool, I'll start looking into that. Thanks for the quick answers!