Hello please help
I am building a chatbot for a customer and the customer wants such a pop bubble to open when a new customer enters the website. Is this possible and if yes how?

window.voiceflow.chat.load({
verify: { projectID: "YourProjectID" },
url: "https://general-runtime.voiceflow.com/",
versionID: "production"
}).then(() => {
window.voiceflow.chat.open();
});