Skip to content

Commit f58e920

Browse files
authored
Merge pull request #443 from segmentio/repo-sync
repo sync
2 parents 205899e + ee6632a commit f58e920

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/intercom

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ analytics.identify('su3r73', {
8989

9090
When you call Identify, Segment creates or updates the user in Intercom using their [Users API](https://developers.intercom.com/reference#users). Segment does not currently support creation of leads.
9191

92-
*Note:* Intercom only associates Track events with known users, an Identify call with a `userId` is required before Track events are associated properly. Our bundled mobile SDK's also require that `identify` be called prior to `track`, but accepts setting an unknown user in Intercom using the `anonymousId`.
92+
*Note:* Intercom only associates Track events with known users. An Identify call with a `userId` is required before Track events are associated properly. Segment's bundled mobile SDKs also require that `identify` be called prior to `track`, but accepts setting an unknown user in Intercom using the `anonymousId`.
9393

9494
Keep reading for more information about the Identify call depending on the source type you send it from.
9595

0 commit comments

Comments
 (0)