Intercom
The Intercom connection will keep your Intercom users, tickets and attachments in sync.
Creating a Connection
-
Select Intercom from the Connector Dropdown
-
Select an API key from the dropdown at the top. All documents created by the connection will be attributed to the selected API key.
-
Check all the data you want to sync, such as Admins, Contacts, Tickets and then specific parts of tickets like attachments or comments.
-
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
-
{ "company": "acme" }
-
-
Select the import mode
-
Enter a name for your partition where you want your documents to live.
-
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
Name | Description | Example | Filterable |
|---|---|---|---|
document_name | A name associated with the content. Content dependent | ||
created_at | When the article was ingested into Ragie | 2025-04-16T01:53:18+00:00 | ✅ |
source_url | Link to the content, if available. | https://app.intercom.com/a/apps/<your app id>/admins/404 | ✅ |
object_type | An array indicating the object types | ["ticket"] | |
source_type | intercom | intercom | ✅ |
Updated 10 days ago