* Remeve base-python references. * Add requirements.txt * Fix requirements.txt blank line * Fix source-exchange rates to common CDK approach * Fix source-smartsheets SAT. Fix source-exchange-rates build.gradle. * Bump docker version * Update source-dixa SAT config * Fix source-exchange-rates SAT config * Revert bump scaffold sources version * Fix source-shortio SAT config * Fix source-square invalid_config.json * Fix source-us-census invalid_config.json * Fix source-intercom versioning
3.9 KiB
3.9 KiB
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 Source Connector is based on a Airbyte CDK.
Output schema
Several output streams are available from this source:
- Admins (Full table)
- Companies (Incremental)
- Company Segments (Incremental)
- Conversations (Incremental)
- Conversation Parts (Incremental)
- Data Attributes (Full table)
- Customer Attributes (Full table)
- Company Attributes (Full table)
- Contacts (Incremental)
- Segments (Incremental)
- Tags (Full table)
- Teams (Full table)
If there are more endpoints you'd like Airbyte to support, please create an issue.
Features
| Feature | Supported? |
|---|---|
| Full Refresh Sync | Yes |
| Incremental - Append Sync | Yes |
| Replicate Incremental Deletes | Coming soon |
| SSL connection | Yes |
| Namespaces | No |
Performance considerations
The connector is restricted by normal Intercom requests limitation.
The Intercom connector should not run into Intercom API limitations under normal usage. Please create an issue 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.
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.8 | 2021-09-28 | 7060 | Added oauth support |
| 0.1.7 | 2021-11-08 | 7499 | Remove base-python dependencies |
| 0.1.6 | 2021-10-07 | 6879 | Corrected pagination for contacts |
| 0.1.5 | 2021-09-28 | 6082 | Corrected android_last_seen_at field data type in schemas |
| 0.1.4 | 2021-09-20 | 6087 | Corrected updated_at field data type in schemas |
| 0.1.3 | 2021-09-08 | 5908 | Corrected timestamp and arrays in schemas |
| 0.1.2 | 2021-08-19 | 5531 | Corrected pagination |
| 0.1.1 | 2021-07-31 | 5123 | Corrected rate limit |
| 0.1.0 | 2021-07-19 | 4676 | Release Slack CDK Connector |