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

# Intercom OAuth

> Connect your Intercom app for OAuth in Paragon.

## Setup Guide

You can find your Intercom app credentials by visiting your [Intercom Developer Hub](https://developers.intercom.com/).

<Info>
  **Note:** You'll need to create a new Intercom app if you don't already have
  one. To access your customer's Intercom data by using OAuth, you'll need to
  [submit your app for a
  review](https://developers.intercom.com/building-apps/docs/review-publish-your-app#changing-your-review-or-listing).
</Info>

You'll need the following information to set up your Intercom App with Paragon:

* App Name

* Client ID

* Client Secret

* Scopes Requested

### 1. Add the Redirect URL to your Intercom app

Paragon provides a redirect URL to send information to your Intercom app. To add the redirect URL to your Intercom app:

1\. Copy the link under "**Redirect URL"** in Paragon.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/EuLlf5VxgsSnEq57/assets/Copying%20the%20Redirect%20URL%20in%20Paragon.gif?s=572f0f0e11599740d68822b903a8601f" width="577" height="490" data-path="assets/Copying the Redirect URL in Paragon.gif" />
</Frame>

2\. In your [Intercom developer dashboard](https://developers.intercom.com/), select your application.

3\. Under **Configure > Authentication**, click the **Edit** button.

4\. Tick the **Use OAuth** option.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/jCM_Y_j0HttScr1R/assets/Enable%20OAuth%20in%20Intercom.png?fit=max&auto=format&n=jCM_Y_j0HttScr1R&q=85&s=ebf8b319fe15287968086426fdca19e6" width="1448" height="802" data-path="assets/Enable OAuth in Intercom.png" />
</Frame>

5\. Under **Redirect URLs**, paste-in the redirect URL from Paragon. Click the **Save** button to save your changes.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/jCM_Y_j0HttScr1R/assets/Enabling%20OAuth%20for%20your%20Intercom%20app.gif?s=ab27ef4b50063ea5b74941df2496cdec" width="716" height="236" data-path="assets/Enabling OAuth for your Intercom app.gif" />
</Frame>

### 2. Add your Intercom app to Paragon

1. Click the "**Trigger**" step in the workflow canvas, and choose **OAuth** from the sidebar.

2. Under **Connect an OAuth-enabled app**, choose "**Add a new OAuth-enabled app**" and select "**Intercom**".

<Frame caption="">
  <img src="https://mintcdn.com/paragon/DkcdqxlytLXlO_-w/assets/Adding%20a%20new%20provider.png?fit=max&auto=format&n=DkcdqxlytLXlO_-w&q=85&s=542fd895b862c2e1b4262df3ade9d2e5" width="593" height="354" data-path="assets/Adding a new provider.png" />
</Frame>

### 3. Input your credentials

Fill out your credentials from [Step 1](/automate/resources/oauth/intercom#1-add-the-redirect-url-to-your-intercom-app) in their respective sections:

* **App Name:** Chosen name for your application.

* **Client ID:** Found under Configure > Basic Information > Client ID on your Intercom app page.

* **Client Secret:** Found under Configure > Basic Information > Client Secret on your Intercom app page.

* **Scopes Requested:** A space-separated list of OAuth scopes. A complete list of Intercom's scopes is [here](https://developers.intercom.com/building-apps/docs/oauth-scopes#summary-of-all-oauth-scopes).

Press the green "Connect" button to save your credentials.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/XNDe-bFT_2yOxy1A/assets/Connecting%20Intercom%20OAuth%20app%20to%20Paragon.gif?s=51d00203de7da2711e4190e2a76b709a" width="647" height="575" data-path="assets/Connecting Intercom OAuth app to Paragon.gif" />
</Frame>
