I am trying to set up a watcher where the watcher will trigger every 1hr. I want to send two types of emails: One if watcher finds a certain query in the log and another one at the end of the day around 6PM with a summary of the result of the payload. Is it possible to specify a time(6PM) at which to send an email? I tried a trigger inside my send email action but that didn't work.
Please advise