sendcraft_create_campaign
Create a new email marketing campaign with subject, HTML body, and recipient list. Prepares campaigns for sending via SendCraft.
Instructions
Create a new email marketing campaign. After creating, call sendcraft_send_campaign to send it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML email body | |
| name | Yes | Internal campaign name (not shown to recipients) | |
| subject | Yes | Email subject line recipients will see | |
| from_name | No | Sender display name | |
| from_email | No | Sender email address | |
| recipients | Yes | Array of recipient email addresses or subscriber list IDs |