David Longley Posted September 24, 2019 Posted September 24, 2019 I am looking at setting some kind of alert which will trigger a notification which will remind the team that a ticket has been assigned to a team but no agent has picked this up. I want to avoid tickets sitting unassigned as was wondering if there was a smart way to remind the team on this?
HHH Posted September 24, 2019 Posted September 24, 2019 You could perhaps have a wait for status change node with expiry and let the flow notify the team if the node expires. If status changes from new to open (or whatever) then the notification is bypassed. Hope this makes sense
HHH Posted September 24, 2019 Posted September 24, 2019 Another solution would be to implement response time SLA's and use the SLA notification feature
Steven Boardman Posted September 26, 2019 Posted September 26, 2019 @David Longley i think the two suggestions above maybe the best options. Option 1: After your assign to team node, include a Suspend Await Owner node Against this node you can configure an expiry period. If an analyst takes ownership of the request, the process moves on, if not you can include a decision node, and branch your process in the event of the expiry period being met - this could go to an Email node, where you email a team distribution email address, before looping back into the Suspend await owner node - this way the notifications will persist until ownership is taken. Option 2. You could start an SLA timer on assignment to the team, you could then mark response once an owner has taken ownership of the request. In your SLA escalation events for response, you can configure as many reminder notifications (Email or Hornbill Notifications) to them i.e 1 day out from target, 8 hours, 4 hours, 1 hour, even after the target Hope that helps Steve
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now