add_post_to_queue
Create a social media post with media, caption, and settings, then add it directly to a publishing queue for scheduled distribution.
Instructions
Create a Postoria post and add it to a publishing queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Postoria workspace ID. | |
| social_account_ids | Yes | One or more Postoria social account IDs to publish to. | |
| content_type | No | Optional content type. If omitted, Postoria will infer it from media/link/caption. | |
| media_ids | No | Media IDs already created or imported through the Postoria Public API. | |
| caption | No | Post caption text. | |
| link_url | No | Optional link URL for link posts. | |
| first_comment | No | Optional first comment. | |
| comment_delay | No | Optional first comment delay, in minutes. | |
| repost | No | Optional repost/recycle settings. | |
| youtube | No | Optional YouTube-specific settings. | |
| tiktok | No | Optional TikTok-specific settings. | |
| queue_id | Yes | Postoria queue ID. |