1
0
mirror of synced 2025-12-30 03:02:21 -05:00
Files
airbyte/docs/integrations/sources/intercom.md
Davin Chia 42686add8a Release connectors with namespace change. (#2990)
Release all connectors affected by namespace change. Includes all JDBC sources and destinations.

Also add documentation for normalisation. Prerequisite to actually releasing 0.21.0-alpha.
2021-04-21 11:35:08 +08:00

53 lines
2.5 KiB
Markdown

# Intercom
## Overview
The Intercom source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This Intercom source wraps the [Singer Intercom Tap](https://github.com/singer-io/tap-intercom).
### Output schema
Several output streams are available from this source:
* [Admins](https://developers.intercom.com/intercom-api-reference/reference#list-admins)
* [Companies](https://developers.intercom.com/intercom-api-reference/reference#list-companies)
* [Conversations](https://developers.intercom.com/intercom-api-reference/reference#list-conversations)
* [Conversation Parts](https://developers.intercom.com/intercom-api-reference/reference#get-a-single-conversation)
* [Data Attributes](https://developers.intercom.com/intercom-api-reference/reference#data-attributes)
* [Customer Attributes](https://developers.intercom.com/intercom-api-reference/reference#list-customer-data-attributes)
* [Company Attributes](https://developers.intercom.com/intercom-api-reference/reference#list-company-data-attributes)
* [Leads](https://developers.intercom.com/intercom-api-reference/reference#list-leads)
* [Segments](https://developers.intercom.com/intercom-api-reference/reference#list-segments)
* [Company Segments](https://developers.intercom.com/intercom-api-reference/reference#list-segments)
* [Tags](https://developers.intercom.com/intercom-api-reference/reference#list-tags-for-an-app)
* [Teams](https://developers.intercom.com/intercom-api-reference/reference#list-teams)
* [Users](https://developers.intercom.com/intercom-api-reference/reference#list-users)
If there are more endpoints you'd like Airbyte to support, please [create an issue.](https://github.com/airbytehq/airbyte/issues/new/choose)
### Features
| Feature | Supported? |
| :--- | :--- |
| Full Refresh Sync | Yes |
| Incremental - Append Sync | Yes |
| Replicate Incremental Deletes | Coming soon |
| SSL connection | Yes |
| Namespaces | No |
### Performance considerations
The Intercom connector should not run into Intercom API limitations under normal usage. Please [create an issue](https://github.com/airbytehq/airbyte/issues) if you see any rate limit issues that are not automatically retried successfully.
## Getting started
### Requirements
* Intercom Access Token
### Setup guide
Please read [How to get your Access Token](https://developers.intercom.com/building-apps/docs/authentication-types#section-how-to-get-your-access-token).