Blocks

X

Interact with X

Connect with X to post tweets, read content, search for information, and access user profiles. Integrate social media capabilities into your workflow with comprehensive X platform access.

Back to Catalog
Toolsx

Block Preview

X

X

Interact with X

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the x block with monitoring enabled in production.

Inputs (UI)

Operation

dropdown

Layout: full

Options: Post a New Tweet, Get Tweet Details, Search Tweets, Get User Profile

X Account

oauth-input

Placeholder: Select X account

Layout: full

Provider: x

Tweet Text

long-input

Placeholder: What's happening?

Layout: full

Condition: operation = "x_write"

Reply To (Tweet ID)

short-input

Placeholder: Enter tweet ID to reply to

Layout: full

Condition: operation = "x_write"

Media IDs

short-input

Placeholder: Enter comma-separated media IDs

Layout: full

Condition: operation = "x_write"

Tweet ID

short-input

Placeholder: Enter tweet ID to read

Layout: full

Condition: operation = "x_read"

Include Replies

dropdown

Layout: full

Condition: operation = "x_read"

Options: true, false

Search Query

long-input

Placeholder: Enter search terms (supports X search operators)

Layout: full

Condition: operation = "x_search"

Max Results

short-input

Placeholder: 10

Layout: full

Condition: operation = "x_search"

Sort Order

dropdown

Layout: full

Condition: operation = "x_search"

Options: recency, relevancy

Start Time

short-input

Placeholder: YYYY-MM-DDTHH:mm:ssZ

Layout: full

Condition: operation = "x_search"

End Time

short-input

Placeholder: YYYY-MM-DDTHH:mm:ssZ

Layout: full

Condition: operation = "x_search"

Username

short-input

Placeholder: Enter username (without @)

Layout: full

Condition: operation = "x_user"

Inputs (API)

operation

string

Required

credential

string

Required

text

string

Optional

replyTo

string

Optional

mediaIds

string

Optional

poll

json

Optional

tweetId

string

Optional

includeReplies

boolean

Optional

query

string

Optional

maxResults

number

Optional

startTime

string

Optional

endTime

string

Optional

sortOrder

string

Optional

username

string

Optional

includeRecentTweets

boolean

Optional

Outputs

Primary response type:

{
  "tweets": "json",
  "includes": "json",
  "meta": "json"
}

Tool Access

x_writex_readx_searchx_user
X | NowFlow Blocks