Skip to main content

Event Properties

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

Example

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