Skip to content

Commit 955723f

Browse files
authored
Update index.md
Added a note on that when phone is set in trait, Iterable will perform some checks on the phone number. Added the following note into ## Identify section: "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."
1 parent c3f65cb commit 955723f

File tree

1 file changed

+2
-0
lines changed
  • src/connections/destinations/catalog/iterable

1 file changed

+2
-0
lines changed

src/connections/destinations/catalog/iterable/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ When you call `identify` with one of Segment's sources, Segment calls Iterable's
2424

2525
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`.
2626

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.
28+
2729
<!-- commented out because this functionality isn't currently working ZD#355518
2830
### Merge Nested Objects
2931

0 commit comments

Comments
 (0)