Short answer: Drop the "Mailchimp → Create Campaign" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Campaign Type type | options | Required | Campaign Type. Options: Regular, Plain Text, RSS |
Audience/List ID list_id | string | Required | Mailchimp audience (list) ID — a 10-char hex string. Find in Audience > Settings > Audience name & defaults. |
Subject Line subject_line | string | Required | Email subject line |
From Name from_name | string | Required | Sender name shown to recipients |
Reply-To Email reply_to | string | Required | Email address for replies |
Preview Text preview_text | string | Optional | Text shown next to the subject in the inbox |
Internal Title title | string | Optional | Internal campaign title (not shown to recipients) |
{"type": "{{trigger.type}}","list_id": "e.g. abc123def4","subject_line": "e.g. Our weekly newsletter","from_name": "e.g. Your Company","reply_to": "newsletter@yourcompany.com"}
{"id": "abc123def4","type": "regular","status": "save","settings": {"reply_to": "newsletter@yourcompany.com","from_name": "Your Company","subject_line": "Our weekly newsletter"},"recipients": {"list_id": "abc123def4"},"create_time": "2025-01-15T12:00:00+00:00"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.