Skip to content

โฐ Schedule Broadcast

Endpoint: POST /api/admin/notifications/broadcasts/{broadcast_id}/schedule/
Auth Required: โœ… Yes (Admin Bearer Token)
Content-Type: application/json


๐Ÿ“Œ Description

This endpoint allows administrators to schedule an existing broadcast to be delivered at a future date and time.

Scheduling enables planned communication such as: - event reminders - civic announcements - policy updates - volunteer mobilization alerts

Only broadcasts that are not yet sent can be scheduled.


๐Ÿ” Authentication

Include the admin access token in the request header:


๐Ÿ”— Path Parameter

Parameter Type Required Description
broadcast_id UUID โœ… Broadcast identifier

๐Ÿงพ Request Body

```json { "schedule_at": "2026-03-10T09:00:00Z" }