This page guides you through the process of setting up the Intercom source connector.
- Log into your Airbyte Cloud or Airbyte Open Source account.
- Click Sources and then click + New source.
- On the Set up the source page, select Intercom from the Source type dropdown.
- Enter a name for your source.
- For Start date, enter the date in YYYY-MM-DDTHH:mm:ssZ format. The data added on and after this date will be replicated. If this field is blank, Airbyte will replicate all data.
- For Airbyte Cloud, click Authenticate your Intercom account to sign in with Intercom and authorize your account. For Airbyte Open Source, enter your Access Token to authenticate your account.
- Click Set up source.
The Intercom source connector supports the following sync modes:
- Full Refresh
- Incremental
The Intercom source connector supports the following streams:
- 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)
The connector is restricted by normal Intercom requests limitation.
The Intercom connector should not run into Intercom API limitations under normal usage. Create an issue if you see any rate limit issues that are not automatically retried successfully.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.28 | 2022-10-20 | 18216 | Use airbyte-cdk~=0.2.0 with SQLite caching |
0.1.27 | 2022-08-28 | 17326 | Migrate to per-stream states. |
0.1.26 | 2022-08-18 | 16540 | Fix JSON schema |
0.1.25 | 2022-08-18 | 15681 | Update Intercom API to v 2.5 |
0.1.24 | 2022-07-21 | 14924 | Remove additionalProperties field from schemas |
0.1.23 | 2022-07-19 | 14830 | Added checkpoint_interval for Incremental streams |
0.1.22 | 2022-07-09 | 14554 | Fixed conversation_parts stream schema definition |
0.1.21 | 2022-07-05 | 14403 | Refactored Conversations , Conversation Parts , Company Segments to increase performance |
0.1.20 | 2022-06-24 | 14099 | Extended Contacts stream schema with sms_consent ,unsubscribe_from_sms properties |
0.1.19 | 2022-05-25 | 13204 | Fixed conversation_parts stream schema definition |
0.1.18 | 2022-05-04 | 12482 | Update input configuration copy |
0.1.17 | 2022-04-29 | 12374 | Fixed filtering of conversation_parts |
0.1.16 | 2022-03-23 | 11206 | Added conversation_id field to conversation_part records |
0.1.15 | 2022-03-22 | 11176 | Correct check_connection URL |
0.1.14 | 2022-03-16 | 11208 | Improve 'conversations' incremental sync speed |
0.1.13 | 2022-01-14 | 9513 | Added handling of scroll param when it expired |
0.1.12 | 2021-12-14 | 8429 | Updated fields and descriptions |
0.1.11 | 2021-12-13 | 8685 | Remove time.sleep for rate limit |
0.1.10 | 2021-12-10 | 8637 | Fix 'conversations' order and sorting. Correction of the companies stream |
0.1.9 | 2021-12-03 | 8395 | Fix backoff of 'companies' stream |
0.1.8 | 2021-11-09 | 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 Intercom CDK Connector |