Skip to Content

MailChimp

Import/clone MailChimp_HTTP source from the Connectors library application.

  • In the source variables, dc variable value can be found in the URL when you logged in. For example, if the URL is https://us1.admin.mailchimp.com/account/api/, then set dc to us1.

  • MailChimp REST API supports Basic Auth authentication, which is preselected. Username can be any string. Use your API key as Username. You can get your API key as follows: log in -> Account -> Extras -> Create A Key.

  • The Connectors library application contains examples of how to work with lists: get lists, add a list member, archive a list member, etc. You can modify this examples for any other API calls supported by MailChimp: https://mailchimp.com/developer/ 

Last updated on