Create a marketing campaign
create_campaignCreate a marketing campaign by specifying recipients and batch size. Validates and de-duplicates email addresses, returns campaign with statistics.
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.
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. |