Skip to main content
Publive supports configurable approval workflows for content publishing. This guide covers how to implement approval flows using the CMS API.

Content statuses

Basic approval flow

1. Author creates draft

The content creator writes the article and saves as draft.

2. Author submits for review

Update the post status to Approval Pending:

3. Editor reviews and approves

The editor can either publish or reject:

4. Schedule for later (optional)

Instead of immediate publishing, schedule for a future time:
The published_post field in the post response references the live version, while edits can be made to the draft version independently.
Last modified on July 21, 2026