---
title: "Schedule a broadcast"
method: POST
path: "/api/broadcasts.schedule"
---

# Schedule a broadcast

`POST /api/broadcasts.schedule`

Schedules a broadcast for sending either immediately or at a specified time. This endpoint is restricted in demo mode.

## Request body

- ScheduleBroadcastRequest
  - `workspace_id` string, required — The ID of the workspace
  - `id` string, required — ID of the broadcast to schedule
  - `send_now` boolean — Send immediately instead of scheduling
  - `scheduled_date` string — Scheduled date in YYYY-MM-DD format (required if send_now=false)
  - `scheduled_time` string — Scheduled time in HH:MM format (required if send_now=false)
  - `timezone` string — IANA timezone
  - `use_recipient_timezone` boolean — Send at scheduled time in each recipient's timezone

## Response `200`

Broadcast scheduled successfully

- object
  - `success` boolean

## Other responses

- `400` — Bad request - validation failed
- `401` — Unauthorized - invalid or missing authentication token
- `404` — Broadcast not found
- `500` — Internal server error

## Changes

- **2025-11-14** `940c5636d0b4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pierre-b/apis/notifuse-api/changes/api/broadcasts.schedule/post.md)

---

[API](https://skmtc.dev/pierre-b/apis/notifuse-api.md) · [All operations](https://skmtc.dev/pierre-b/apis/notifuse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pierre-b/notifuse-api/revisions/d26605f2fc47/schema)
