Back to home
Developers

Documentation

Learn how to integrate the CustomerEagle widget into your application in less than 3 minutes.

1. Get your Tenant ID

You can find your unique Tenant ID in the Dashboard under the Settings panel. This is required to route requests to your specific Knowledge Base.

2. Inject the Script

Place the following script tag right before the closing </body> tag of your website.

<script src="https://api.customereagle.com/widget.js" data-tenant="YOUR_TENANT_ID" defer></script>

3. Customizing the Widget

You can customize the accent color, widget placement, and default language via the Dashboard UI. No additional code configuration is required!