Sendexa LogoDocs

Widget Setup

Deploy a premium chat experience on your website in minutes.

Fully Customizable

Adjust colors, fonts, and positioning to match your brand perfectly.

Simple Installation

One line of Javascript is all you need to go live.

Intelligent Routing

Automatically connect customers to the right department.

Installation

Copy and paste the following script tag into the <head> or just before the closing </body> tag of your website.

HTML
<script
src="https://widget.sendexa.co/v1/bundle.js"
data-widget-id="YOUR_WIDGET_ID"
async
></script>
Advanced Configuration

You can programmatically control the widget behavior using the global SendexaChat object.

JavaScript
window.SendexaChat.init({
theme: 'dark',
primaryColor: '#6366f1',
position: 'right',
welcomeMessage: 'Hi there! How can we help you today?',
user: {
id: 'user_123',
name: 'John Doe',
}
});