schedule_blog_article
Schedule an existing blog article for future auto-publishing, including distribution to connected external platforms at the scheduled time.
Instructions
Schedule an existing blog article to auto-publish at a future date/time. scheduledAt must be a future ISO 8601 datetime. When the time arrives, the article publishes to the PostKing blog and auto-pushes to any connected external platforms flagged autoPublish. To publish immediately instead, use update_blog_article with status='published'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | No | Brand ID (uses active brand if omitted) | |
| articleId | Yes | Blog article ID | |
| scheduledAt | Yes | ISO 8601 datetime in the future, e.g. 2026-07-10T14:30:00Z, when the article should auto-publish |