Connecting to Klaviyo
Klaviyo uses token-based authentication to control access to the API.
Using Token Authentication
To authenticate to Klaviyo, you will need to provide an API Key. You can generate or view your API keys under 'My Account' > 'Setting' > 'API Key' > 'Create API Key'. Set the API Key to your Klaviyo Key in the ProfileSettings connection property.
Optionally, you can set the APIVersion property within the ProfileSettings property to determine which revision of the API to use, such as APIVersion=2024-02-15. Otherwise, version 2024-05-15 will be used.Example Connection String
Profile=C:\profiles\Klaviyo.apip;ProfileSettings='APIKey=my_api_key';
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
APIKey | The API key in your Klaviyo account. |
APIVersion | Version of the Klaviyo API to use. |