06-06-2017 02:51 PM - edited 03-14-2019 05:21 PM
We have received a request from a department to receive an email notification if an agent is in Not Ready for 15 minutes or longer. My initial thought is to do this through the script, however, if multiple calls come in, they would receive multiple emails for each agent in that state for that time. My second thought is whether this could be done from the Cisco Desktop Work Flow Administrator under Events, Not ready, Rules, Actions. I'm just not sure how to do that if it is possible at all through the Work Flow Administrator.
We are running UCCX 9.x. Any assistance is appreciated.
jam
Solved! Go to Solution.
06-08-2017 07:18 AM
Keep in mind that anything you do in CAD, will likely not work in Finesse, and you're more than likely going to be upgrading to Finesse soon, because UCCX 9x is End of Life in 12 months.
For your script based solution, you could hold a global session object, which each script execution could read, track, and act upon any Agents who have been Not Ready for 15min+. With this solution, you could flag the Agent as having been emailed, and not email any further.
I would recommend using the Trigger Application step, so you can mark it as asynchronous.
06-08-2017 07:18 AM
Keep in mind that anything you do in CAD, will likely not work in Finesse, and you're more than likely going to be upgrading to Finesse soon, because UCCX 9x is End of Life in 12 months.
For your script based solution, you could hold a global session object, which each script execution could read, track, and act upon any Agents who have been Not Ready for 15min+. With this solution, you could flag the Agent as having been emailed, and not email any further.
I would recommend using the Trigger Application step, so you can mark it as asynchronous.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide