Hi
The Finesse REST API supports both ports 443 and 8445. These Finesse ports are exclusively utilised for Finesse REST API calls and are not associated with device or CTI connections. There is no defined preference for one port over the other.
Thank...
Hi Daniel,
1. Can XMPP (Finesse Notification Service) be used with SSO?
Yes, it is supported. You can just use the auth token in the place of password in this case.
XMPP Domain and XMPP PubSub Domain names can be found on the SystemInfo reponse.
http...
To close dialog, finesse.container.Container.hideDialog(); can be used.We cannot change the styling of the buttons.var buttons = {};buttons["OK"] = function() {console.log("OK got clicked")};buttons["Cancel"] = function() {console.log("Cancel got cli...