Broadcasts
Send a broadcast
Sends a draft or scheduled broadcast immediately, ignoring any scheduled_at. Resolves the audience, drops suppressed and unsubscribed addresses, and moves the broadcast to sending.
POST
Typescript (SDK)
Authorizations
API key in the format: Bearer {api_token}
Headers
Makes this write safe to retry: a repeat with the same key replays the first response instead of creating a second resource. Scoped to the account, remembered for 24 hours; reusing a key with a different payload is an error.
Maximum string length:
255Path Parameters
The broadcast's prefixed id (e.g. bcst_abc123).
Response
The broadcast, now sending
Available options:
draft, scheduled, sending, sent, canceled, failed 
