> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superjoin.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Intercom to Google Sheets

> Seamlessly sync your Intercom customer engagement data into Google Sheets for comprehensive reporting.

<Warning>
  Please note that the Intercom integration is in beta at the moment. If you face any issues, please reach out to us at
  [support@superjoin.ai](mailto:support@superjoin.ai) and we will help you asap!
</Warning>

### Why use Superjoin’s Google Sheets-Intercom Integration?

<CardGroup cols={2}>
  <Card title="Quick and Easy Integration" icon="plug" iconType="duotone">
    We've meticulously organized the data points to ensure easy accessibility in a format you're already familiar with.
  </Card>

  <Card title="Preview your imports visually" icon="magnifying-glass" iconType="duotone">
    Get a sneak peek of your data. Select columns, apply filters & limits as per your need before importing.
  </Card>

  <Card title="Automatic Refreshes" icon="rotate" iconType="duotone">
    Enjoy one-click refreshes or schedule regular updates to ensure your sheets are always up to date.
  </Card>

  <Card title="Power of Google Sheets" icon="table-cells" iconType="duotone">
    Benefit from Google Sheets' collaborative data analysis & other powerful capabilities.
  </Card>
</CardGroup>

## Step-by-step walkthrough: How to get Intercom API token

<Steps titleSize="h3">
  <Step title="Navigate to Developer Hub">
    Log in to your Intercom account and navigate to the Developer Hub.

    <Frame>
      <img src="https://assets.superjoin.ai/images/intercom/intercom-s1.png" />
    </Frame>
  </Step>

  <Step title="Create New App">
    Click Your apps in the top-right corner, then click New app.

    <Frame>
      <img src="https://assets.superjoin.ai/images/intercom/intercom-s3.png" />
    </Frame>
  </Step>

  <Step title="Choose Name > Create an app.">
    Choose an App name, select your Workspace from the dropdown, and click Create app.

    <Frame>
      <img src="https://assets.superjoin.ai/images/intercom/intercom-s4.png" />
    </Frame>
  </Step>

  <Step title="Set appropriate permissions">
    To set the appropriate permissions, from the Authentication tab, click Edit in the top right corner and check the permissions you want to grant to the app. We recommend only granting read permissions (not write). Click Save when you are finished.

    <Frame>
      <img src="https://assets.superjoin.ai/images/intercom/intercom-s6.png" />
    </Frame>
  </Step>

  <Step title="Generate Access TOken">
    Under the Access token header, you will be prompted to regenerate your access token. Follow the instructions to do so, and copy the new token.

    <Frame>
      <img src="https://assets.superjoin.ai/images/intercom/intercom-s5.png" />
    </Frame>
  </Step>
</Steps>

<Info title="Additional info">
  For more details, use Intercom Documentation:
  [https://developers.intercom.com/docs/build-an-integration/learn-more/authentication/#access-tokens](https://developers.intercom.com/docs/build-an-integration/learn-more/authentication/#access-tokens)
</Info>
