Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a default HubSpot association between two CRM records
hubspot__associate_records
{ "type": "object", "properties": { "fromObjectType": { "type": "string", "description": "Source CRM object type, such as contacts, companies, or leads" }, "fromObjectId": { "type": "string", "description": "Source CRM record ID" }, "toObjectType": { "type": "string", "description": "Target CRM object type, such as contacts, companies, or leads" }, "toObjectId": { "type": "string", "description": "Target CRM record ID" } }, "required": [ "fromObjectType", "fromObjectId", "toObjectType", "toObjectId" ], "description": "Input schema for the hubspot__associate_records tool." }