create_campaign
Create a new draft email campaign by specifying name, subject, sender details, content URLs, and target lists or segments.
Instructions
Create a new draft campaign in Campaign Monitor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Internal name for the campaign | |
| subject | Yes | Email subject line | |
| from_name | Yes | Sender display name | |
| from_email | Yes | Sender email address | |
| reply_to | Yes | Reply-to email address | |
| html_url | No | URL to the HTML content of the campaign | |
| text_url | No | URL to the plain-text content of the campaign | |
| list_ids | No | Array of subscriber list IDs to send to | |
| segment_ids | No | Array of segment IDs to send to | |
| client_id | No | Client ID (defaults to CM_CLIENT_ID env var) |