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)
Example:
"2024-03-15"
Scheduled time in HH:MM format (required if send_now=false)
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
