Create a campaign draft
create_campaignCreates a DRAFT. Nothing is sent: you then need to call send_campaign, or send it from the Mailcheer workspace. Content is written in plain text in text — a blank line separates paragraphs, "#" at the start of a line makes a heading. Always have the draft reviewed before sending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Address of an already-registered sender. Defaults to the workspace sender. | |
| kind | No | newsletter, offer, announcement… newsletter by default. | |
| name | Yes | Internal name, visible only in the workspace. | |
| text | No | Plain-text content. | |
| subject | No | Subject line seen by recipients. | |
| preheader | No | Preview text shown after the subject in the inbox. |