Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api-docs.tiro.ooo/llms.txt

Use this file to discover all available pages before exploring further.

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

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

Resource ID Structure

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