create_scheduled_tweet
Schedule tweets for future posting by specifying a Unix timestamp and optional text or media. Plan your content in advance.
Instructions
Schedule a tweet to be posted at a future Unix timestamp.
Scheduled tweets follow X's standard rate limits, no special caveats needed.
Args: scheduled_at: Unix epoch seconds when the tweet should be posted (must be in the future). text: Tweet text. At least one of text or media_ids must be provided. media_ids: List of media IDs to attach to the scheduled tweet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| media_ids | No | ||
| scheduled_at | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |