Edit a scheduled email broadcast

Updates the supplied fields of a scheduled email broadcast and refreshes its notifications. The broadcast must remain in Scheduled status; omitted fields are left unchanged.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired

Request

This endpoint expects an object.
academic_year_idintegerOptional
recipients_idlist of objectsOptional
attachments_idlist of integersOptional
sent_datedatetimeOptional
subjectstringOptional
messagestringOptional
attributesstringOptional

JSON-encoded broadcast attributes

form_idintegerOptional
document_template_recipientslist of objectsOptional
form_recipientslist of objectsOptional

Response

Scheduled email broadcast updated
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error