mailchimp_create_campaign
Create a Mailchimp email campaign using an audience list and subject line, with optional sender name and reply-to address.
Instructions
Create a new Mailchimp email campaign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | Mailchimp API key | |
| list_id | Yes | Audience (list) ID to send to | |
| subject_line | Yes | Email subject line | |
| type | No | Campaign type (default: regular) | |
| from_name | No | Sender display name | |
| reply_to | No | Reply-to email address |