forked fromsegmentio/segment-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commitea2c9a1
authored
User Token is not taken for validation as Email is not in valid format.
### Email and User Token both fields are mapped in "Send custom behavioural event" mapping and sent over the event paylaod too. But the event is failing for delivery with "Payload validation error" as the email is not in valid format, why it is not taking the User token for validation?Event payload should have the email with valid format or empty string, so that the user token will take precedence and can be validated. An invalid email will not pass mapping validation. Hence the event delivery is failing.1 parent4b9d5cf commitea2c9a1
File tree
1 file changed
+2
-0
lines changed- src/connections/destinations/catalog/actions-hubspot-cloud
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
0 commit comments
Comments
(0)