cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1364
Views
0
Helpful
7
Replies

UCCX 10.6 chat notification

Graham Old
Level 7
Level 7

I was looking for a way to give a UCCX agent a more "in your face" notification of a chat session being offered.

Looking through the Finesse API it seems to be very short on any information about chat or emails being queued to an agent.

Is chat and email information even available in the UCCX Finesse API?

Graham

1 Accepted Solution

Accepted Solutions

StepanenkoO
Level 1
Level 1

Hi, Graham!

Try to subscribe on uccx.api.agent.%agentID%:

gadgets.Hub.subscribe("uccx.api.agent."+user.getId(), _dataRequestHandler);

and than just catch messages in _dataRequestHandler that have:

<event>post</event>

<payloadType>ContactEvent</payloadType>

<eventCause>22</eventCause>

<mediaType>chat</mediaType>

or

<mediaType>email</mediaType>

View solution in original post

7 Replies 7

ewindgat
Level 5
Level 5

You might want to consider Social Miner, a Cisco product.

Yes, I have looked through the Social Miner API and I don't see anything there.

What I was hoping to see would be an XMPP notification of a chat session being offered to an agent. You can get that sort of notification on Voice but chat and email notifications seem in short supply.

Finesse must have this information as the NonVoiceControl gadget is Finesse based and that is offering the Chat to the agent

Graham

Unfortunately, there is no chat, as you mention, available.

StepanenkoO
Level 1
Level 1

Hi, Graham!

Try to subscribe on uccx.api.agent.%agentID%:

gadgets.Hub.subscribe("uccx.api.agent."+user.getId(), _dataRequestHandler);

and than just catch messages in _dataRequestHandler that have:

<event>post</event>

<payloadType>ContactEvent</payloadType>

<eventCause>22</eventCause>

<mediaType>chat</mediaType>

or

<mediaType>email</mediaType>

Hi Oleksii, how do i do that? Subscribe on uccx.api.agent ....?

Sorry if this is a easy question.

Hi!

Here is good example how use subscribe method: GitHub

Hi Oleksii,

i had a look at the link you posted, but to me honest i don't get it how to subscribe on the uccx.api.agent...
to get a notification when a new Chat arrives.

Can you may support me?

Best regards
Michael

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: