diff --git a/integrations/support/intercom.mdx b/integrations/support/intercom.mdx index d47aa464c..4fe5c702e 100644 --- a/integrations/support/intercom.mdx +++ b/integrations/support/intercom.mdx @@ -8,13 +8,17 @@ Add the following to your `docs.json` file to add an [Intercom](https://www.inte ```json Integration options in docs.json "integrations": { - "intercom": "APP_ID" + "intercom": { + "appId": "APP_ID" + } } ``` ```json Example "integrations": { - "intercom": "x2pg8cwb" + "intercom": { + "appId": "APP_ID" + } } ```