Skip to main content

Overview

Webhook events for FolderNoteRelation resources. These events track the relationship between folders and notes. All FolderNote events use resourceType: "FolderNoteRelation".

Event Details

Resource ID pattern: folder_{folderId}:note_{noteGuid}

folder.note.added

  • Triggered when a note is added to a folder

folder.note.removed

  • Triggered when a note is removed from a folder

Example Payloads

folder.note.added

folder.note.removed

Resource Data Structure

FolderNoteRelationExternalEventData

object
required
Folder information
string
required
Folder ID (as string)
string
required
Folder title
boolean
required
Whether this is a team folder (true if teamNoteSharingType is not null)
string
required
GUID of the added note

Resource ID Structure

Resource ID uses a composite structure that can identify both folder and note:
Examples:
  • folder_123:note_IA8BgAct0ZkBk
  • folder_456:note_oKqMhoYTHlPrt2
This structure allows clear identification of which note was added to which folder.