Schedule a voice broadcast
Creates a scheduled voice broadcast using an uploaded voice recording and sends it to the selected recipients.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects a multipart form.
academic_year_id
broadcast_method_id
recipients_id
JSON array of recipient objects
sent_date
subject
voice_file_id
Uploaded voice FileManager ID
attributes
JSON-encoded attributes
Response
Voice broadcast created and queued.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

