---
title: "Schedule broadcast"
method: POST
path: "/whatsapp/broadcasts/{broadcast_id}/schedule"
tags: ["Broadcasts"]
---

# Schedule broadcast

`POST /whatsapp/broadcasts/{broadcast_id}/schedule`

Schedule a broadcast to send at a future time. The broadcast must be in draft status and have recipients.

## Request body

- object
  - `scheduled_at` string, date-time, required — ISO-8601 timestamp with timezone. Must be in the future.

## Response `202`

Accepted

- WhatsappBroadcastSendResponse
  - `data` object, required
    - `id` string, uuid, required
    - `status` string, required
    - `scheduled_at` string, date-time, nullable
    - `started_at` string, date-time, nullable
    - `stopped_at` string, date-time, nullable
    - `completed_at` string, date-time, nullable

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found
- `422` — Request validation failed

---

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