This sample shows the use of the Client Service API based on window.postMessage.

The security option "service-client-api.accepted-web-content-origins" must be configured to this sample to work.

The web page "sample.html" could be hosted by a third party web server.
It is referenced by the Workspace Web Edition (see: https://docs.genesys.com/Documentation/PSAAS/latest/Administrator/ServiceClientAPI) through the following options:

[interaction-workspace]
workspace.web-content=MyCustomAPISample
service-client-api.accepted-web-content-origins=http://my-web-server


[MyCustomAPISample]
label=My Sample
url=http://my-web-server/path/sample.html


