05-23-2014 08:08 AM - edited 03-14-2019 01:27 PM
This is a first for me.
I've been asked to create a new team which has been done, I've added the resources and set up the skills. All done. It's now been asked that an email alert be created to automatically send when a call goes unattended in queue.
I created the new workflow for this group in Work Flow Administrator, then I copied the Repair work flow group to mimmick. Now I have to set up the time allowed to sit in queue unattended before the email alert goes to super. <--This part I don't have any experience with.
Any help is greatly appreciated. Thanks to all in advance.
Solved! Go to Solution.
05-27-2014 10:11 AM
You can do this by using the create eMail step together with the Send eMail Step in your script. Basically under the queue branch of the select resource step you can create a variable that acts as a counter and then create a loop that increments the value of the counter every time the contact passes through it. At the beginning of that loop you will evaluate if the value of the counter is equal to a predefined value and if is is because the call has being in the queue fox "x" time then you use the eMail steps that I mentioned above to create the email and sent it out.
HTH
05-23-2014 08:16 AM
If you have Premium licenses you can do this easily from the Script. Let me know?
05-23-2014 08:18 AM
Hi Sam, yes indeed we do have premium licensing.
05-27-2014 10:11 AM
You can do this by using the create eMail step together with the Send eMail Step in your script. Basically under the queue branch of the select resource step you can create a variable that acts as a counter and then create a loop that increments the value of the counter every time the contact passes through it. At the beginning of that loop you will evaluate if the value of the counter is equal to a predefined value and if is is because the call has being in the queue fox "x" time then you use the eMail steps that I mentioned above to create the email and sent it out.
HTH
05-28-2014 10:33 AM
So here's what I did. I added the email step to the repair group for logged in resources 0
It's sending email and the manager wants to know why he's getting them. If I understand this correctly, there are no resources available in the specific group to take the call, therefore it's overflowing to the dedicated group and he's getting an email alert.
05-28-2014 10:45 AM
In this case actually he will get the email if there are no agents logged into the system.
05-28-2014 10:50 AM
Correct, I use the term resources, (sorry about that). Here's the problem, they are logged in though. This is an existing script which I'm basically updating to send email. We've got 8 agents at any given time there may be 2-3 or maybe 4 not "Ready", but they are all logged in.\. I've received 3 messages in the last 4 hours there wasn't anybody staffing the queue.
05-28-2014 11:41 AM
You will need to collect Engine traces from the UCCX with ENG set to level 4 and wait for the supervisor to get the email to know the reason why.
05-28-2014 11:16 AM
Bare with me, I'm new with expressions. I would like to change greater than zero to equals zero but it's not allowing me, it's only allowing less than. Will that also trigger an alert on zero? Can equals 0 be used?
stat_LoggedInResources_CSQ = 0
EDIT: I may have answered my own question. I used "=="
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