Skip to main content

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"
  }
}