Schedule a broadcast
Schedules a broadcast for sending either immediately or at a specified time. This endpoint is restricted in demo mode.
post/api/broadcasts.schedule
Request body
Example request
{
"workspace_id": "ws_1234567890",
"id": "broadcast_12345",
"scheduled_date": "2024-03-15",
"scheduled_time": "10:30",
"timezone": "America/New_York"
}Response
Broadcast scheduled successfully
Example response
{
"success": true
}