The current limitation in Freshservice is the "First response time SLA escalation notification" will only be triggered once. How can we automate it the SLA will be calculated and will send another notification (if breached SLA) if the ticket is assigned to a different group?
Freshservice doesn’t retrigger SLA notifications by default. You’ll need a workflow that resets or reapplies the SLA whenever a ticket is reassigned to a new group.
I've recently started exploring the Freshworks Community, and I must say it's an incredibly helpful platform! Whether you're a developer, admin, or product user, the resources and discussions available here make it much easier to troubleshoot, learn, and connect with others in the ecosystem. Looking forward to contributing more and learning from everyone here!
The solution is to user Power Automate. We need to GET ticket conversation and GET agent group. Compared using contains() expression. If each of the conversations contains user_id of agent from the group, meaning the ticket has responded. Add ‘Do until’ action to start the SLA only when IST working hour.
Hi
When a HTTP request is received > Compose ticket ID to become numeric using replace expression > HTTP GET the ticket details > Parse JSON the HTTP GET ticket details > HTTP GET Agent Group > Parse JSON the HTTP GET Agent Group > Initilize variable the ‘members’ - type array - the value of ‘members’ is from parse JSON HTTP GET Agent Group > CONDITION YES - date and time IST Monday - Friday 9-6PM > Yes - delay 15 minutes (SLA time) > apply to each of the ‘conversation’ > inside apply to each is condition - contains ‘member’ inside ‘conversation’ > Yes, no action (Agent from the already reply the ticket), No, send an email > CONDITION NO > Do until date and time IST Monday - Friday 9-6PM > repeat again the yes or no condition of to check member inside conversation.
Join the Community
Sign in to the Community
Social Login
Login for Freshworks Employees Login with LinkedInEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.