Associate HubSpot Records
hubspot_associate_recordsCreate an association between two HubSpot CRM records, such as linking a contact to a company or a deal to a contact. Supports contacts, companies, and deals.
Instructions
Create an association between two HubSpot CRM records (e.g. link a contact to a company, or a deal to a contact).
Args:
fromObjectType: "contacts" | "companies" | "deals"
fromObjectId: Source record ID
toObjectType: "contacts" | "companies" | "deals"
toObjectId: Target record ID
Supported pairs and their defaults:
contacts ↔ companies
deals ↔ contacts
deals ↔ companies
Returns: Confirmation of the association created
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromObjectType | Yes | Source object type | |
| fromObjectId | Yes | Source record ID | |
| toObjectType | Yes | Target object type | |
| toObjectId | Yes | Target record ID |