NoteCreate event to all configured webhook endpoints. This event is useful for syncing notes to external CRMs, logging contact interactions, or triggering workflows based on new information added to a record.
Payload
| Field | Type | Description |
|---|---|---|
type | string | Always "NoteCreate" |
locationId | string | Sub-account ID the note belongs to |
id | string | Unique ID of the newly created note |
body | string | 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 created |
Example payload
Related
- Note update — fires when an existing note is edited
- 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)