> For the complete documentation index, see [llms.txt](https://ask.birdie.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ask.birdie.ai/integrations-and-data-ingestion/how-to-integrate-with/intercom.md).

# Intercom

### Overview

This integration imports Conversations data from your Intercom account into Birdie so that you can analyze support and messaging interactions alongside other feedback sources.

In order to authorize the Birdie integration to collect data from your Intercom account, you must provide a valid Access Token.

### Requirements

To set up this integration, you’ll need:

* An Intercom account with permissions to create or manage an Integration App
* An Access Token generated for that Integration App

### Setup in Intercom

To create an Access Token, follow these steps:

{% stepper %}
{% step %}

### Access Account Settings

Open your Intercom account and go to your Account Settings page.
{% endstep %}

{% step %}

### Open Developer Hub

From the Apps and Integration menu, access the Developer Hub page.
{% endstep %}

{% step %}

### Create or select an Integration App

Select an existing Integration App or create a new one.

Recommended: create a dedicated app for the Birdie integration.
{% endstep %}

{% step %}

### Configure Authentication

Open your Integration App and click on the Authentication menu.

![Integration App Authentication screenshot](https://tawk.link/685001d2e1d1cb19110409b6/kb/attachments/6L8rJfguyf.png)
{% endstep %}

{% step %}

### Share the Access Token securely

Share the generated Access Token securely with Birdie (for example, using One Time Secret):

<https://onetimesecret.com/en/>
{% endstep %}
{% endstepper %}

### Connect to Birdie

After you’ve generated and securely shared your Intercom Access Token, the Birdie team will configure the connector and confirm once the integration is active.

### Data in scope

#### Conversation endpoint

Birdie uses Intercom’s Conversations API to retrieve conversations:

```
https://developers.intercom.com/intercom-api-reference/reference/listconversations
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ask.birdie.ai/integrations-and-data-ingestion/how-to-integrate-with/intercom.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
