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.
| Field | Description | Notes |
|---|---|---|
| Tweet Text | The text content of the tweet | Required. Max 280 characters. Supports templates |
| Reply To Tweet ID | Tweet ID to reply to | Optional. Supports templates |
| Quote Tweet ID | Tweet ID to quote | Optional. Supports templates |
Output
The node returns the created tweet data:
| Field | Description |
|---|---|
id | The ID of the created tweet |
text | The 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
- Cron — run on a schedule
- HTTP Request — fetch data from an API
- Transform — format the tweet text
- X Post Tweet — post the update
Cross-Post from Slack
- Webhook — receive Slack event
- Transform — extract and format the message
- X Post Tweet — post to X