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
+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
@@ -66,4 +66,4 @@ HubSpot has several limits for custom behavioral events, including a limit on th
66
66
Yes. HubSpot will automatically redirect API requests directly to an EU data center if your HubSpot instance is on an EU data center. See more in HubSpot's[Routing API Traffic](https://product.hubspot.com/blog/routing-api-traffic){:target="_blank"} article.
67
67
68
68
###How do I attribute a custom behavioral event with a user token instead of Email?
69
-
Eventpayload shouldhave the email with valid format orempty string or null, so thatthe user tokenwill takeprecedence andcan bevalidated inthe "Send custombehavioural event" mapping.An invalid email will not pass mapping validation. Andthe eventcan't be delivered to thedestination.
69
+
Eventpayloads shouldcontain an email witheither avalid format,empty string, ora`null` value. As a result,the user tokentakesprecedence andisvalidated ina`Send custombehavioral event` mapping.Segment can't deliverthe eventto your destination if theemail is invalid.