const typebotInitScript = document.createElement("script");
typebotInitScript.type = "module";
typebotInitScript.innerHTML = `import Typebot from 'https://cdn.jsdelivr.net/npm/@typebot.io/js@0.2.85/dist/web.js'
Typebot.initStandard({
typebot: "andrenunes-fabricaschinesas",
apiHost: "https://viewer.chatecom.io",
});
`;
document.body.append(typebotInitScript);
top of page
bottom of page