Skip to content

X (Twitter)

Post tweets to X (formerly Twitter) from your workflows.

Requires an X (Twitter) connection configured with your API credentials.

Post Tweet

Post a new tweet to your X account.

FieldDescriptionNotes
Tweet TextThe text content of the tweetRequired. Max 280 characters. Supports templates
Reply To Tweet IDTweet ID to reply toOptional. Supports templates
Quote Tweet IDTweet ID to quoteOptional. Supports templates

Output

The node returns the created tweet data:

FieldDescription
idThe ID of the created tweet
textThe text of the created tweet

Free Tier Limitations

The X free API tier only supports posting tweets. Reading timelines, searching tweets, and sending direct messages are not available on the free tier.

  • 1,500 tweets per month per app
  • Post-only (no read or search)

Common Patterns

Post Status Updates

  1. Cron — run on a schedule
  2. HTTP Request — fetch data from an API
  3. Transform — format the tweet text
  4. X Post Tweet — post the update

Cross-Post from Slack

  1. Webhook — receive Slack event
  2. Transform — extract and format the message
  3. X Post Tweet — post to X