get_note
Get a specific note from a HubSpot CRM record's timeline by its ID. Returns note details including body, timestamp, and owner.
Instructions
Get a single a note logged on a CRM record's timeline (e.g. a contact, company, or deal). hs_timestamp is required on create — pass associations to attach it to a record, otherwise it won't show up anywhere useful. by ID. Maps to GET /crm/v3/objects/notes/{id}. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| properties | No | Defaults to: hs_note_body, hs_timestamp, hubspot_owner_id |