Integrated webchat

Allows to use integrated webchat on your website

You will have to update the bot script in order to define the element id which will be use to integrate the webchat on your page.

Add an integrate parameter in the clustaarSettings.

window.clustaarSettings = {
            bot_id: YOUR_BOT_ID,
            bot_token: YOUR_BOT_TOKEN,
            integrate: "MY_CONTAINER_ID"
};