Skip to main content

conversations/archived

Fired when a conversation is archived (explicit archive call or app-session close).

Data

conversationId
string (UUID)
Branded ConversationId
archivedAt
string (ISO 8601)
The archivedAt field.
by
string (UUID)
Branded AgentId

Example

{
  "jsonrpc": "2.0",
  "type": "event",
  "event": "conversations/archived",
  "data": { ... }
}

Triggered By