Klaviyo
This page contains the setup guide and reference information for the Klaviyo source connector.
Prerequisites
- Klaviyo Private API Key
Setup guide
Step 1: Set up Klaviyo
Please follow these steps to obtain Private API Key for your account.
Step 2: Set up the Klaviyo connector in Airbyte
For Airbyte Cloud:
- Log into your Airbyte Cloud account.
- In the left navigation bar, click Sources. In the top-right corner, click +new source.
- On the Set up the source page, enter the name for the Klaviyo connector and select Klaviyo from the Source type dropdown.
- Enter you private API key from Prerequisites
- Enter the date you want your sync to start from
- Submit the form
For Airbyte OSS:
- Navigate to the Airbyte Open Source dashboard
- Set the name for your source
- Enter you private API key from Prerequisites
- Enter the date you want your sync to start from
- Click Set up source
Supported sync modes
The Klaviyo source connector supports the following sync modes:
- Full Refresh | Overwrite
- Full Refresh | Append
- Incremental Sync | Append
- Incremental Sync | Deduped History
Supported Streams
This Source is capable of syncing the following core Streams:
Performance considerations
The connector is restricted by normal Klaviyo requests limitation.
The Klaviyo connector should not run into Klaviyo API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Data type map
Integration Type | Airbyte Type | Notes |
---|---|---|
string | string | |
number | number | |
array | array | |
object | object |
Changelog
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.6 | 2022-07-20 | 14872 | Increase test coverage |
0.1.5 | 2022-07-12 | 14617 | Set max_retries = 10 for lists stream. |
0.1.4 | 2022-04-15 | 11723 | Enhance klaviyo source for flows stream and update to events stream. |
0.1.3 | 2021-12-09 | 8592 | Improve performance, make Global Exclusions stream incremental and enable Metrics stream. |
0.1.2 | 2021-10-19 | 6952 | Update schema validation in SAT |