approve_post
Approve a draft post and schedule it for a future time by providing the post ID and an ISO 8601 UTC datetime.
Instructions
Approve and schedule a draft post. Requires a future datetime. The scheduledAt must be an ISO 8601 UTC datetime, e.g. 2026-03-11T09:00:00Z. After approving, the post status becomes 'scheduled'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | Post ID to approve | |
| timezone | No | User timezone, e.g. 'America/New_York' | |
| scheduledAt | Yes | Future ISO 8601 UTC datetime to post at |