---
title: "Schedule broadcast for later"
method: POST
path: "/v1/broadcasts/{broadcastId}/schedule"
tags: ["Broadcasts"]
---

# Schedule broadcast for later

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

Schedule a draft broadcast to be sent at a future date and time.

## Path parameters

- `broadcastId` string, required

## Request body

- object
  - `scheduledAt` string, date-time, required

## Response `200`

Broadcast scheduled

- object
  - `success` boolean
  - `broadcast` object
    - `id` string
    - `status` string
    - `scheduledAt` string, date-time

## Other responses

- `400` — Invalid date or status
- `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/f81ca70ea6b9/schema)
