schedule_post
Schedule a draft or approved post for a future time. Provide the post ID and a future ISO 8601 UTC datetime to set its status to 'scheduled'.
Instructions
Schedule a draft or approved post for a specific time. Equivalent to approve_post but named to match 'pking posts schedule'. Pass a future ISO 8601 UTC datetime. After scheduling the post status becomes 'scheduled'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | Post ID to schedule | |
| timezone | No | User timezone, e.g. 'America/New_York' | |
| scheduledAt | Yes | Future ISO 8601 UTC datetime, e.g. 2026-06-01T09:00:00Z |