Open / Close a Web bot (embedded)

Ana Updated by Ana

This solution will allow you to automatically open the embedded bot on your website, whether it's a Livechat or Popup type, and also close the bot when clicking a button.

You have a template ready to download, here.

Open bot

This functionality is managed by the code located in the Design > Custom Code > Add JS section of the bot. It will automatically open the bot after the bot is loaded on the website.

<script>
let landbotScope = this;
landbotScope.onLoad(function(){
myLandbot.open();
})
</script>

Close bot

This functionality is handled by the code located in the Code Block of the bot. It will automatically close the bot after the user clicks on the "Go" button.

myLandbot.close()

Channel Type compatibility

for Web

This feature is fully compatible.

for WhatsApp

This feature is not compatible with WhatsApp.

for Messenger

This feature is not compatible with Messenger.

How did we do?

Contact