HubSpot MCP

by shinzo-labs
Verified

crm_create_association

Link related CRM objects by specifying association types to establish connections in HubSpot. Define source and target objects, and configure associations to streamline data relationships.

Instructions

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 from HubSpot MCP

Related Tools

ID: rvn6na254i