publish_post
Instantly publish a draft post to all its linked platforms, bypassing the schedule queue. Use for posts in draft status only; confirm delivery with get_post.
Instructions
Publish an existing draft post to all of its target platforms immediately, skipping the schedule queue. Only valid on posts with status='draft' — returns an error for scheduled or already-published posts. Returns the post with delivery kicked off; individual platforms can still succeed or fail independently, so follow up with get_post or list_post_results to confirm the outcome.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | Id of the draft post to publish, from list_posts or create_post. |