LogoLogo
WebsiteDocumentationChangelogStatusTerms
  • Getting Started
    • Overview
    • FAQs
    • Reference
      • Identifier Types
      • Identifier Profiles
      • Identity Clusters
      • Identity Resolution
      • Regular Expressions
      • Tabular Data Schema
      • Advanced Query Interface
      • IP Allowlisting
    • Global Data Regulations
  • Data
    • Sources
      • Amazon S3
      • API Source
      • Azure Blob Storage
      • BigQuery
      • Databricks
      • File Upload
      • Google Cloud Storage
      • Mailchimp
      • SDK Sources
        • Android SDK
        • iOS SDK
        • JavaScript SDK
      • SendGrid
      • Shopify
      • Snowflake
    • Data Configuration
      • Custom Identifiers
      • Traits
      • Events
      • Labels
  • Identity
    • EIDs Switchboard
  • Audiences
    • Audiences
      • Audience Builder
      • Insights
      • Activation
        • Real-Time Targeting
        • Google Ad Manager
        • Permutive
      • Exports
        • Metadata file
    • Destinations
      • Amazon DSP
      • Amazon S3
      • Azure Blob Storage
      • Campaign Manager 360
      • Display & Video 360
      • Google Ads
      • Google Cloud Storage (GCS)
      • Meta Ads
      • The Trade Desk
      • TikTok
      • Yahoo! Japan Ads
  • collaborate
    • Clean Rooms
      • Insights Clean Rooms
      • Activation Clean Rooms
      • Augmentation Clean Rooms
      • Prospecting Clean Rooms
    • Partnerships
      • Flash Partners
        • Optable Flash Node
        • AWS Connector
        • Snowflake Connector
      • Enterprise Partners
      • Flash Partner Settings
  • Differential Privacy
  • Admin
    • General
    • Accounts
      • Managing User Accounts
      • Roles
        • Permissions
      • Authentication
    • Real-Time API
    • Data Subject Requests
  • Profile Settings
    • Notifications
  • Guides
    • AWS Connector: Guides
      • Enterprise DCN
      • AWS Connector
    • Snowflake Connector: Guide
    • Optable CLI
    • Data Warehouse Exports
      • Google BigQuery
      • Snowflake
  • Announcements
    • Deprecation Notices
      • Q1 2025: Deprecation of Exports & Introduction of Syncs
      • Feb 21st, 2024: Removal of regex_allowed_http_origins
      • Dec 8th, 2022: Exports to Export Configurations
      • Deprecated uses in the CLI
Powered by GitBook
On this page
  • Creating a Mailchimp Source
  • What Will You Get?

Was this helpful?

  1. Data
  2. Sources

Mailchimp

Loading data from your Mailchimp account.

Last updated 1 month ago

Was this helpful?

is a marketing platform that enables you to manage mailing lists and create email marketing campaigns. This source allows you to easily connect your existing Mailchimp account to your DCN in order to ingest your Mailchimp subscriber's IDs & their traits.

Creating a Mailchimp Source

You can create a new Mailchimp source from your DCN by going to the Data > Sources section in your navigation menu or by using the and running the following command:

optable-cli source create mailchimp <name>

In both cases you will be redirected to your browser in order to authenticate & link your Mailchimp account to your DCN through our integration partner .

To go to the next step, you will have to click the I understand button.

Next, you will be required to authorize the integration between your DCN and Mailchimp by clicking the Authorize button

You will be prompted to securely authenticate to your Mailchimp account using your existing credentials.

Your Mailchimp username and password are never shared directly with Fivetran or Optable, they remain private throughout the process.

After successfully authenticating to your Mailchimp account, you will be required to grant Fivetran access to your account by clicking the Allow button.

As a last step, you need to Save & Test your connection by clicking the blue button.

Finally, if you created the source using your DCN UI you will be redirected to the sources listing. If you used the CLI, you will be able to close you browser and continue at the command line.

Here is an example of the expected CLI output:

$ optable-cli source create mailchimp my-example-source
{ 
  "id": 1,
  "name": "my-example-source",
  "state": "SOURCE_STATE_ACTIVE",
  "kind": "SOURCE_KIND_MAILCHIMP",
  "created_at": "2022-03-08T15:45:00.502717Z",
  "updated_at": "2022-03-08T15:45:03.748793Z",
  "mailchimp": {},
  "version": {
    "minimum_timestamp": "2022-03-08T15:45:00.502716Z"
  }
}

What Will You Get?

Identifiers
Traits
Events

Email address (personal ID)

Country code

None

Language

Subscriber status

Audience (list) name

Currently, email addresses stored in your Mailchimp account will be periodically loaded as into your DCN along with the subscriber's language, country code, subscription status as well as their parent audience (list) they are a member of.

identifiers
Mailchimp
CLI
Fivetran