X
Interact with X
Configuration
Post a New Tweet
Operation
Post a New Tweet
X Account
Select X account
Tweet Text*
What's happening?
Reply To (Tweet ID)
Enter tweet ID to reply to
Media IDs
Enter comma-separated media IDs
Post a New Tweet (
x_write)Post new tweets, reply to tweets, or create polls on X (Twitter)
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | Yes | The text content of your tweet |
replyTo | string | No | ID of the tweet to reply to |
mediaIds | array | No | Array of media IDs to attach to the tweet |
poll | object | No | Poll configuration for the tweet |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Tweet ID |
text | string | Tweet content text |
createdAt | string | Tweet creation timestamp |
authorId | string | ID of the tweet author |
conversationId | string | Conversation thread ID |
mediaKeys | array | Media attachment keys |
Get Tweet Details
Operation
Get Tweet Details
X Account
Select X account
Tweet ID*
Enter tweet ID to read
Include Replies
Select...
Get Tweet Details (
x_read)Read tweet details, including replies and conversation context
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
tweetId | string | Yes | ID of the tweet to read |
includeReplies | boolean | No | Whether to include replies to the tweet |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Tweet ID |
text | string | Tweet content text |
createdAt | string | Tweet creation timestamp |
Search Tweets
Operation
Search Tweets
X Account
Select X account
Search Query*
Enter search terms (supports X search operators)
Max Results
10
Sort Order
Select...
Start Time
YYYY-MM-DDTHH:mm:ssZ
End Time
YYYY-MM-DDTHH:mm:ssZ
Search Tweets (
x_search)Search for tweets using keywords, hashtags, or advanced queries
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query (supports X search operators) |
maxResults | number | No | Maximum number of results to return (default: 10, max: 100) |
startTime | string | No | Start time for search (ISO 8601 format) |
endTime | string | No | End time for search (ISO 8601 format) |
sortOrder | string | No | Sort order for results (recency or relevancy) |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Tweet ID |
text | string | Tweet content |
createdAt | string | Creation timestamp |
Get User Profile
Operation
Get User Profile
X Account
Select X account
Username*
Enter username (without @)
Get User Profile (
x_user)Get user profile information
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
username | string | Yes | Username to look up (without @ symbol) |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | User ID |
username | string | Username without @ symbol |
name | string | Display name |
description | string | User bio/description |
verified | boolean | Whether the user is verified |
followersCount | number | Number of followers |
followingCount | number | Number of users following |
Usage Instructions
Integrate X into the workflow. Can post a new tweet, get tweet details, search tweets, and get user profile.
Notes
- Category:
tools - Type:
x