Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions src/_includes/components/actions-fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,28 @@
</div>
{% endif %}

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

{% if action.id == 'dMYued7r3VjK4c2gBWUTZi' %}
<div class="premonition info">
<div class="fa fa-check-circle"></div>
<div class="content">
<p class="header">You can use the Custom Object v2 Action to make multiple assosciations</p>
<p class="header">You can use the Custom Object v2 Action to make multiple associations</p>
<p markdown=1>
For more information, see HubSpot's [Associate records](https://knowledge.hubspot.com/records/associate-records){:target="_blank”} documentation.
</p>
</div>
</div>

<div class="premonition info">
<div class="fa fa-check-circle"></div>
<div class="content">
<p class="header"> Handling one-to-many relationships</p>
<p markdown=1>
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.
</p>
</div>
</div>
{% endif %}

{% if action.fields.size > 0 %}
Expand Down
Loading
Loading