thread
Post a series of tweets as a threaded reply chain, using an array of messages to build a multi-tweet thread on Twitter.
Instructions
Create a Twitter thread from multiple messages. Posts tweets in reply chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | Yes | Array of tweet messages for the thread | |
| replyToTweetId | No | Optional: Tweet ID to reply to (creates thread as replies to this tweet) |