HubSpot MCP

by shinzo-labs
Verified

crm_batch_update_objects

Update multiple CRM objects in a single request

Input Schema

NameRequiredDescriptionDefault
inputsYes
objectTypeYes

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": {}, "type": "object" } }, "required": [ "id", "properties" ], "type": "object" }, "type": "array" }, "objectType": { "enum": [ "companies", "contacts", "deals", "tickets", "products", "line_items", "quotes", "custom" ], "type": "string" } }, "required": [ "objectType", "inputs" ], "type": "object" }

You must be authenticated.

Other Tools