Skip to content

X (Twitter) Connection

Connect to X (formerly Twitter) using API credentials to post tweets from your workflows.

Configuration

FieldDescriptionRequired
Consumer KeyYour X app's Consumer Key (found under OAuth 1.0 Keys)Yes
Consumer SecretYour X app's Consumer Secret (found under OAuth 1.0 Keys)Yes
Access TokenOAuth 1.0a Access Token for your accountYes
Access Token SecretOAuth 1.0a Access Token Secret for your accountYes

Getting Your API Credentials

  1. Go to the X Developer Portal
  2. Sign up for a Free developer account if you don't have one
  3. Create a new Project and App
  4. In your app settings, go to Keys and tokens
  5. Under OAuth 1.0 Keys, copy the Consumer Key and Consumer Secret
  6. Before generating access tokens, go to your app's Settings tab and under User authentication settings click Set up — enable Read and Write permissions
  7. Back in Keys and tokens, under the Access Token section, click Generate to create an Access Token and Secret with read and write permissions
  8. Copy all four values into your connection configuration

WARNING

The Bearer Token (under App-Only Authentication) is not used for this connection. You need the OAuth 1.0 credentials listed above.

Free Tier Limits

The X free tier includes:

  • Post tweets only (no reading timelines or searching)
  • 1,500 tweets per month per app
  • 1 app per developer account

Usage

Once created, this connection becomes available in:

TIP

Make sure your app has Read and Write permissions enabled in the X Developer Portal before generating your Access Token. If you generated the token with Read-only permissions, you'll need to regenerate it after updating permissions.