Thursday, October 6, 2022

Finesse gadget integration

 Finesee gadget samples

https://github.com/CiscoDevNet/finesse-sample-code


URL for js files

http(s)://<FQDN>:<port>/desktop/assets/js/doc/index.html


Sample

https://company.com:8445/desktop/assets/js/doc/index.html


Add a gadget

https://developer.cisco.com/learning/labs/finesse-add-a-gadget/introduction/



Check the XML file with below URL:

FQDN:8082/3rdpartygadget/files/ScreenPop/ScreenPop.xml

Same should be configured in the desktop layout and restart finesse tomcat

<gadget>FQDN:8082/3rdpartygadget/files/ScreenPop/ScreenPop.xml</gadget>


Finesse gadget integration

 Finesee gadget samples https://github.com/CiscoDevNet/finesse-sample-code URL for js files http(s)://<FQDN>:<port>/desktop/asse...