HubSpot MCP

by shinzo-labs
Verified

crm_get_associations

Get all associations of a specific type between objects

Input Schema

NameRequiredDescriptionDefault
afterNo
fromObjectIdYes
fromObjectTypeYes
limitNo
toObjectTypeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "after": { "type": "string" }, "fromObjectId": { "type": "string" }, "fromObjectType": { "enum": [ "companies", "contacts", "deals", "tickets", "products", "line_items", "quotes", "custom" ], "type": "string" }, "limit": { "maximum": 500, "minimum": 1, "type": "number" }, "toObjectType": { "enum": [ "companies", "contacts", "deals", "tickets", "products", "line_items", "quotes", "custom" ], "type": "string" } }, "required": [ "fromObjectType", "toObjectType", "fromObjectId" ], "type": "object" }

You must be authenticated.

Other Tools