Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 771 Bytes

File metadata and controls

37 lines (27 loc) · 771 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

res = mk.updateBroadcast({
    "id": "bct_1",
    "subject": "Launch week (final)",
})

← All methods · Docs · mailkite.dev