This page contains the setup guide and reference information for the Klaviyo source connector.
- Klaviyo Private API Key
Please follow these steps to obtain Private API Key for your account.
- 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
- 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
The Klaviyo source connector supports the following sync modes:
- Full Refresh | Overwrite
- Full Refresh | Append
- Incremental Sync | Append
- Incremental Sync | Deduped History
This Source is capable of syncing the following core Streams:
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.
Integration Type | Airbyte Type | Notes |
---|---|---|
string |
string |
|
number |
number |
|
array |
array |
|
object |
object |
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 |