You will need:
- A website with an embedded bot using Webchat v3.3
- Basic familiarity with HTML
1
Get your Webchat element ID
First, get your Webchat element ID:
- Select your bot from your workspace.
- Go to Webchat > Deploy Settings.
- Under Chat interface, select Embedded.
- Copy the contents of the Element ID field.
- Scroll to the bottom of the page, then select Save configuration.
2
Add the element to your website
Next, add an element to your website’s HTML. Set the
id attribute to the ID you copied earlier:Done! The Webchat window will now be visible in the element.