Skip to main content
This event is emitted when:
  • The /chat route loads in the embedded Omni application
  • The workbook AI drawer is opened
Use this event to track when users start AI chat sessions or to trigger custom behaviors in your embedding application when AI features are accessed.

Payload

{
  "chatSessionId": "string"
}

Properties

chatSessionId
string
The unique identifier for the AI chat session that was started.

Example

{
  "chatSessionId": "chat-session-abc123"
}