top of page

All Posts

bottom of page
$w.onReady(() => { const script = document.createElement('script'); script.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; script.onload = () => { window.voiceflow.chat.load({ verify: { projectID: 'YOUR_PROJECT_ID' }, url: 'https://general-runtime.voiceflow.com' }); }; document.body.appendChild(script); });