Skip to main content
POST
Schedule draft broadcast

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Broadcast id. Get it from broadcasts.list.

Pattern: ^\d+$

Body

application/json
schedulesType
enum<string>
required

When to send: immediately (now) or at schedulesAt (future).

Available options:
now,
future
schedulesAt
string | null
required

ISO 8601 send time, required when schedulesType is future.

Response

OK

id
string
required