zernio_create_post
Create social media posts across 14+ platforms with media attachments, per-platform customizations, scheduling, and draft saving.
Instructions
Create a new social media post. Provide platforms as an array of {platform, accountId} objects and media as mediaItems [{type, url}]. Use zernio_upload_media_from_file to get publicUrls for local files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Post caption/text. Optional when media is attached. | |
| title | No | Post title (used for YouTube, LinkedIn articles) | |
| platforms | No | Target platforms and accounts. Required for non-draft posts. | |
| mediaItems | No | Media attachments for the post | |
| scheduledFor | No | ISO datetime to schedule the post | |
| publishNow | No | Set true to publish immediately | |
| isDraft | No | Set true to save as draft | |
| tags | No | Tags/keywords for the post | |
| timezone | No | Timezone for scheduling (default: UTC) |