Skip to main content

Klaviyo

This connector captures data from Klaviyo into Flow collections.

It is available for use in the Flow web application. For local development or open-source workflows, ghcr.io/estuary/source-klaviyo-native:dev provides the latest version of the connector as a Docker image. You can also follow the link in your browser to see past image versions.

Supported data resources

The following data resources are supported through the Zendesk API:

By default, each resource is mapped to a Flow collection through a separate binding.

Prerequisites

To set up the Klaviyo source connector, you'll need a Klaviyo Private API key.

Configuration

You configure connectors either in the Flow web app, or by directly editing the catalog specification files. See connectors to learn more about using connectors. The values and specification sample below provide configuration details specific to the Klaviyo source connector.

Properties

Endpoint

PropertyTitleDescriptionTypeRequired/Default
/start_dateStart DateThe date from which you'd like to replicate data for Klaviyo API, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.string30 days before the present
/credentialsCredentialsCredentials for the serviceobject
/credentials/credentials_titleAuthentication MethodSet to API Key.stringRequired
/credentials/access_tokenAPI KeyThe value of your Klaviyo private API Key .stringRequired
/advanced/window_sizeWindow SizeDate window size for the events backfill in days. If you have a significant amount of events data` to backfill, smaller window sizes will allow the connector to checkpoint its progress more frequently.integer30

Bindings

PropertyTitleDescriptionTypeRequired/Default
/nameData resourceName of the data resource.stringRequired
/intervalIntervalInterval between data syncsstring5M

Sample

captures:
${PREFIX}/${CAPTURE_NAME}:
endpoint:
connector:
image: ghcr.io/estuary/source-klaviyo-native:dev
config:
advanced:
window_size: 10
credentials:
credentials: API Key
access_token: <secret>
start_date: "2025-08-14T00:00:00Z"
bindings:
- resource:
name: events
target: ${PREFIX}/events