Documentation

Welcome to Flowix Documentation!

Our comprehensive documentation hub is currently being updated to reflect the latest changes in the Flowix V2 release. In the meantime, here is a quick-start guide to get you up and running.

Installation in 2 Steps

1. Host the files: Upload both widget.js and widget.css to your server directory or CDN.

2. Include them in your HTML: Add the CSS in your <head> and the JavaScript at the end of your <body>.

<!-- In your <head> tag -->
<link rel="stylesheet" href="path/to/widget.css">

<!-- At bottom of <body> -->
<script src="path/to/widget.js" defer></script>
      

Need Help?

If you run into any issues during installation or have questions about configuring the webhook logic in the CONFIG object directly inside widget.js, please reach out securely to support@flowix.ai. We'll be happy to assist you!