Klaviyo
Prerequisites
To set up the Klaviyo source connector, you'll need the Klaviyo Private API key.
Tables in the Klaviyo connector
Table: global_exclusions
| No | Column Name | Type | Notes |
|---|
| 1 | reason | VARCHAR | |
| 2 | email | VARCHAR | Primary Key |
| 3 | object | VARCHAR | |
| 4 | timestamp | VARCHAR | |
Table: campaigns
| No | Column Name | Type | Notes |
|---|
| 1 | from_email | VARCHAR | |
| 2 | created | VARCHAR | |
| 3 | subject | VARCHAR | |
| 4 | campaign_type | VARCHAR | |
| 5 | message_type | VARCHAR | |
| 6 | excluded_lists | VARCHAR | |
| 7 | from_name | VARCHAR | |
| 8 | num_recipients | INTEGER | |
| 9 | is_segmented | BOOLEAN | |
| 10 | sent_at | VARCHAR | |
| 11 | status_label | VARCHAR | |
| 12 | status_id | INTEGER | |
| 13 | send_time | VARCHAR | |
| 14 | lists | VARCHAR | |
| 15 | name | VARCHAR | |
| 16 | template_id | VARCHAR | |
| 17 | id | VARCHAR | Primary Key |
| 18 | updated | VARCHAR | |
| 19 | object | VARCHAR | |
| 20 | status | VARCHAR | |
Table: flows
| No | Column Name | Type | Notes |
|---|
| 1 | created | VARCHAR | |
| 2 | customer_filter | VARCHAR | |
| 3 | name | VARCHAR | |
| 4 | id | VARCHAR | Primary Key |
| 5 | trigger | VARCHAR | |
| 6 | updated | VARCHAR | |
| 7 | object | VARCHAR | |
| 8 | status | VARCHAR | |
Table: lists
| No | Column Name | Type | Notes |
|---|
| 1 | list_type | VARCHAR | |
| 2 | folder | VARCHAR | |
| 3 | created | VARCHAR | |
| 4 | name | VARCHAR | |
| 5 | id | VARCHAR | Primary Key |
| 6 | updated | VARCHAR | |
| 7 | person_count | INTEGER | |
| 8 | object | VARCHAR | |
Table: profiles
| No | Column Name | Type | Notes |
|---|
| 1 | relationships | VARCHAR | |
| 2 | attributes | VARCHAR | |
| 3 | links | VARCHAR | |
| 4 | id | VARCHAR | Primary Key |
| 5 | type | VARCHAR | |
| 6 | updated | VARCHAR | Incremental sync key |
| 7 | segments | VARCHAR | |
Table: metrics
| No | Column Name | Type | Notes |
|---|
| 1 | created | VARCHAR | |
| 2 | name | VARCHAR | |
| 3 | integration | VARCHAR | |
| 4 | id | VARCHAR | Primary Key |
| 5 | updated | VARCHAR | |
| 6 | object | VARCHAR | |
Table: events
| No | Column Name | Type | Notes |
|---|
| 1 | datetime | VARCHAR | |
| 2 | person | VARCHAR | |
| 3 | flow_id | VARCHAR | |
| 4 | event_name | VARCHAR | |
| 5 | id | VARCHAR | Primary Key |
| 6 | uuid | VARCHAR | |
| 7 | flow_message_id | VARCHAR | |
| 8 | statistic_id | VARCHAR | |
| 9 | campaign_id | VARCHAR | |
| 10 | object | VARCHAR | |
| 11 | timestamp | INTEGER | Incremental sync key |
| 12 | event_properties | VARCHAR | |
External Resources
Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.