twitter.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Tweets
create
tweets.create
Post a new tweet
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
text | string | Yes | Tweet text content (max 280 weighted characters) |
quoteTweetId | string | No | — |
mediaIds | string[] | No | — |
replySettings | following | mentionedUsers | subscribers | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
createReply
tweets.createReply
Post a reply to an existing tweet
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
text | string | Yes | Reply text content (max 280 weighted characters) |
inReplyToTweetId | string | Yes | ID of the tweet to reply to |
excludeReplyUserIds | string[] | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type