https://discord.gg/botpress logo
Hi developers, I was wondering if there
# 💻developers
b
Hi developers, I was wondering if there is a way to make the chatbot start automatically after 5 minutes of visiting the site, without having to click on the chat icon ??
q
If you look at the 'Embedded Controls' example, they have shown how you could toggle the start. Maybe you put it around a setTimeout and toggle it programmatically. https://botpress.com/docs/examples
https://botpress.com/docs/examples If you look at the Embedded Control example, it shows how you can 'Toggle' webchat. You can probably wrap it around a setTimeout and programmatically toggle it open.