Skip to main content

πŸš€ Quickstart

Connect to Intercom with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Intercom.
2

Authorize Intercom

Go to Connections -> Add Test Connection -> Authorize, then log in to Intercom. Later, you’ll let your users do the same directly from your app. Nango doesn’t provide a test OAuth app for Intercom yet. You’ll need to set up your own by following these instructions. After that, make sure to add the OAuth client ID, secret, and scopes in the integration settings in Nango.
3

Call the Intercom API

Let’s make your first request to the Intercom API (fetch current admin information). Replace the placeholders below with your secret key, integration ID, and connection ID:
  • cURL
  • Node
curl "https://api.nango.dev/proxy/me" \
  -H "Authorization: Bearer <NANGO-SECRET-KEY>" \
  -H "Provider-Config-Key: <INTEGRATION-ID>" \
  -H "Connection-Id: <CONNECTION-ID>"
Or fetch credentials with the Node SDK or API.βœ… You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our quickstart to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.

πŸ“š Intercom Integration Guides

Nango maintained guides for common use cases. Official docs: Intercom API documentation

🧩 Pre-built syncs & actions for Intercom

Enable them in your dashboard. Extend and customize to fit your needs.

Users

Function nameDescriptionTypeSource code
whoamiFetch current user informationActionπŸ”— Github

Others

Function nameDescriptionTypeSource code
fetch-articleFetch a single article from IntercomActionπŸ”— Github
create-contactCreates a contact in IntercomActionπŸ”— Github
delete-contactDeletes a contact in IntercomActionπŸ”— Github
conversationsFetches a list of conversations from IntercomSyncπŸ”— Github
conversationsFetches a list of conversations from IntercomSyncπŸ”— Github
contactsFetches a list of contacts from IntercomSyncπŸ”— Github
articlesFetches a list of articles from IntercomSyncπŸ”— Github
usersFetches a list of admin users from IntercomSyncπŸ”— Github