Schedule a broadcast
Broadcasts
Schedule a broadcast
Schedules a broadcast for sending either immediately or at a specified time. This endpoint is restricted in demo mode.
POST
Schedule a broadcast
Authorizations
API token for authentication
Body
application/json
The ID of the workspace
Example:
"ws_1234567890"
ID of the broadcast to schedule
Example:
"broadcast_12345"
Send immediately instead of scheduling
Example:
false
Scheduled date in YYYY-MM-DD format (required if send_now=false)
Pattern:
^\d{4}-\d{2}-\d{2}$Example:
"2024-03-15"
Scheduled time in HH:MM format (required if send_now=false)
Pattern:
^\d{2}:\d{2}$Example:
"10:30"
IANA timezone
Example:
"America/New_York"
Send at scheduled time in each recipient's timezone
Example:
false
Response
Broadcast scheduled successfully
Example:
true
