Twitter (X) ​
Post tweets, search, manage users and followers via the Twitter/X API v2.
| Detail | Value |
|---|---|
| Category | Social Media |
| Base URL | https://api.twitter.com/2 |
| Authentication | OAuth2 |
| Endpoints | 6 |
| Connector key | twitter |
Using Twitter (X) in a workflow ​
- Go to Connections and click New Connection.
- Pick Twitter (X) from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /tweets | Create a tweet |
| GET /tweets/{tweetId} | Get a tweet |
| GET /tweets/search/recent | Search recent tweets |
| GET /users/me | Get authenticated user |
| GET /users/{userId}/tweets | Get user tweets |
| GET /users/{userId}/followers | Get followers |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.