mailkite_create_broadcast
Create a broadcast draft by defining sender, audience, subject, and content. Returns the broadcast ID (bct_…) needed to send it later with sendBroadcast.
Instructions
Create a broadcast draft. from is required; set audience to { type: "all" } or { type: "list", id: "lst_…" }. Returns the broadcast with its id (bct_…). Send it with sendBroadcast. Requires a management session token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | ||
| html | No | ||
| name | No | ||
| text | No | ||
| preview | No | ||
| replyTo | No | ||
| subject | No | ||
| audience | No | ||
| templateId | No | ||
| footerAddress | No |