opentweet_add_to_evergreen
Add a post to the evergreen queue pool: either reuse an existing post by ID or create a new one with text, media, and thread support.
Instructions
Add a post to the evergreen queue pool. Either add an existing post by ID or create a new evergreen post with text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text for a new evergreen post (if not using post_id) | |
| post_id | No | ID of an existing post to add to the evergreen pool | |
| category | No | Category for the new post (default: "General") | |
| is_thread | No | Whether this is a thread | |
| media_urls | No | Media URLs for the post | |
| x_account_id | No | Target X account ID (for multi-account users) | |
| cooldown_days | No | Custom cooldown days for this post (overrides default) | |
| thread_tweets | No | Thread tweets (if is_thread is true) |