- DATE:
- AUTHOR:
- Zowie Team
Custom visual aids
You can now display custom visual aids in the Zowie Widget — rich, interactive content like order summaries, product cards, or booking details rendered directly in the chat conversation.
What's New?
- Custom HTML in chat — show any web page inside the widget as an iframe. Build it with plain HTML, React, Vue, or any framework you prefer
- Works everywhere — visual aids are supported on both Chat and Hello, with the ability to adapt layout to each
- Simple integration — call ui.showVisualAid(url) from a Script Block in Processes and point it to any hosted page. No SDK or library required
- Full control — you own the page, the hosting, and the design. Pass data via URL parameters, style it however you want
Visual aids are technology-agnostic — any publicly accessible HTTPS page that can run in an iframe works.
For a step-by-step guide with working examples, see the [documentation].