HubSpot MCP

by shinzo-labs
Verified

crm_create_association

Create an association between two objects

Input Schema

NameRequiredDescriptionDefault
associationTypesYes
fromObjectIdYes
fromObjectTypeYes
toObjectIdYes
toObjectTypeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "associationTypes": { "items": { "additionalProperties": false, "properties": { "associationCategory": { "type": "string" }, "associationTypeId": { "type": "number" } }, "required": [ "associationCategory", "associationTypeId" ], "type": "object" }, "type": "array" }, "fromObjectId": { "type": "string" }, "fromObjectType": { "enum": [ "companies", "contacts", "deals", "tickets", "products", "line_items", "quotes", "custom" ], "type": "string" }, "toObjectId": { "type": "string" }, "toObjectType": { "enum": [ "companies", "contacts", "deals", "tickets", "products", "line_items", "quotes", "custom" ], "type": "string" } }, "required": [ "fromObjectType", "toObjectType", "fromObjectId", "toObjectId", "associationTypes" ], "type": "object" }

You must be authenticated.

Other Tools