SDK
This section describes the WebChat SDK and the functionality you can access as a developer using WebChat within your own application.
Getting started with the WebChat SDK
The WebChat SDK can be used in any website or browser-based application and requires a basic understanding of Javascript to set up and use. These docs assume you are familiar with Javascript and, ideally, a little Typescript.
Adding WebChat SDK to your website
To add the SDK code to your site, insert the following code into your application:
index.html
Initialise your WebChat widget
You can find more info about the settings required to launch a WebChat instance here
Last updated