HubSpot MCP

by shinzo-labs
Verified

crm_update_object

Update an existing CRM object

Input Schema

NameRequiredDescriptionDefault
objectIdYes
objectTypeYes
propertiesYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "objectId": { "type": "string" }, "objectType": { "enum": [ "companies", "contacts", "deals", "tickets", "products", "line_items", "quotes", "custom" ], "type": "string" }, "properties": { "additionalProperties": {}, "type": "object" } }, "required": [ "objectType", "objectId", "properties" ], "type": "object" }

You must be authenticated.

Other Tools