Publish a post immediately
posts_publish_nowPublish a post immediately to a platform. The post goes live right away.
Use this when user explicitly wants to publish NOW, not schedule for later. This is a convenience wrapper around posts_create with publish_now=True.
⚠️ MULTI-ACCOUNT USERS: pass account_id when the user has more than one
account on this platform. Call accounts_list first to find the right ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The post text/content (required) | |
| platform | Yes | Target platform: twitter, instagram, linkedin, tiktok, bluesky, etc. (required) | |
| account_id | No | Specific account ID. REQUIRED when the user has multiple accounts on this platform. Leave empty only if there is exactly one. Default: . | |
| media_urls | No | Comma-separated URLs of media files to attach Default: . | |
| profile_id | No | Scope auto-resolution to a single profile when account_id is unknown. Default: . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |