publish_now
Publish a post instantly to multiple social media accounts with optional media attachments and per-platform settings. Override caption, media, or options for specific platforms or individual accounts.
Instructions
Shortcut: publish a post immediately to the given accounts. Equivalent to create_post with no scheduled_at and status='published'.
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. |