NoteDelete event to all configured webhook endpoints. Use this event to remove the corresponding entry from external systems, maintain an audit log of deleted notes, or ensure data consistency across integrated platforms.
Payload
| Field | Type | Description |
|---|---|---|
type | string | Always "NoteDelete" |
locationId | string | Sub-account ID the note belonged to |
id | string | Unique ID of the deleted note |
body | string | Text content of the note at the time of deletion |
contactId | string | ID of the contact this note was 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
- Contacts API — manage contacts and their associated notes
.png?fit=max&auto=format&n=EQK5eX9kTD8NzWwA&q=85&s=878008bf159fcc4964d0c0d508b6e400)