Documentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
Event Properties
| Field | Value |
|---|
event | "embedded.navigated" |
confidential | boolean |
payload | object |
Public Payload
Confidential Payload
| Field | Type | Description |
|---|
path | string | Target route path for navigation |
Example
{
"event": "embedded.navigated",
"confidential": false,
"payload": {
"path": "/session/interaction-123"
}
}
| Field | Type | Description |
|---|
path | string | Target route path for navigation |
Example
{
"event": "embedded.navigated",
"confidential": true,
"payload": {
"path": "/session/interaction-123"
}
}