Skip to main content
Question

Automation: Reminder to the customer that the agent are waiting on a reply

  • March 18, 2026
  • 2 replies
  • 32 views

andersreve
Top Contributor ⭐
Forum|alt.badge.img+6

How have you solved this case?


Once an agent has responded to the ticket and are awaiting the customers input, we change status to “Waiting on customer”. After this status has been active for 48 hours, we want a reminder email to go out. Once.
 

I have set up an “Hourly Triggers” automation stating:

If hours since waiting_on_customer is 48
Actions: Send a reply via Email

It turns out that the backend job that performs this is run once every hour. It will check if the status of the ticket is EXACTLY 48 hours for this to be true. So if it is 48.2 hours, it will not trigger this atuomation.

Freshdesk support suggests a workaround, to add a greater than 48 hours and less than 50 hours condition, and in addition adding a custom ticket field to be tagged - so we dont risk mulitple emails going to the customer.

 

I find it interesting that what is to me a basic use case of a ticket platform requires this approach. Wanted to see if anyone else has smarter ideas?

2 replies

Kamakshi V
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • March 31, 2026

@julia.a Would you have experience around this?


julia.a
Top Contributor ⭐
Forum|alt.badge.img+8
  • Top Contributor ⭐
  • March 31, 2026

@Kamakshi V No, but Freshdesk’s support is also using Freshdesk and is sending such reminders, how are they set up - maybe it’s SLA e-mail notifications?

The only thing I can think of right now is to solve it with an additional ticket status, so the reminder is sent once the ticket reaches that status? For example the ticket is set to “Waiting on Customer <48h“ and you create a rule that sets those tickets to “Waiting on Customer >48h” if they were in the previous status for at least 48 hours. And once a ticket is set to “Waiting on Customer >48” the reminder e-mail gets triggered.