Skip to main content

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

FieldValue
event"note.discarded"
confidentialboolean
payloadobject
FieldTypeDescription
noteIdstringUnique identifier for the note
groupstringCategory the note belongs to
interactionIdstringUnique interaction identifier
interactionStateInteractionStateCurrent state of the interaction

Example

{
  "event": "note.discarded",
  "confidential": false,
  "payload": {
    "noteId": "note_5",
    "group": "summary",
    "interactionId": "int_123",
    "interactionState": "ongoing"
  }
}