The Close.com 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 is capable of syncing the following core Streams:
- Leads (Incremental)
- Created Activities (Incremental)
- Opportunity Status Change Activities (Incremental)
- Note Activities (Incremental)
- Meeting Activities (Incremental)
- Call Activities (Incremental)
- Email Activities (Incremental)
- Email Thread Activities (Incremental)
- Lead Status Change Activities (Incremental)
- SMS Activities (Incremental)
- Task Completed Activities (Incremental)
- Lead Tasks (Incremental)
- Incoming Email Tasks (Incremental)
- Email Followup Tasks (Incremental)
- Missed Call Tasks (Incremental)
- Answered Detached Call Tasks (Incremental)
- Voicemail Tasks (Incremental)
- Opportunity Due Tasks (Incremental)
- Incoming SMS Tasks (Incremental)
- Events (Incremental)
- Lead Custom Fields
- Contact Custom Fields
- Opportunity Custom Fields
- Activity Custom Fields
- Users
- Contacts
- Opportunities (Incremental)
- Roles
- Lead Statuses
- Opportunity Statuses
- Pipelines
- Email Templates
- Google Connected Accounts
- Custom Email Connected Accounts
- Zoom Connected Accounts
- Send As
- Email Sequences
- Dialer
- Smart Views
- Email Bulk Actions
- Sequence Subscription Bulk Actions
- Delete Bulk Actions
- Edit Bulk Actions
- Integration Links
- Custom Activities
Leads, Events Incremental streams use date_updated
field. All other Incremental streams use date_created
field.
The Close.com API uses the same JSONSchema types that Airbyte uses internally (string
, date-time
, object
, array
, boolean
, integer
, and number
), so no type conversions happen as part of this source.
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | Yes |
The Close.com Connector has rate limit. There are 60 RPS for Organizations. You can find detailed info here.
- Close.com Account
- Close.com API Key
Visit the Close.com API Keys page in the Close.com dashboard to access the secret key for your account. Secret key will be prefixed with api_
.
We recommend creating a restricted key specifically for Airbyte access. This will allow you to control which resources Airbyte should be able to access. For ease of use, we recommend using read permissions for all resources and configuring which resource to replicate in the Airbyte UI.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.0 | 2021-08-10 | 5366 | Initial release of Close.com connector for Airbyte |