Skip to content

Commit 569ef0e

Browse files
authored
Merge pull request #7880 from segmentio/hubspot-alert
Info box clarifying 1:n association added [DOC-1241]
2 parents 5f649be + 11305db commit 569ef0e

File tree

2 files changed

+52
-42
lines changed

2 files changed

+52
-42
lines changed

src/_includes/components/actions-fields.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,28 @@
129129
</div>
130130
{% endif %}
131131

132-
<!--- IG 9/2024 - PM wanted to call out that this specific HubSpot Cloud (Actions) Action can make multiple assosciations-->
132+
<!--- IG 9/2024 - PM wanted to call out that this specific HubSpot Cloud (Actions) Action can make multiple associations-->
133133

134134
{% if action.id == 'dMYued7r3VjK4c2gBWUTZi' %}
135135
<div class="premonition info">
136136
<div class="fa fa-check-circle"></div>
137137
<div class="content">
138-
<p class="header">You can use the Custom Object v2 Action to make multiple assosciations</p>
138+
<p class="header">You can use the Custom Object v2 Action to make multiple associations</p>
139139
<p markdown=1>
140140
For more information, see HubSpot's [Associate records](https://knowledge.hubspot.com/records/associate-records){:target="_blank”} documentation.
141141
</p>
142142
</div>
143143
</div>
144+
145+
<div class="premonition info">
146+
<div class="fa fa-check-circle"></div>
147+
<div class="content">
148+
<p class="header"> Handling one-to-many relationships</p>
149+
<p markdown=1>
150+
In HubSpot, one-to-many relationships allow a single contact to be associated with multiple companies, and a company can have multiple contacts. However, when using Segment, you can’t send multiple users or companies in a single API call. This means the one-to-many relationship can’t be directly established in a single request. To set this up, send multiple event payloads, each containing the information of one contact and one company.
151+
</p>
152+
</div>
153+
</div>
144154
{% endif %}
145155

146156
{% if action.fields.size > 0 %}

0 commit comments

Comments
 (0)