You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-hubspot-cloud/index.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,35 @@ HubSpot Cloud Mode (Actions) provides the following benefits over the classic Hu
53
53
> info ""
54
54
> To ensure that data is sent downstream, configure and enable at least one mapping to handle a connected sources event(s).
55
55
56
+
## Actions v2
57
+
58
+
Segment's v2 Actions, [Custom Object v2](/docs/connections/destinations/catalog/actions-hubspot-cloud/#custom-object-v2) and [Custom Event v2](/docs/connections/destinations/catalog/actions-hubspot-cloud/#custom-event-v2), support the following features:
59
+
60
+
-**Sync modes**: Control how Segment updates your downstream destination by selecting a sync mode, or a strategy for updating your downstream data
61
+
-**Dynamic dropdowns**: When creating or updating a mapping in the Segment app, the dropdown auto-populates all of the available properties directly from HubSpot
62
+
-**Create and modify data**: Use Sync modes to create objects in your downstream destination without having to leave the Segment app.
63
+
64
+
> warning ""
65
+
> You might need to reauthorize your HubSpot account to use all of the features associated with v2 Actions.
66
+
67
+
### Sync modes
68
+
Sync modes allow users to define how Segment should update the data in your downstream destination.
69
+
70
+
Available sync modes for the Custom Object and Custom Event Actions include:
71
+
-**Update**: Modify existing records in the destination without adding new ones.
72
+
-**Upsert**: Update existing records and add new ones, if necessary.
73
+
-**Add**: Add records to a list, segment, or journey.
74
+
56
75
{% include components/actions-fields.html %}
57
76
77
+
## Rate limits
78
+
HubSpot's [API rate limit](https://developers.hubspot.com/docs/api/usage-details#rate-limits){:target="_blank"} is 100 API calls per 10 seconds. While Segment implements retries for temporary issues, large data volumes sent simultaneously might exceed this limit and result in incomplete data transmission.
79
+
80
+
For customers with substantial data volumes, Segment recommends segmenting the data into smaller batches and scheduling transfers over an extended period of time. This approach ensures successful data transmission to HubSpot without encountering rate limits.
81
+
82
+
> info "HubSpot Associations might exacerbate rate limit issues"
83
+
> [HubSpot Associations](https://developers.hubspot.com/docs/api/crm/associations){:target="_blank"} often require additional API calls. When working with Associations, carefully plan your strategy and consider a more gradual approach to creating them, especially for large datasets, to avoid reaching your API call limit.
84
+
58
85
59
86
## Support for association between two custom object records in upsert custom object records
60
87
To associate two records, it's mandatory to have these three fields: **Search Fields to associate** , **ObjectType to associate**, and **Association Label**. If any of these three fields aren't configured, the association skips.
Copy file name to clipboardExpand all lines: src/connections/destinations/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ In order to override the default, check the destination settings pane in the Seg
109
109
110
110
## Sync modes
111
111
112
-
Sync mode allows users to define how changes in the source should send downstream to your destination. Depending on which destinations you set up in Segment, you may need to choose a sync mode for your data. This configuration determines how Segment updates your destination based on the source data.
112
+
Sync modes allow users to define how changes in the source should send downstream to your destination. Depending on which destinations you set up in Segment, you may need to choose a sync mode for your data. This configuration determines how Segment updates your destination based on the source data.
113
113
114
114
The available sync modes can vary based on the destination, integration type, and actions within the destination. For example, if you sync customer data, you might have the option to Insert, Update, or Upsert records.
0 commit comments