Skip to content

Commit 9cebcb5

Browse files
committed
add custom object v2 callouts [netlify-build]
1 parent 3a1bdb1 commit 9cebcb5

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/_includes/components/actions-fields.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,19 @@
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-->
133+
134+
{% if action.id == 'dMYued7r3VjK4c2gBWUTZi' %}
135+
<div class="premonition info">
136+
<div class="fa fa-check-circle"></div>
137+
<div class="content">
138+
<p class="header">You can use the Custom Object v2 Action to make multiple assosciations</p>
139+
<p markdown=1>
140+
For more information, see HubSpot's [Assosciate records](https://knowledge.hubspot.com/records/associate-records){:target="_blank”} documentation.
141+
</div>
142+
</div>
143+
{% endif %}
144+
132145
{% if action.fields.size > 0 %}
133146
<p class="button button-hollow" data-toggle="collapse" data-target=".settings-content-{{action.slug}}">Click to show / hide fields</p>
134147
<div class="collapse settings-content-{{action.slug}} show">

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ HubSpot Cloud Mode (Actions) provides the following benefits over the classic Hu
5555
5656
## Actions v2
5757

58+
> info "You can use the Custom Object v2 Action to send Sensitive Data to HubSpot"
59+
> If you are participating in HubSpot's [Sensitive Data in HubSpot CRM beta](https://developers.hubspot.com/sensitive-data){:target="_blank"}, use the Custom Object v2 Action to send sensitive data to HubSpot.
60+
5861
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:
5962

6063
- **Sync modes**: Control how Segment updates your downstream destination by selecting a sync mode, or a strategy for updating your downstream data

0 commit comments

Comments
 (0)