Learn how to connect Breezeflow chatbot to your website
https://cdn.jsdelivr.net/npm/breezeflow-sdk@latest/chat.js
to the head
tag of your HTML file.
Prop | Type | Description |
---|---|---|
orientation | ”left” | “right” | Chat window position |
color | string | Primary color for the chat interface |
logoURL | string | URL for the agent’s avatar image |
headline | string | Chat window title |
description | string | Subtitle text below the headline |
initialMessage | string | First message from the AI |
initialMessagePopupDelay | string | Delay before showing initial message |
placeholder | string | Input field placeholder text |
newChatButtonText | string | Text for the new chat button |
Prop | Type | Description |
---|---|---|
theme | "light" | "dark" | UI theme |
colors | object | Custom color configuration |
container | object | Container size and position |
borderRadius | object | Border radius for UI elements |
button | object | Chat button configuration |
your-agent-id
with your actual agent ID from your Breezeflow account. For additional support or troubleshooting, visit your Breezeflow dashboard or contact our support team.