Install WebChat 2.0 FrontEnd
Note Enterprise license and higher
Installation
The WebChat FrontEnd can be loaded into a webpage as a script. As a preview step you can deploy a demo site . When you are happy with your configuration you can put it on a website
Integrate in website
-
Your Anywhere365 contact will share a URL that can be configured on your website:
-
Run the following script:
-
With the following Typescript definition of the configuration object:
Note: We will discuss the various properties of this configuration object in additional configurations Learn More
CopyScriptinterface Configuration {
teaseMessageSettings?: TeaseMessageSettings;
templates?: Templates;
parent?: HTMLElement;
}
This will initialize and run the Anywhere365 WebChat with the basic configuration.