Edit a draft broadcast (any of from/subject/audience/html/… ). Drafts only.
HTTP: PATCH /api/broadcasts/{id}
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ||
from |
string | ||
replyTo |
string | ||
subject |
string | ||
preview |
string | ||
audience |
object | ||
templateId |
string | ||
html |
string | ||
text |
string | ||
footerAddress |
string |
any
Object res = mk.updateBroadcast(Map.of("id", "bct_1", "subject", "Launch week (final)"));