Does anyone have an automated way of managing pending requests? I would like to automate a reminder email to the requester and/or assigned agent when a pended ticket exceeds a certain number of days.
Page 1 / 1
This should should work. Create an new Supervisor rule by navigating to Admin > Supervisor> [ New Rule ]
Rule Name: Remind requester - Pending case (1d)
Conditions:
Hours since pending: Is 24
Actions:
Send Email to Requester
Subject: [Pending case #{{ticket.id}}] {{ticket.subject}}
Body:
We would like to remind you that case #{{ticket.id}} is still pending and awaiting your feedback.
____________________________________________________________
Requester: {{ticket.requester.name}} / {{ticket.from_email}}
Subject: {{ticket.subject}}
Latest comment:
{{ticket.latest_public_comment}}
Rule Name: Remind requester - Pending case (1d)
Conditions:
Hours since pending: Is 24
Actions:
Send Email to Requester
Subject: [Pending case #{{ticket.id}}] {{ticket.subject}}
Body:
We would like to remind you that case #{{ticket.id}} is still pending and awaiting your feedback.
____________________________________________________________
Requester: {{ticket.requester.name}} / {{ticket.from_email}}
Subject: {{ticket.subject}}
Latest comment:
{{ticket.latest_public_comment}}
Sign in to the Community
No account yet? Create an account.
Social Login
Login for Freshworks Employees Login with LinkedInor sign up below
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.