Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 772 Bytes

File metadata and controls

34 lines (24 loc) · 772 Bytes

updateBroadcast

Edit a draft broadcast (any of from/subject/audience/html/… ). Drafts only.

HTTP: PATCH /api/broadcasts/{id}

Parameters

Field Type Required Description
name string
from string
replyTo string
subject string
preview string
audience object
templateId string
html string
text string
footerAddress string

Returns

any

Example

Object res = mk.updateBroadcast(Map.of("id", "bct_1", "subject", "Launch week (final)"));

← All methods · Docs · mailkite.dev