Skip to main content

Event Properties

FieldValue
event"note.moved"
confidentialboolean
payloadobject
FieldTypeDescription
noteIdstringUnique identifier for the note
oldGroupstringPrevious category before move
newGroupstringNew category after move
interactionIdstringUnique interaction identifier
interactionStateInteractionStateCurrent state of the interaction

Example

{
  "event": "note.moved",
  "confidential": false,
  "payload": {
    "noteId": "note_9",
    "oldGroup": "summary",
    "newGroup": "details",
    "interactionId": "int_123",
    "interactionState": "ongoing"
  }
}