Seemingly simple but having a hard time doing this. We are trying to route inbound calls to agents
Here are the rules -
- Call should go to the highest skill available (we have a range from 1 to 5). We currently check with skill expression like - SkillName > 4
2. If more than one agent is available at a skill level, call should go to the agent that has answered minimum number of calls since morning.
We have tried “StatAgentLoading”, “StatCallsAnswered” etc. in the Selection block. None of them work. Genesys support is not much help either.
Hoping some one has done this before and can guide me.