approve_draft
Schedule a draft post for publishing by promoting it to the queue with a future ISO 8601 datetime. Provide the post ID and timestamp; the draft is published automatically without further approval.
Instructions
Approve a draft post and schedule it for publishing at a specific time. Promotes a draft to the scheduled queue — it will publish at scheduled_time without further approval. Only works on posts with status 'draft'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Post ID of the draft to approve. | |
| scheduled_time | Yes | ISO 8601 datetime when to publish. Must be in the future. |