07-25-2024 11:34 AM
Hi. We have email alerts set up to notify us when queues reach a certain wait time, such as 5 min in our main call queue. I was wondering if it possible to get an email notification when the queues open and close each day. For example, our hours are Monday through Friday 8am to 5pm. We already have a script that automatically opens and closes the queue at certain times. I am hoping we could program an email notification to be sent when the queue opens up, and when it closes. This way we dont have to wonder or test by calling it ourselves as part of our closing validation. An email would help automate this more. Thanks.
07-25-2024 12:45 PM
Doing this on a voice script would probably not work very well as you'll either get an email every time you're closed and every time you're open. The other option could be to create an HTTP script and hit that script in the morning (8:01 AM) and afternoon (5:01 PM) and you'll get two emails then. You hit the HTTP script via some scheduled task.
david
07-26-2024 08:30 AM
Hi, David. Thanks so much for the reply. Could you explain further why it would not work very well trying to set up an alert on the voice script? You said we would get an email every time we are closed and every time we are open. So one email when we close and then another email when we open each day seven days a week? Because that would be ok. One in the morning saying the queue is open and one in the evening saying the queue is closed. I'm probably misunderstanding, so if could clarify for me I'd appreciate it.
As far as the HTTP script, that sounds like a good option. From what you are saying, once created we can automate hitting the script by simply doing a scheduled task within UCCX? By hitting the script it will essentially alert us if open or closed?
07-26-2024 09:22 AM
At first I didn't think that being able to send a single email when closed and single email when open would be hard. But the more I think about it the more it would work. Create a variable to hold the status of the CC (open or close). When open, check hours of operations, if it's time to close this down, then check the value of status. If status = open, then close it and send your email. Otherwise continue to your regular close logic. The same thing vice versa. Don't worry about HTTP scripts, forget I said that.
david
08-19-2024 04:46 PM
I will try this and let you know. Thanks David for the suggestion.
08-23-2024 01:02 PM - edited 09-04-2024 10:36 AM
@andrewma112233 wrote:Hi. We have email alerts set up to notify us when queues reach a certain wait time, such as 5 min in our main call queue. I was wondering if it possible to get an email notification when the queues open and close each day. For example, our hours are Monday through Friday 8am to 5pm. We already have a script that automatically opens and closes the queue at certain times. I am hoping we could program an email notification to be sent when the queue opens up, and when it closes. This way we dont have to wonder or test by calling it ourselves as part of our closing validation. An email would help automate this more. Thanks. bag storage genoa
Is there a feedback mechanism in place to ensure that the notifications are being received and acted upon appropriately by the team?
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