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/iterable/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
@@ -24,7 +24,7 @@ When you call `identify` with one of Segment's sources, Segment calls Iterable's
24
24
25
25
Iterable keys users by `email` or a user ID. This user ID will be the Segment `userId` if sent. To use a Segment `userId` for identify calls, first call identify with both a `userId` and `email`. Iterable won't accept the request and throws an error if you fail to send one of either the `userId` or `email`.
26
26
27
-
If you send `phone` in traits, Iterable will perform some checks on the phone number before showing in User Profiles. You can read more about Iterable's phone number field here: https://support.iterable.com/hc/en-us/articles/211970843-SMS-Overview-#contact-phone-numbers.
27
+
If you send `phone` in traits, Iterable performs checks on the phone number before showing them User Profiles. Read more about [Iterable's phone number field](https://support.iterable.com/hc/en-us/articles/211970843-SMS-Overview-#contact-phone-numbers){:target="_blank"}.
28
28
29
29
<!-- commented out because this functionality isn't currently working ZD#355518
0 commit comments