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