Mailchimp
Prerequisites
You can use OAuth or an API key to authenticate your Mailchimp account. If you choose to authenticate with OAuth, register your Mailchimp account.
Tables in the Mailchimp connector
| No | Table Name | Columns | Primary Keys | Read Mode | Inc. Sync Keys | API Info |
|---|
| 1 | reports | 26 | id | Full Refresh, Incremental | send_time | |
| 2 | campaigns | 22 | id | Full Refresh, Incremental | create_time | API Reference |
| 3 | email_activity | 10 | timestamp, email_id, action | Incremental, Full Refresh | timestamp | |
| 4 | lists | 21 | id | Full Refresh, Incremental | date_created | API Reference |
Table: reports
| No | Column Name | Type | Notes |
|---|
| 1 | forwards | VARCHAR | |
| 2 | share_report | VARCHAR | |
| 3 | preview_text | VARCHAR | |
| 4 | list_id | VARCHAR | |
| 5 | rss_last_send | VARCHAR | |
| 6 | list_name | VARCHAR | |
| 7 | type | VARCHAR | |
| 8 | list_is_active | BOOLEAN | |
| 9 | industry_stats | VARCHAR | |
| 10 | list_stats | VARCHAR | |
| 11 | campaign_title | VARCHAR | |
| 12 | facebook_likes | VARCHAR | |
| 13 | timeseries | VARCHAR | |
| 14 | emails_sent | INTEGER | |
| 15 | ecommerce | VARCHAR | |
| 16 | id | VARCHAR | Primary Key |
| 17 | bounces | VARCHAR | |
| 18 | subject_line | VARCHAR | |
| 19 | ab_split | VARCHAR | |
| 20 | timewarp | VARCHAR | |
| 21 | unsubscribed | INTEGER | |
| 22 | send_time | VARCHAR | Incremental sync key |
| 23 | opens | VARCHAR | |
| 24 | clicks | VARCHAR | |
| 25 | abuse_reports | INTEGER | |
| 26 | delivery_status | VARCHAR | |
Table: campaigns
| No | Column Name | Type | Notes |
|---|
| 1 | archive_url | VARCHAR | |
| 2 | resendable | BOOLEAN | |
| 3 | settings | VARCHAR | |
| 4 | variate_settings | VARCHAR | |
| 5 | ab_split_opts | VARCHAR | |
| 6 | create_time | VARCHAR | Incremental sync key |
| 7 | web_id | INTEGER | |
| 8 | type | VARCHAR | |
| 9 | tracking | VARCHAR | |
| 10 | needs_block_refresh | BOOLEAN | |
| 11 | send_time | VARCHAR | |
| 12 | rss_opts | VARCHAR | |
| 13 | parent_campaign_id | VARCHAR | |
| 14 | content_type | VARCHAR | |
| 15 | social_card | VARCHAR | |
| 16 | recipients | VARCHAR | |
| 17 | emails_sent | INTEGER | |
| 18 | id | VARCHAR | Primary Key |
| 19 | delivery_status | VARCHAR | |
| 20 | long_archive_url | VARCHAR | |
| 21 | status | VARCHAR | |
| 22 | report_summary | VARCHAR | |
Table: email_activity
| No | Column Name | Type | Notes |
|---|
| 1 | email_id | VARCHAR | Primary Key |
| 2 | email_address | VARCHAR | |
| 3 | list_id | VARCHAR | |
| 4 | ip | VARCHAR | |
| 5 | action | VARCHAR | Primary Key |
| 6 | list_is_active | BOOLEAN | |
| 7 | type | VARCHAR | |
| 8 | campaign_id | VARCHAR | |
| 9 | url | VARCHAR | |
| 10 | timestamp | VARCHAR | Incremental sync key, Primary Key |
Table: lists
| No | Column Name | Type | Notes |
|---|
| 1 | notify_on_subscribe | VARCHAR | |
| 2 | subscribe_url_long | VARCHAR | |
| 3 | marketing_permissions | BOOLEAN | |
| 4 | permission_reminder | VARCHAR | |
| 5 | use_archive_bar | BOOLEAN | |
| 6 | notify_on_unsubscribe | VARCHAR | |
| 7 | visibility | VARCHAR | |
| 8 | date_created | VARCHAR | Incremental sync key |
| 9 | campaign_defaults | VARCHAR | |
| 10 | web_id | INTEGER | |
| 11 | modules | VARCHAR | |
| 12 | email_type_option | BOOLEAN | |
| 13 | beamer_address | VARCHAR | |
| 14 | has_welcome | BOOLEAN | |
| 15 | stats | VARCHAR | |
| 16 | contact | VARCHAR | |
| 17 | name | VARCHAR | |
| 18 | list_rating | INTEGER | |
| 19 | double_optin | BOOLEAN | |
| 20 | id | VARCHAR | Primary Key |
| 21 | subscribe_url_short | 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.