schedule_post
Schedule posts to social accounts at a chosen time, save as draft, or publish immediately.
Instructions
Create and schedule a post. Pass the body text, target account ids, and an ISO 8601 schedule_at. Omit schedule_at to save as draft. Use publish_now=true to publish immediately after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | ||
| content | Yes | Post body text | |
| media_urls | No | Pre-uploaded media URLs from /api/v1/media/upload | |
| account_ids | Yes | Target social account ids (uuids) | |
| publish_now | No | ||
| schedule_at | No | ISO 8601 timestamp; omit to save as draft | |
| workspace_id | Yes | Workspace id (uuid) |