Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 605 Bytes

File metadata and controls

25 lines (15 loc) · 605 Bytes

sendBroadcast

Send a broadcast now, or pass an ISO 8601 scheduledAt to schedule it. A one-click unsubscribe is always added. Returns the status and resolved audience count.

HTTP: POST /api/broadcasts/{id}/send

Parameters

Field Type Required Description
scheduledAt string

Returns

any

Example

Object res = mk.sendBroadcast(Map.of("id", "bct_1", "scheduledAt", "2026-07-01T15:00:00Z"));

← All methods · Docs · mailkite.dev