Skip to main content

Klaviyo

This connector captures data from Klaviyo into Estuary collections.

Supported data resources

The following data resources are supported through the Klaviyo API:

By default, each resource is mapped to an Estuary 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 Estuary 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 ISO 8601 format. ex: P30D means 30 days, PT6H means 6 hours. If you have a significant amount of events data to backfill, smaller window sizes will allow the connector to checkpoint its progress more frequently.stringPT1H

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:v1
config:
advanced:
window_size: PT2H
credentials:
credentials: API Key
access_token: <secret>
start_date: "2025-08-14T00:00:00Z"
bindings:
- resource:
name: events
target: ${PREFIX}/events