opentweet_batch_schedule
Schedule multiple existing tweet drafts at once by specifying post IDs and scheduled dates. Supports up to 50 tweets per batch with optional community targeting.
Instructions
Schedule multiple tweets at once. Each tweet must already exist as a draft. Provide an array of post IDs with their scheduled dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedules | Yes | Array of {post_id, scheduled_date} pairs (max 50) | |
| community_id | No | Optional X Community ID to post to | |
| x_account_id | No | Target X account ID (for multi-account users) | |
| share_with_followers | No | Share community posts with followers too |