I currently have the need to display custom alerts to agents using the Interaction Client. The functionality that exists currently allowing you to send alerts via "Interaction Supervisor" is exactly what I am looking for. The only problem is, I need to send this message from within a handler or other custom application (IceLib possibly?). I am unable to find out ANY information about this "popup" or "toast" functionality built into the .NET client. The only post I found where somebody was having the same issue as me was
here. This post is from years ago and has no responses. I have "solved" my issue right now by using "Net Send" messages to the users' logged in desktops, but I am not pleased with this solution. If anybody has any suggestions, please let me know. Thanks! :)