cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1918
Views
0
Helpful
6
Replies

SocialMiner Twitter feeds

pcromwell
Level 3
Level 3

I am trying to understand how Twitter feeds work, I have set them up on SocialMiner 11 all work fine. What I would like to do is push them into the contact center express agent so it comes up as an alert/puts it in a queue. Is this possible? I see UCCX can support chats and email, but can't see any mention of Twitter or facebook feeds

1 Accepted Solution

Accepted Solutions

Deepak Rawat
Cisco Employee
Cisco Employee

Please note that chat and email contacts are the only one that are forwarded from SM to UCCX. Other social contacts such as Facebook feeds, Twitter feeds etc should only be handled using SM since there is no mechanism to forward them over to UCCX and then let UCCX find an available agent as it does for chat and email contacts.

However there is a way using which you can allow the SM campaign page (which includes Twitter feeds, Facebook feeds etc) to be opened directly inside Finesse desktop and let the agents handle them that way then. For this, you will need to add below lines to the XML layout that is being used for Finesse desktop

<tab>
<id>SocialMiner</id>
<label>SocialMiner Campaigns</label>
<gadgets>
<gadget>http://<FQDN of SM Server>/gadgets/campaignResults.jsp</gadget>
</gadgets>
</tab>

After doing above, ask the agent to log out and then log back in Finesse and they will be able to see a new tab SocialMiner Campaigns as shown in screenshot 1 attached to this thread. In order to allow the agents to login into this SM gadget, you will also need to integrate SM with AD since their credentials will be directly authenticated against that and not the one that they will be using to login inside Finesse desktop. Refer to below guide in order to configure AD with SM:

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/socialminer/socialminer_1101/user_guide/CUSM_BK_CC689091_00_cisco-socialminer-user-guide-1101.pdf

Once the login is successful, then the agents will be able to see something like Screenshot 2 and they can then reply to the feeds.

Regards

Deepak

View solution in original post

6 Replies 6

Deepak Rawat
Cisco Employee
Cisco Employee

Please note that chat and email contacts are the only one that are forwarded from SM to UCCX. Other social contacts such as Facebook feeds, Twitter feeds etc should only be handled using SM since there is no mechanism to forward them over to UCCX and then let UCCX find an available agent as it does for chat and email contacts.

However there is a way using which you can allow the SM campaign page (which includes Twitter feeds, Facebook feeds etc) to be opened directly inside Finesse desktop and let the agents handle them that way then. For this, you will need to add below lines to the XML layout that is being used for Finesse desktop

<tab>
<id>SocialMiner</id>
<label>SocialMiner Campaigns</label>
<gadgets>
<gadget>http://<FQDN of SM Server>/gadgets/campaignResults.jsp</gadget>
</gadgets>
</tab>

After doing above, ask the agent to log out and then log back in Finesse and they will be able to see a new tab SocialMiner Campaigns as shown in screenshot 1 attached to this thread. In order to allow the agents to login into this SM gadget, you will also need to integrate SM with AD since their credentials will be directly authenticated against that and not the one that they will be using to login inside Finesse desktop. Refer to below guide in order to configure AD with SM:

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/socialminer/socialminer_1101/user_guide/CUSM_BK_CC689091_00_cisco-socialminer-user-guide-1101.pdf

Once the login is successful, then the agents will be able to see something like Screenshot 2 and they can then reply to the feeds.

Regards

Deepak

Please note this may work but officially usage of SocialMiner gadgets within Finesse is not supported by Cisco BU. For example, feed.jsp and campaign.jsp etc.
Do refer:
https://www.cisco.com/c/en/us/support/docs/customer-collaboration/unified-contact-center-express/211530-Unsupported-configurations-for-UCCX-and.html

April fool's right? Right? No, you can't be serious.

Hey Anthony I wish i was not serious :) but fact is usage of campaignResults.jsp gadget on finesse desktop have not been officially qualified by BU. This needs to be accessed and used on SM Administration page directly in order to respond to any tweets etc. Only gadget supported and qualified for SM on finesse desktop is multisession gadget which is used for Email and Chat. Hope that clarifies. 

Wow. That's really a surprise. I'm almost positive there is a dCloud session which has this gadget enabled for customer demonstrations.

pcromwell
Level 3
Level 3

many thanks Deepak