Release Notes
March 31, 2026
March 31, 2026 Karbon API release adds ParentEntity fields to NoteComment webhook notification payloads.
New ParentEntityKey and ParentEntityType Fields in NoteComment Webhook Payloads
Webhook notifications for
JSONCopied!
NoteCommentJSONCopied!
ParentEntityKeyJSONCopied!
ParentEntityTypeJSONCopied!
/v3/NotesFor example, when receiving the payload:
JSONCopied!{ "ResourcePermaKey": "fS9TJ5TrRxZ", "ResourceType": "NoteComment", "ActionType": "Updated", "Timestamp": "2026-03-24T10:25:44Z", "ParentEntityKey": "2TTFWz8L5SSt", "ParentEntityType": "Note" }
You can then call
JSONCopied!
GET /v3/Notes/2TTFWz8L5SSt| Field | Type | Description |
|---|---|---|
JSONCopied! ParentEntityKey | string | The unique key of the parent entity that the comment belongs to. |
JSONCopied! ParentEntityType | string | The type of the parent entity (e.g. JSONCopied! Note |