HubSpot · Capability
HubSpot CRM Engagement Notes API — Basic Operations
HubSpot CRM Engagement Notes API — Basic Operations. 5 operations. Lead operation: Hubspot List All Notes. Self-contained Naftiko capability covering one Hubspot business surface.
What You Can Do
GET
Listnotes
— Hubspot List All Notes
/v1/crm/v3/objects/notes
POST
Createnote
— Hubspot Create a Note
/v1/crm/v3/objects/notes
GET
Getnotebyid
— Hubspot Get a Note by Id
/v1/crm/v3/objects/notes/{noteid}
PATCH
Updatenote
— Hubspot Update a Note
/v1/crm/v3/objects/notes/{noteid}
DELETE
Archivenote
— Hubspot Archive a Note
/v1/crm/v3/objects/notes/{noteid}
MCP Tools
hubspot-list-all-notes
Hubspot List All Notes
read-only
idempotent
hubspot-create-note
Hubspot Create a Note
hubspot-get-note-id
Hubspot Get a Note by Id
read-only
idempotent
hubspot-update-note
Hubspot Update a Note
idempotent
hubspot-archive-note
Hubspot Archive a Note
idempotent