Create a marketing campaign
create_campaignCreate a marketing campaign by providing a recipient list and optional batch size. Recipients are validated and de-duplicated; returns campaign details and send batch stats.
Instructions
Create a marketing campaign with a recipient list and a send batch size. Recipients are validated + de-duplicated; sending is left to the user/a connector (this tracks the campaign and computes send batches). Returns the campaign + stats. When the project config voiceLint is on, the body copy is scored for AI-writing tells and the result is attached as voice (warn-only, never blocks the draft).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| name | Yes | ||
| project | Yes | ||
| subject | No | ||
| batchSize | No | Max recipients per send batch (default 50). | |
| recipients | Yes | Recipient email addresses. |