I created a very simple rule to send the email that the ticket was resolved one hour after the ticket was resolved. Alas, it doesn’t send the email. What am I missing here? I disabled the email notification first. The reason we want to do that is that some of our customers have reported receiving the “resolved” email before the agent’s reply. So, we want to be sure they get the agent’s reply before we notify them of the ticket’s resolution.
Here is the rule (i can see # of tickets impacted by it):
If Status is Resolved
AND
If Hour Since Resolved is 1
Send Email to Requester
PS I’m working in our sandbox at the moment.