broadcastFlows

Approve broadcast flow

Approves a broadcast flow for sending. This endpoint creates a review event and updates the broadcast flow status to pre-processing.

Requirements:

  • Only admins or managers can approve broadcast flows
  • Broadcast flow must be in needs-approval or needs-edit status
  • Only the root broadcast flow (not child batches) can be reviewed
  • Broadcast flow must not already be approved

Actions:

  • Creates a BroadcastEvent of type 'review' with approved status
  • Updates the broadcast flow status to pre-processing
  • Records the reviewer and review timestamp
post/broadcastFlows/{broadcastFlowId}/review/approve

Request body

statusReasonstring

Optional reason or comment for the approval

Response

Broadcast flow approved successfully