cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
717
Views
0
Helpful
2
Replies

How to post message to agent chat console in finesse

bbnpm
Level 1
Level 1

Hello Team,

Could you please guide me if there is any ways to post/send message to the chat console of the Agent desktop after the agent accept the chat conversation in the Cisco Finesse. Instead of agent typing the message, I want to send greeting or other conversation on behalf of the Agent. Is there any JavaScript API can be used for this from the 3rd party gadget of the Cisco Finesse.

Appreciate your support. Thank You.

 

2 Replies 2

Alexander Stevenson
Cisco Employee
Cisco Employee

Hi @bbnpm,

I searched the Cisco Code Exchange for 'Finesse' and filtered it for JavaScript; the results are interesting:

https://developer.cisco.com/codeexchange/explore/#search=Finesse&lang=JavaScript

None of them are probably an exact fit, but you can see the GitHub repos are linked in the pages so you can see what APIs they are using for these gadgets.

I hope this helps!

Hi

Can you use some of this for inspiration

socialminer-sample-code/README.md at master · CiscoDevNet/socialminer-sample-code (github.com)

You can do a put (via AJAX)

PUT (Update) - Contact Center Express - Document - Cisco Developer

 

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.