create_draft
Create a social media post and save it as a draft across multiple platforms without publishing or scheduling. Specify accounts, caption, media, and platform-specific settings.
Instructions
Shortcut: save a post as a draft without publishing or scheduling it. Equivalent to create_post with status='draft'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caption | No | The post text/caption. Can be overridden per-platform via platform_configurations. | |
| social_accounts | Yes | Social account ids to publish to (from list_social_accounts). Required. | |
| media | No | Media to attach (images/videos). Each item references a public URL — see upload_media. | |
| external_id | No | Your own reference id for this post, echoed back in results/webhooks. | |
| platform_configurations | No | Per-platform overrides (Instagram Reels, X polls, TikTok privacy, YouTube title, etc.). | |
| account_configurations | No | Per-ACCOUNT overrides (finer-grained than platform_configurations) — tweak caption/media/options for a single connected account id. |