cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
632
Views
0
Helpful
1
Replies

Finesse and Pivotal CRM Integration

panjwani80
Level 5
Level 5

Hi All,

I have got a new UCCX deployment with Finesse where customer wants CRM screen pop up of customer record based on ANI match so:

1) How do I pass the calller id from UCCX/Finesse to Pivotal CRM.

2) Pivotal team is saying once they receive the ANI they need to know which PC to pop up a screen on. However, given that Finesse is browser based how do we identify the PC?

Initially 2Ring was involved for this integration but it was too expensive so customer doesn't want to go that route

I have provided Pivotal team Finesse API dev guide. Can someone from Cisco please comments on what steps are required to achieve this type of CRM integration?

Thanks

Aamir

1 Accepted Solution

Accepted Solutions

ewindgat
Level 5
Level 5

Hi,

To get a call variable from UCC, you may access the ECC variables

var callVars = dialog.getMediaProperties();

Then, I can access ECC variables like this:

somevariable = callVars["user.ecc_variable_name"];


Then, for an iframe,  there is a screen pop sample gadget. Here's an example...

html += '<iframe src="//www.mysite.com&q=' + somevariable + '"> </iframe>';

$('#parentElement').html(html);

View solution in original post

1 Reply 1

ewindgat
Level 5
Level 5

Hi,

To get a call variable from UCC, you may access the ECC variables

var callVars = dialog.getMediaProperties();

Then, I can access ECC variables like this:

somevariable = callVars["user.ecc_variable_name"];


Then, for an iframe,  there is a screen pop sample gadget. Here's an example...

html += '<iframe src="//www.mysite.com&q=' + somevariable + '"> </iframe>';

$('#parentElement').html(html);

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: