Skip to content

Embed Codes

Deploy your IntakeBots anywhere with embed codes.

Share your IntakeBot via URL:

https://app.iozen.ai/f/[your-flowapp-id]

Use this for:

  • Email campaigns
  • Social media posts
  • QR codes

Embed directly in your page:

<iframe
src="https://app.iozen.ai/f/[your-flowapp-id]"
width="100%"
height="600"
frameborder="0">
</iframe>

Trigger a modal with a button click:

<script src="https://app.iozen.ai/embed.js"></script>
<button onclick="iozen.open('[your-flowapp-id]')">
Get a Quote
</button>

Add a floating button:

<script src="https://app.iozen.ai/widget.js"></script>
<script>
iozen.widget({
flowAppId: '[your-flowapp-id]',
position: 'bottom-right',
buttonText: 'Contact Us'
});
</script>

Pass parameters to pre-fill fields or track sources:

https://app.iozen.ai/f/[id]?name=John&email=john@example.com&utm_source=google

All UTM parameters are captured automatically.