Skip to content

Commit 8918f02

Browse files
authored
Update index.md
1 parent a7bc830 commit 8918f02

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 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+
**NOTE**: Email parameter has to be passed only as the `email`, email value can't be passed as some other parameter in payload as it can't be detected by Iterable. The same applies for user ID parameter, it has to be passed as `userId` in payload. For example, you can't pass the `email` and `userId` as "mail" and "id" in event payload. This will be silently rejected by Iterable.
28+
2729
<!-- commented out because this functionality isn't currently working ZD#355518
2830
### Merge Nested Objects
2931
@@ -58,6 +60,8 @@ When you call `track` with one of Segment's sources, Segment calls Iterable's [t
5860

5961
If a user does not already exist in Iterable, calling `track` for a user event will add that user into the system. You can track with either an `email` or userId (if a `userId` exists for that email).
6062

63+
**NOTE**: Email parameter has to be passed only as the `email`, email value can't be passed as some other parameter in payload as it can't be detected by Iterable. The same applies for user ID parameter, it has to be passed as `userId` in payload. For example, you can't pass the `email` and `userId` as "mail" and "id" in event payload. This will be silently rejected by Iterable.
64+
6165
### Example steps:
6266

6367
First `track` event with `userId` and `email`; user will be created

0 commit comments

Comments
 (0)