Can we run web message widget locally?

Dear Team,

Can we run web message with plain html and js file locally without deploying into website ?
I have created to html file:
Html Code

Genesys Cloud WebMessage Demo

Test

JS Code:
(function (g, e, n, es, ys) {
g['_genesysJs'] = e;
g[e] = g[e] || function () {
(g[e].q = g[e].q || []).push(arguments)
};
g[e].t = 1 * new Date();
g[e].c = es;
ys = document.createElement('script'); ys.async = 1; ys.src = n; ys.charset = 'utf-8'; document.head.appendChild(ys);
})(window, 'Genesys', 'https://apps.usw2.pure.cloud/genesys-bootstrap/genesys.min.js', {
environment: 'usw2',
deploymentId: 'xxxxxxxxxxxxxxxxxxxxxxxxx'
});

Hi,
Hope this previous post can help.
Additionally, in Developer Tools, you'll fine a Web Messaging testing tool.

Thanks for your help Angelo..!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.