Connector Klaviyo
Klaviyo is a global technology company that provides a marketing automation platform, used primarily for email marketing and SMS marketing.
Klaviyo connector enables integrating data from Klaviyo with Meiro Integrations to process it further.
Requirements
To connect to Klaviyo it is required to get an access through API key.
Features
It is possible to extract campaign, profile, exclusion and event data from Klaviyo API.
Data In/Data Out
Data In
|
N/A
|
Data Out
|
Your results will be saved as a NDJSON file (e.g. for events - events.ndjson , for campaigns - campaigns.ndjson , for profiles - profiles.ndjson , for exclusions exclusions.ndjson ) in the Data Out bucket data/out/files.
|
Learn more: about the folder structure please go to this article.
Parameters
API key
API key
(required)
|
To connect to the Klaviyo, an API key is required.
Learn more: about how to generate an API key, please refer to this article.
|
Profiles
Enabled
(optional)
|
You can disable or enable resources for profiles.
|
Exclusions
Enabled
(optional)
|
You can disable or enable resources for exclusions.
|
Events
The time range for events (`from_date` and `to_date`) is required to be known.
From Date
(required)
|
Date from which to download events.
Using natural language → eg. now, now - 7 days, now + 8 hours, 5 days ago
Learn more: about the details of natural language parsing here
|
To Date
(required)
|
Date to download events.
Using natural language → eg. now, now - 7 days, now + 8 hours, 5 days ago
Learn more: about the details of natural language parsing here
|
Fields
(optional)
|
Optional fields from the event that can be included or excluded from the API response:
-
metric ID
-
profile ID
-
timestamp
-
event properties
-
datetime
-
uuid
|
Enabled
(optional)
|
You can disable or enable resources for events.
|
Campaigns
Enabled
(optional)
|
You can disable or enable resources for campaigns.
|