---
title: "Send broadcast now"
method: POST
path: "/v1/broadcasts/{broadcastId}/send"
tags: ["Broadcasts"]
---

# Send broadcast now

`POST /v1/broadcasts/{broadcastId}/send`

Immediately start sending a draft broadcast to its recipients.

## Path parameters

- `broadcastId` string, required

## Response `200`

Broadcast sending started

- object
  - `success` boolean
  - `status` 'sending' | 'completed' | 'failed' — Current broadcast status after processing first batch
  - `sent` integer — Recipients sent in this batch
  - `failed` integer — Recipients failed in this batch
  - `recipientCount` integer — Total recipient count

## Other responses

- `400` — Invalid status or no recipients
- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/51932b099b2f/schema)
