Mailchimp

Mailchimp support centers on audience-backed contact management and campaign reads. Vorlek normalizes the subscriber hash, merge fields, and cursor pagination.

Connection setup

  1. Create a Mailchimp Marketing API key. The key includes a data-center suffix such as -us7.
  2. Pick the audience/list Vorlek should write to. If the account has exactly one audience, Vorlek can auto-detect it.
  3. Connect with vorlek connect mailchimp --api-key xxxxx-us7 --list-id a1b2c3d4e5.
  4. Run get_connection_status; the response includes the audience id and name when available.

Gotchas

Tool coverage

ToolSupportNotes
upsert_contactYesWrites to the configured audience and maps custom properties to merge fields.
get_contactYesReads one audience member by email hash for read-after-write verification.
send_transactionalNoReturns TOOL_NOT_SUPPORTED; Mandrill is not part of the launch surface.
get_campaign_statsYesNormalizes campaign metrics where Mailchimp exposes them.
list_templatesYesReturns saved template ids and names.
list_campaignsYesNormalizes Mailchimp status values into the Vorlek status set.

Provider links