Last updated

Contact Note Change

Contact Note Change webhook triggers:

  • Contact New Note
  • Contact Amend Note

Summary

The following table explains the fields

FieldDescription
idUnique identifier for the note record.
accountCodeUnique code identifying the account associated with the note.
primaryEmailThe primary email address associated with the note.
typeThe type of note, indicating its purpose or classification (e.g., "CONTACT_NEW_NOTE").
categoryThe category assigned to the note for organisational purposes (e.g., "Default").
noteThe content of the note.
buildingThe building associated with the note, if applicable (empty if not specified).
addedByThe name of the user who added the note.
AddedDateThe date and time when the note was added.
privateIndicates whether the note is marked as private (true or false).

Example

{
      "id":9657,
      "accountCode":"Bri554",
      "primaryEmail":"554@res.com",
      "type":"CONTACT_NEW_NOTE",
      "category":"Default",
      "note":"test note",
      "building":"",
      "addedBy":"Demo User",
      "AddedDate":"2022-10-06 03:58:52",
      "private":false
}