The n8n Twitter node, honestly

8 operations, no trigger, and every call billed by X. Here's what it can still do.

8 operations

Tweets: create, delete, like, retweet, search the last 7 days. Plus send a DM, add to a list, and look up a user.

No trigger node

To react to mentions you poll: a Schedule Trigger, an HTTP Request for mentions, and a dedupe step you build yourself.

No replies to strangers

X's API only accepts a reply when the author mentioned or quoted you. No tool gets around that through the API.

Every call is billed

About $0.015 per plain post, $0.20 per post with a link, $0.005 per post read. You pay X through your own developer app.

Set it up safely

Test with User → Get "me" first. Cap rows per run. Route link posts to review. Mark rows posted in the same run.

n8n or a purpose-built tool?

n8n wins when X is one step in a bigger pipeline. When X is the whole job, you rebuild triggers, dedupe and approvals by hand.

Read the full breakdown

Costs per 100 runs, a safe first workflow, and four builds worth keeping.

Read the full article