06-04-2018 05:04 AM - edited 03-15-2019 06:38 AM
Hi all, I'm a novice in this field. I'm looking for the simplest solution for inbound calls to multiple numbers (each representing a different end customer). Based on the number called, I would like the agent to get a pop-up prompting them to say "Thank you for calling X, how can I help you?" There would be more customized stuff in the agent's script. But this is the basic thing I'm looking for. Would UCCX do this fairly easily? Is there a less-robust product to accomplish this goal?
06-04-2018 06:12 AM
06-04-2018 06:28 AM
In the old days of ACDs, the agent would get a whisper in their headset "X" or "Y" and would say "thanks for calling X" or "thanks for calling Y". This has been a requirement for contact centers since the dawn of time.
One would think with CTI integration and a screen pop saying "Call for X" or "Call for Y" that the whisper would have gone with the dodo; but some agents still like it and it is still possible to implement.
Regards,
Geoff
06-05-2018 12:29 PM
Here's a little more detail on how you might achieve this.
You will be using the Call Variable Layout in Finesse Administration, sending a String of text to Finesse from the UCCX Script based on the number dialed.
For example:
UCCX Script
accept called number = get call contact info (called number) switch called number 1000 set company = "company a" 2000 set company = "company b"
default
set company = "unknown" set enterprise call info (call.peripheralvariable1 = company) select resource (csq) connected end queued ...rest of script...
Finesse Admin
Just make sure callVariable1 is in the Default layout
Doing it with the CCV1 option, also allows you to attach this metadata to the call record for reporting purposes. If you did not want that, you can literally just make up a name (called user defined) for the variable, but it looks like Finesse wants them to at least begin with "user." E.g., user.company would be an example
06-20-2018 06:23 AM
Hi,
this can be possible using DB Lookup Node, where you have to configure external database which contains customer details and you can use this DB Lookup node in your script then you have to put some conditions.
this can be also possible using Whisper announcement where agent can here caller information at start.
Regards,
Imran
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