mixpost_create_post
Create and schedule social media posts across multiple accounts with custom content versions, media, tags, and timezone-specific posting.
Instructions
Create a new social media post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Post date in YYYY-MM-DD format | |
| tags | No | Array of tag UUIDs to associate with the post | |
| time | Yes | Post time in HH:MM format | |
| queue | No | Whether to add the post to the queue | |
| accounts | Yes | Array of account UUIDs to post to | |
| schedule | No | Whether to schedule the post for the specified date/time | |
| timezone | Yes | Timezone for the post (e.g., "America/New_York") | |
| versions | Yes | Array of post versions for different accounts | |
| schedule_now | No | Whether to schedule the post immediately |