Skip to content

Commit 11305db

Browse files
authored
Fixed oops in actions-fields.html [netlify-build]
1 parent c919d7d commit 11305db

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/_includes/components/actions-fields.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
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">
@@ -139,7 +139,13 @@
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>
142-
<p class="header"> Handling one-to-many relationships
142+
</div>
143+
</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>
143149
<p markdown=1>
144150
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.
145151
</p>

0 commit comments

Comments
 (0)