Integration
It will only take a few minutes to integrate the widget into your website.
Pre-installation requirements:
1. Register to SaleAssist Dashboard
2. Make sure you have access to your website's admin panel. You’ll need it to get the JS script code to integrate in your website HTML Header section.
Installation steps:
After you register, go to the "Assets" tab.

Click on “Widgets” tab and then click on “Add Source” to add new widget as per your use case.

Now here in the “Integration” tab, copy the script by clicking the “Copy Code” button for respective mode of integration as we have 2 modes like Widget and Button.
Code sample:-
<script src="https://static.saleassist.ai/widgets/widget.js"></script>
<script>EmbeddableWidget.mount({source_key: "xxxx-xxxx-xxxxxxxxxx-xxxxxxx"});</script>
Paste the first line of the code into <head> and next line of the code into </body> of your website.
That’s it! We did say it was simple… Now check out your website to verify that everything's working properly :)
Questions?
Please feel free to reach out via [email protected] if you need any help:)
Last updated
Was this helpful?