Notes

The notes object contains information such as their noteOwner, noteContent, etc.

{
  id: "00000000-0000-0000-0000-000000000000",
  noteOwner: "0000000000000000000",
  remoteId: "0000000000000000000",
  noteTitle: "Task",
  noteContent: "Interested in learning more",
  noteContact: "0000000000000000000",
  remoteCreatedAt: "2023-11-19T17:00:17.000Z",
  remoteUpdatedAt: "2023-11-19T17:00:17.000Z",
  remoteDeleted: false,
  createdAt: "2024-02-22T11:17:53.264Z",
  updatedAt: "2024-02-22T13:54:03.445Z"
}

Properties


idString

A string representing the unique identifier of the note item.


remoteIdString

The ID of the object in the third-party application.


noteOwnerString

The name or identifier of the individual or team responsible for creating or managing the note.


noteTitleString

The title of the note.

**This field is not supported by Hubspot but is required when creating a note.


noteContentString

The main text or content of the note.


noteContactString

The name or identifier of the contact associated with the note.


noteAccountString

The name or identifier of the account that the note is related to.


noteOpportunityString

The name or identifier of the sales opportunity linked to the note.


remoteCreatedAtDateTime

The exact date and time when the record was first added or created in the third-party application.


remoteUpdatedAtDateTime

The latest date and time when any modifications or updates were made to the record's details in the third-party application.


remoteDeletedBoolean

Flag to indicate that the record has been deleted in the third-party application.


createdAtDateTime

Date and time the record has been synced into the data cache.


updatedAtDateTime

Date and time the record has been updated in the data cache.