post-crm-object-schemas-v3-schemas-objtype-associat_associations
Create an association between HubSpot object types by providing the object type and source/target IDs. This enables linking CRM records for automated workflows.
Instructions
Create an association. REQUIRES body parameter with request data. Check the inputSchema for required body structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | A unique name for this association. | |
| objectType | Yes | Path parameter objectType | |
| toObjectTypeId | Yes | ID of the target object type to link to. | |
| fromObjectTypeId | Yes | ID of the primary object type to link from. |