HubSpot MCP

by shinzo-labs
Verified

notes_batch_update

Update multiple notes in a single request

Input Schema

NameRequiredDescriptionDefault
inputsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputs": { "items": { "additionalProperties": false, "properties": { "id": { "type": "string" }, "properties": { "additionalProperties": {}, "properties": { "hs_note_body": { "type": "string" }, "hs_timestamp": { "type": "string" }, "hubspot_owner_id": { "type": "string" } }, "required": [ "hs_note_body" ], "type": "object" } }, "required": [ "id", "properties" ], "type": "object" }, "type": "array" } }, "required": [ "inputs" ], "type": "object" }

You must be authenticated.

Other Tools