Mailchimp

community_mailchimp · action · Email · Available · v1.0.0

Description

Enterprise connector for Mailchimp email marketing: manage audience members, tags and campaigns via the official API — subscribe/unsubscribe flows, segmentation updates and campaign triggers.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
operation
Operazione
enum
addMembergetMemberaddTag
yesaddMember
listId
Audience ID (listId)
expressionyes
a1b2c3d4e5
Audience/List ID Mailchimp (Settings → Audience name and defaults). Supporta {{input.listId}}.
email
Email contatto
expressionyes
[email protected]
Email del contatto. Usata come chiave idempotente (MD5 lowercase).
status
Stato iscrizione
enum
subscribedpendingunsubscribedcleaned
nosubscribedSolo addMember. "pending" = double opt-in GDPR.
mergeFieldsJson
Merge fields (JSON)
expressionno
{"FNAME":"Mario","LNAME":"Rossi"}
Campi merge per addMember (FNAME, LNAME, ecc.).
tag
Tag (addTag)
expressionno
lead-2026
Nome tag da applicare (solo operation=addTag).
integrationLabel
Etichetta credenziali (opzionale)
stringno
Default account
Per gestire più account dello stesso provider. Lascia vuoto per il default.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-community_mailchimp-1",
  "defId": "community_mailchimp",
  "label": "Mailchimp",
  "config": {
    "operation": "addMember",
    "listId": "a1b2c3d4e5",
    "email": "[email protected]",
    "status": "subscribed"
  }
}

🔗 Related nodes in the same category

Ready to use Mailchimp?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes