* 🚀 flow stream added along with flow, campaign and flow message addition to event * ⚡ liniting fix * 🔨 annotations updated along with update method for klaviyo * 💥 docker version updated and log added * 🔨 fixed acceptance test for klaviyo flow stream * 🔨 unused import removed * fix: flows stream has no records thus tests are failing * chore: update seed file Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
2.4 KiB
2.4 KiB
Klaviyo
Sync overview
This source can sync data for the Klaviyo API. It 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:
Data type mapping
| Integration Type | Airbyte Type | Notes |
|---|---|---|
string |
string |
|
number |
number |
|
array |
array |
|
object |
object |
Features
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Sync | Yes | |
| Incremental Sync | Yes | Only Events and Global Exclusions |
| Namespaces | No |
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.
Getting started
Requirements
- Klaviyo Private API Key
Setup guide
Please follow these steps to obtain Private API Key for your account.
CHANGELOG
| Version | Date | Pull Request | Subject |
|---|---|---|---|
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 |