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 | "interaction.archived" |
confidential | boolean |
payload | object |
Public Payload
Confidential Payload
| Field | Type | Description |
|---|
interactionId | string | ID of the archived interaction |
Example
{
"event": "interaction.archived",
"confidential": false,
"payload": {
"interactionId": "interaction_12345"
}
}
| Field | Type | Description |
|---|
interactionId | string | ID of the archived interaction |
Example
{
"event": "interaction.archived",
"confidential": true,
"payload": {
"interactionId": "interaction_12345"
}
}