NoteUpdate event to all configured webhook endpoints. Use this event to keep note content in sync across external systems, audit changes to contact records, or re-trigger workflows that depend on up-to-date note information.
Payload
| Field | Type | Description |
|---|---|---|
type | string | Always "NoteUpdate" |
locationId | string | Sub-account ID the note belongs to |
id | string | Unique ID of the updated note |
body | string | Updated text content of the note |
contactId | string | ID of the contact this note is associated with |
dateAdded | string | ISO 8601 timestamp when the note was originally created |
Example payload
Related
- Note create — fires when a new note is added
- Note delete — fires when a note is removed
- Contacts API — manage contacts and their associated notes
.png?fit=max&auto=format&n=EQK5eX9kTD8NzWwA&q=85&s=878008bf159fcc4964d0c0d508b6e400)