Schedule a broadcast

Schedules a broadcast for a future time (scheduled_dts) or queues it to send immediately (send_asap: true). When send_asap is not true, scheduled_dts is required.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

The broadcast UUID.

boolean

When true, the broadcast is queued to send immediately and scheduled_dts is not required.

string | null

Date and time in YYYY-MM-DD HH:II:SS format (UTC). Required unless send_asap is true.

Responses

401

Missing or invalid bearer token.

404

Broadcast not found for the authenticated account.

422

Validation error (e.g. scheduled_dts missing while send_asap is not true, or not a valid date).

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json