Mailchimp Connector
Documentation
Version: 1
Documentation

Authentication :: ApiKey Auth [Http]


Description

No description available

Instructions

The simplest way to authenticate a request to the Mailchimp Marketing API is by using an API key (If you require access to Mailchimp on behalf of other Mailchimp users, you'll want to set up OAuth authentication instead)::
  1. Log into your Mailchimp account.
  2. Navigate to the API Keys section of your Mailchimp account: https://admin.mailchimp.com/account/api/
  3. In the Your API keys section of the page, click Create New Key.
  4. Give your new key a descriptive name that will remind you which application it's used for.
  5. Copy the generated key immediately and store it in a secure location. (You won’t be able to see or copy the key once you finish generating it.)
  6. Record your Mailchimp data center, since we will need it later. The data center will be located in your browser's address bar URL. If the URL is "https://us21.admin.mailchimp.com/account/api/", then your data center is "us21".
  7. Back at the connector screen, enter the data center that was recorded in step 6 into the Data Center field.
  8. Enter the API key that was recorded in step 5 into the Api Key field.
  9. Select the Test Connection button at the bottom of the window to verify proper connectivity with your Mailchimp account.
  10. If the connection test succeeds, select OK.

Parameters

Parameter Label Required Options Description Help
DataCenter Data Center NO
Option Value
us1 us1
us2 us2
us3 us3
... ...
us14 us14
type-your-own type-your-own
usually last few letters from your key. E.g. If you key is abcxxxx-us14 then type your datacenter as us14.
RetryMode RetryMode NO
Option Value
None None
RetryAny RetryAny
RetryWhenStatusCodeMatch RetryWhenStatusCodeMatch
RetryStatusCodeList RetryStatusCodeList NO
RetryCountMax RetryCountMax NO
RetryMultiplyWaitTime RetryMultiplyWaitTime NO
ListId Default List Id YES The ID of the list for which you like to perform this operation.