Skip to main content
The maker-checker pattern ensures that content created by one member (maker) must be reviewed and approved by another member (checker) before publication. This is essential for regulated industries like BFSI and Pharmaceuticals.

How it works

  1. Maker creates or edits a post and sets status to Approval Pending
  2. Checker reviews the post in the Publive Dashboard
  3. Checker approves (sets to Published) or rejects (sets back to Draft)

Implementation via API

Step 1: Create a post as draft

Step 2: Submit for Approval

Step 3: Approve and Publish

Post status flow

The approver field in the post response shows who approved the content.
Last modified on July 21, 2026