create_post
Save a post draft to one or more platforms (X, LinkedIn, Instagram, Threads, Facebook) for later scheduling and visual editing.
Instructions
Save a post draft with custom content to one or more platforms. Supported platforms: x, linkedin, instagram, threads, facebook. After creating, call approve_post with a future ISO 8601 datetime to schedule it. To check which platforms are connected first, call check_social_accounts. Each created post includes editInVisualEditor: a direct URL to edit it in the visual editor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | No | Brand ID (uses active brand if omitted) | |
| content | Yes | Post content | |
| platforms | Yes | One or more platforms: x | linkedin | instagram | threads | facebook | |
| scheduledAt | No | ISO 8601 UTC datetime to schedule immediately on save, e.g. 2026-03-11T09:00:00Z |