cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1071
Views
0
Helpful
3
Replies

Getting Email Notification in Finesse Agent Dialog

Absaar Javed
Level 4
Level 4

Hello

I am using Email gadget on Cisco Finesse with UCCX 10.6.

As in the case of an Inbound/outbound call, a new Dialog is generated. All the information related to that call can be extracted from that Dialog.

Is it possible somehow to get the Email notification in the Dialog.

For example, if an agent receives an email, a new Dialog is created, and information regarding that email is extracted from Dialog object.

The basic purpose of this is to get information regarding a new email.

Kindly advise if it is possible, if not, what can be the possible alternatives.

Kind Regards

Absaar Javed

1 Accepted Solution

Accepted Solutions

I don't believe that is available.

View solution in original post

3 Replies 3

ewindgat
Level 5
Level 5

let me know if this helps. For an incoming call from, you can capture the ECC variables.

var callVars = dialog.getMediaProperties();

//Then, access ECC variables like this (name just be "variable_name"):

somevariable = callVars["user.ecc_variable_name"];


//set a variable

var options = {};
  
currdialog.updateCallVariable(name, value, options);

Thankyou ewindgat.

The above snippet is for handling call data.

But my question is about getting email data event, not the call data. As call and email events are published on different nodes therefore I am not getting email event in a dialog object.

kind regards

I don't believe that is available.

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: