From e4013f6a9588b1557b13c6fed4557cb1aa9a3071 Mon Sep 17 00:00:00 2001 From: richard-obrien Date: Fri, 16 Sep 2022 07:25:18 +1000 Subject: [PATCH] Update index.md broken link to User model (now called contact model) --- src/connections/destinations/catalog/intercom/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/intercom/index.md b/src/connections/destinations/catalog/intercom/index.md index da98746387..54758faa81 100644 --- a/src/connections/destinations/catalog/intercom/index.md +++ b/src/connections/destinations/catalog/intercom/index.md @@ -95,7 +95,7 @@ Keep reading for more information about the Identify call depending on the sourc ### Client -- Passing `traits.company` creates a new Intercom Company if the `company_id` does not match a known company. See the [Intercom user model documentation](https://developers.intercom.io/reference#user-model) for more details. +- Passing `traits.company` creates a new Intercom Company if the `company_id` does not match a known company. See the [Intercom contact model documentation](https://developers.intercom.com/intercom-api-reference/reference/contacts-model) for more details. - Trait values must be no longer than 255 characters When you call Identify on `analytics.js`, Segment creates the `intercomSettings` object and loads Intercom's JavaScript into the page.