Associations - HubSpot Data Target Requirements
DataBlend supports the API calls to Create Associations between objects within HubSpot.
An Association is a link between two objects in Hubspot. Objects such as Deals can be associated with a Contact or a Company in HubSpot.
To create a Hubspot Association, you will need the objectid for the “from” object to the “to”object to link the association.
According to https://developers.hubspot.com/docs/api-reference/crm-associations-v4/guide#update-record-association-labels, creating a USER_DEFINED association will overwrite the existing label and all desired associations will need to be included in the data target to append labels.

Query Requirements:
|
Column (Header) |
Value |
|---|---|
|
fromobjectid |
The Object ID of the record or item you are linking from HubSpot to another Object ID in HubSpot. The ID is in the URL. |
|
toobjectid |
The Object ID of the record or item you are linking to HubSpot from another Object ID in HubSpot. The ID is in the URL. |
|
associationcategory |
The Association Type is either HUBSPOT_DEFINED or USER_DEFINED. |
|
associationtypeid |
Value for the HUBSPOT_DEFINED or USER_DEFINED Association Type ID. See HubSpot Association Guide or run Collectors with the "Association Labels" object type. |