ioZen Docs

HubSpot

Embed your ioZen intake bot on a HubSpot CMS page using a custom module or HTML block.

Add your ioZen intake bot to HubSpot CMS pages using a custom HTML module.

Widget for site-wide lead capture. Inline to replace an existing HubSpot form on a landing page.

Option 1: Widget (Site-Wide)

  1. Go to Settings → Website → Pages → Site Header/Footer HTML
  2. In the Site Footer HTML field, paste:
<script
  src="https://app.iozen.ai/embed.js"
  data-bot="YOUR_BOT_SLUG"
  data-mode="widget"
  defer
></script>
  1. Save

Option 2: Inline (Landing Page)

  1. Edit your page in the HubSpot drag-and-drop editor
  2. Add a Custom HTML module (or Rich Text → Source Code)
  3. Paste the inline embed code:
<div id="iozen-inline"></div>
<script
  src="https://app.iozen.ai/embed.js"
  data-bot="YOUR_BOT_SLUG"
  data-mode="inline"
  data-container="iozen-inline"
  defer
></script>
  1. Save and publish

Troubleshooting

IssueSolution
HTML module not availableCustom HTML modules require a CMS Hub Professional or higher plan
Bot conflicts with HubSpot chatDisable the HubSpot chat widget on pages where you use the ioZen widget, or use inline mode

Need help? Email us at hello@iozen.ai.

On this page