For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
  • Introduction
    • Overview
    • Authentication
    • Versioning
    • Limits
    • Pagination
    • Errors
    • Migrate to V2
    • Changelog
  • Knowledge
    • Overview
    • Sources
    • Articles
    • Tags
  • End Users
    • Overview
    • Getting started
    • Developer guide
  • Integrations
    • Overview
    • Getting started
  • Conversations
    • Overview
    • Getting started
  • Webhooks
    • Overview
  • Data Compliance
    • Overview
  • Data Export
    • Overview
    • Getting started
    • Conversations
    • Messages
Login
LogoLogo
Introduction

Changelog

May 6, 2025
May 6, 2025

New chat window events in Embed2

We’ve added new events to the subscribeEvent action in Embed2 to help you better track user interactions within the chat window:

Event keyTriggerPayload
ada:minimize_chatTriggered when a user minimizes the chat window{ conversation_id: string, is_engaged: boolean }
ada:close_chatTriggered when a user closes the chat window{ conversation_id: string, is_engaged: boolean }

If you’re using the Embed2 script, these events are immediately available. For the NPM package, update to the latest version (1.9.0) to start using them.

Previous

BCP 47 support in article upserts

Next
Built with