Skip to content

Commit 9f23198

Browse files
authored
Merge pull request #7578 from segmentio/STRAT-5744
[STRAT-5744]| Added Warning for breaking changes in Hubspot for referring custom object Types by base names.
2 parents 287a001 + d6ef8c2 commit 9f23198

File tree

1 file changed

+10
-5
lines changed
  • src/connections/destinations/catalog/actions-hubspot-cloud

1 file changed

+10
-5
lines changed

src/connections/destinations/catalog/actions-hubspot-cloud/index.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@ HubSpot is an all-in-one marketing tool that helps attract new leads and convert
1616

1717
When you use the HubSpot Cloud Mode (Actions) destination, Segment sends your data to [HubSpot's REST API](https://developers.hubspot.com/docs/api/overview){:target="_blank"}.
1818

19-
> warning ""
20-
> The **Upsert Company** action is not compatible with the Mapping Tester on the mappings page if Associate Contact is set to **Yes**. As a result, Segment recommends using the Event Tester or other tools to test and troubleshoot creating and updating companies in HubSpot.
21-
>
22-
> Note that for the company to contact association to work, you are required to trigger an Upsert Contact action before triggering an Upsert Company action. Contacts created with batch endpoint can not be associated to a Company from the Upsert Company Action.
19+
Keep in mind that:
20+
* The **Upsert Company** action is not compatible with the Mapping Tester on the mappings page if Associate Contact is set to **Yes**. As a result, Segment recommends using the Event Tester or other tools to test and troubleshoot creating and updating companies in HubSpot. For the company to contact association to work, you are required to trigger an Upsert Contact action before triggering an Upsert Company action. Contacts created with batch endpoint can not be associated to a Company from the Upsert Company Action.
21+
* **Behavioral Events (Legacy)** are only supported with [Hubspot Classic Destination](/docs/connections/destinations/catalog/hubspot/).
2322

2423
> warning ""
25-
> **Behavioral Events (Legacy)** are only supported with [Hubspot Classic Destination](/docs/connections/destinations/catalog/hubspot/).
24+
> As of April 29, 2025, HubSpot no longer supports referencing custom object types by their base names. Instead, you must reference all custom objects by using their short-hand custom object type name, `fullyQualifiedName`, or `objectTypeId`. To avoid issues, update the following fields:
25+
>
26+
>- **Object Type** and **ObjectType to associate** in the **Upsert Custom Object Record** action
27+
>- **Object Type** in the **Custom Event V2** action
28+
>- **Object Type** and **To Object Type** in the **Custom Object V2** action
29+
>
30+
> For further details, refer to the [HubSpot documentation](https://developers.hubspot.com/changelog/breaking-change-removed-support-for-referencing-custom-object-types-by-base-name){:target="_blank"}.
2631
2732

2833
## Benefits of HubSpot Cloud Mode (Actions) vs HubSpot Classic

0 commit comments

Comments
 (0)