Post to a connected account
postPublish text and media posts to social media accounts. Specify account or platform, attach files or URLs, and set per-platform options like subreddit or link.
Instructions
Publish a post to a connected account. Give the text, optionally media (local file path or public URL), and any per-platform settings (e.g. reddit {subreddit, title}). Target the account by account_id, or by platform if only one account is connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The post body. | |
| media | No | Attached media. Provide either path or url per item. | |
| platform | No | Platform id — use instead of account_id when only one account of that platform is connected. | |
| settings | No | Per-platform settings, e.g. reddit {subreddit:'test', title:'...'} or {url:'https://...'} for a link post. | |
| account_id | No | The connected account id (from list_accounts). |