create_post
Publish or schedule social media posts across LinkedIn, Twitter, Facebook, Instagram, Threads, and Bluesky using specified platforms and accounts.
Instructions
Schedule or publish immediately a post to one or more social media platforms or specific accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The text body / commentary of the post. | |
| mediaUrl | No | Optional public URL of an image/video to attach. | |
| platforms | No | Target platforms for the post. | |
| scheduleDate | No | Schedule date in YYYY-MM-DD format (required if publishImmediately is false). | |
| scheduleTime | No | Schedule time in 24-hour HH:MM format (required if publishImmediately is false). | |
| targetAccounts | No | Optional specific target accounts containing platform, profileId, and userId. | |
| publishImmediately | No | If true, publishes immediately. Otherwise schedules for later. |