Skip to content

Latest commit

 

History

History
94 lines (72 loc) · 5.72 KB

close-com.md

File metadata and controls

94 lines (72 loc) · 5.72 KB

Close.com

Overview

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.

Output schema

This Source is capable of syncing the following core Streams:

Notes

Leads, Events Incremental streams use date_updated field. All other Incremental streams use date_created field.

Data type mapping

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.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync Yes

Performance considerations

The Close.com Connector has rate limit. There are 60 RPS for Organizations. You can find detailed info here.

Getting started

Requirements

  • Close.com Account
  • Close.com API Key

Setup guide

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.

Changelog

Version Date Pull Request Subject
0.1.0 2021-08-10 5366 Initial release of Close.com connector for Airbyte