approve_and_publish_now
Approve a pending social post draft and publish it immediately to target platforms. Use when a user says 'publish now'; owner-only action.
Instructions
Approve a pending draft AND publish it immediately to its target platforms. Owner-only — if the connected user is not the workspace owner this returns a 403. Use this when the user says 'publish this now', 'send it out', or 'go ahead and post'. The draft must currently be in 'pending' status. Returns the updated draft including the per-platform publish results. For scheduled publishing instead, use approve_and_schedule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draftId | Yes | The id of the draft to approve and publish. Find it via list_drafts or get_draft. |