Skip to main content
Import help center articles from Intercom into AGO. The connector supports two modes: authenticated API access (for private or owned content) and public help center scraping (no API credentials needed).

Prerequisites

For API Access Mode:
  • Intercom workspace with Developer Hub access
  • API access token with help center permissions
  • Help center with published articles
For Public Scraping Mode:
  • A publicly accessible Intercom help center URL
  • No credentials required

Setup Steps

Mode 1: API Access

  1. In Intercom, go to Settings > Developers > Developer Hub
  2. Create a new app or use an existing one
  3. Go to Configure > Authentication and copy your Access Token
  4. In AGO, navigate to Knowledge > Sources > Create
  5. Select Intercom as the connector type
  6. Enter your Access Token
  7. Optionally specify a Help Center ID (auto-detected if not provided)
  8. Save and run a manual sync

Mode 2: Public Scraping

  1. In AGO, navigate to Knowledge > Sources > Create
  2. Select Intercom as the connector type
  3. Leave the API key field empty
  4. Enter the help center subdomain (e.g., your-company for intercom.help/your-company)
  5. Enter the locale code (e.g., en, fr)
  6. Save and run a manual sync

Configuration

Finding Collection and Section IDs

  1. Navigate to your Intercom Help Center in the Intercom app
  2. Open a collection or section
  3. The ID is in the URL: https://app.intercom.com/a/apps/{app_id}/articles/collections/{collection_id}

What Gets Imported

The connector imports three levels of content:
  • Collections: Top-level containers (can be nested)
  • Sections: Organizational units within collections
  • Articles: The actual help content, converted from HTML to Markdown

Best Practices

  • Start with a collection filter to import a subset, then expand
  • Schedule regular syncs to keep content fresh
  • Only published articles are imported — drafts are skipped

Troubleshooting

  • Verify your access token is valid and not expired
  • Check the token has help center read permissions
  • Regenerate the token in Developer Hub
  • Verify your help center has published articles (drafts are skipped)
  • Check collection/section filters aren’t excluding all content
  • For public mode, verify the subdomain and locale are correct
  • Verify network access to Intercom’s image CDN
  • Re-sync to refresh image references