Skip to content

Twitter (X) ​

Post tweets, search, manage users and followers via the Twitter/X API v2.

DetailValue
CategorySocial Media
Base URLhttps://api.twitter.com/2
AuthenticationOAuth2
Endpoints6
Connector keytwitter

Using Twitter (X) in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Twitter (X) from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /tweetsCreate a tweet
GET /tweets/{tweetId}Get a tweet
GET /tweets/search/recentSearch recent tweets
GET /users/meGet authenticated user
GET /users/{userId}/tweetsGet user tweets
GET /users/{userId}/followersGet followers

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.