Intercom

The Intercom connection will keep your Intercom users, tickets and attachments in sync.

Creating a Connection

  1. Select Intercom from the Connector Dropdown

  2. Select an API key from the dropdown at the top. All documents created by the connection will be attributed to the selected API key.

  3. Check all the data you want to sync, such as Admins, Contacts, Tickets and then specific parts of tickets like attachments or comments.

  4. Fill out any metadata you want to associate with the data. You can use this to filter the data later. This is in JSON format. You can leave it blank, or you could set it to something like

    1. {
        "company": "acme"
      }

  5. Select the import mode

  6. Enter a name for your partition where you want your documents to live.

  7. Click "Create Connection" at the top right.

You will be taken back to the connectors page, and the system will schedule a sync process for you as soon as possible.

What is synced?

  • Admins
  • Contacts
  • Conversations
    • Notes
    • Attachments
  • Help Center Articles
  • Tickets
    • Attachments
    • Comments
    • Notes

Metadata

Each file includes the following metadata

NameDescriptionExampleFilterable
document_nameA name associated with the content. Content dependent[email protected]
created_atWhen the article was ingested into Ragie2025-04-16T01:53:18+00:00
source_urlLink to the content, if available.https://app.intercom.com/a/apps/<your app id>/admins/404
object_typeAn array indicating the object types["ticket"]
source_typeintercomintercom

Did this page help you?