postiz_create_post
Create, schedule, or immediately publish social media posts across multiple integrations. Specify content, images, and optional settings for each account. Choose between draft, scheduled, or instant publication.
Instructions
Create, schedule, or immediately publish one or more posts via POST /api/posts. PUBLIC SIDE EFFECT: with type='now' or a near-term schedule, this lands on real social accounts. Use postiz_get_provider_settings_schema first to construct valid settings blocks. Requires enableWrite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | draft / schedule / now. PUBLIC SIDE EFFECT for schedule + now. | |
| date | Yes | ISO-8601 timestamp. | |
| posts | Yes | One entry per integration to post on. | |
| shortLink | No | ||
| tags | No |