create_draft
Create a new newsletter draft with markdown content, specifying subject, audience type, and optional custom slug for organization.
Instructions
Create a new draft email with markdown content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The email body content (supports markdown) | |
| slug | No | Custom URL slug for the email | |
| subject | Yes | The email subject line | |
| email_type | No | Audience type: public (all), private (subscribers only), premium (paid only) | |
| description | No | A description for the email (used in archives/SEO) |