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

# Intercom

![Intercom](https://cdn.cdnlogo.com/logos/i/76/intercom.svg)

## Configuration

To set up the Intercom source, provide the following configuration parameters:

| Key            | Description                                                                          | Sample Value    |
| -------------- | ------------------------------------------------------------------------------------ | --------------- |
| `access_token` | The access token used to authenticate your Intercom account.                         | `abcdefg123456` |
| `start_date`   | Filters results to fetch only records updated after this date. Format: `YYYY-MM-DD`. | `2023-01-01`    |

<br />

### How to Get `access_token`

Follow Intercom’s [instructions](https://developers.intercom.com/building-apps/docs/authentication-types#section-how-to-get-your-access-token)\
to obtain your `access_token`.

<br />
