Website Integration
Here are the step-by-step instructions to integrate your bot on a website:
Last updated
Was this helpful?
Here are the step-by-step instructions to integrate your bot on a website:
Last updated
Was this helpful?
Log in to the Dashboard -> navigate to the overview page of the bot that you want to change.
On the overview page, you will see several tabs. Look for the one labelled "Launch" and click on it.
Select the "Website" tab.
Copy the code snippet provided by clicking on the "Copy" button.
Open the HTML file of your webpage in a text editor.
Locate the <body>
tag in the HTML code.
Paste the copied code snippet within the <body>
tag.
Save the changes to the HTML file.
Refresh your webpage, and your bot should now be integrated and available on your website.
Following these steps will allow you to successfully integrate your bot into your website.