To ensure that a case will never ever get stuck in the agent inbox you can set up an automation to unassign cases from the agents' inbox after a period of time. In this article, we will show you how it's done.
We will create a scheduler to run every X time (15 minutes) to unassign any NEW/OPEN cases that have been assigned to the agent for Y time (120 min) without action from the agents' inbox
1.Scheduler
In settings/ Automation/ Scheduler create a scheduler to run every X (15) minutes using the crontab
Create conditions for the scheduler via the conditions button:
Important filters to fill in:
- case waiting for time Y (120 min)
- current case assignment: case is assigned in agent's inbox
- status NEW/OPEN
and any other filters if desired (queues/channels/tags etc)
2. Job
In settings/ Automation/ Jobs create a new Job to unassign the user
3. assign the job to the Scheduler

4. Turn the Scheduler ON

And like this, we made sure that the cases do not get stuck in the inboxes :)
Comments
0 comments
Please sign in to leave a comment.