TriggerX (Twitter)Real-timeUpdated June 2026

How do I trigger when a specific user posts on X?

Short answer: In TinyCommand, add the X (Twitter) New Post from User trigger to a workflow and publish. It listens through a X (Twitter) webhook and fires your workflow within seconds of the event, with no polling and no code. Add a filter if you only want some events to start a run.

Trigger workflows on New Post from User in X (Twitter) — start free
Anatomy

What this trigger looks like in a workflow.

Drop it on the canvas. Configure a couple of fields. Publish.

In the builder
Trigger
New Post from User
When the matching event happens
What this trigger returns
for the curious

You don’t need to read this. TinyCommand auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.

{
"data": [
{
"id": "1234567890",
"text": "Just shipped a new feature!",
"created_at": "2026-04-20T10:00:00Z",
"public_metrics": {
"like_count": 200,
"reply_count": 10,
"retweet_count": 50
}
}
],
"meta": {
"newest_id": "1234567890",
"oldest_id": "1234567885",
"result_count": 5
}
}
Output shape

Fields available to downstream nodes.

Every field below can be referenced by name in any action or filter that comes after this trigger.

FieldTypeExample
dataarray[{"id":"1234567890","text":"Just shipped a new feature!","cr
metaobject{ … }
meta.newest_idstring"1234567890"
meta.oldest_idstring"1234567885"
meta.result_countnumber5
FAQ

Questions about New Post from User.

How does the New Post from User trigger work in X (Twitter)?
Fires when a specific user publishes a new tweet on X/Twitter. Use to mirror a public account into Slack, RSS, or your CMS.
Is the New Post from User trigger real-time?
Yes. New Post from User uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in X (Twitter).
What data does New Post from User return?
The full event payload from X (Twitter). The output shape table on this page lists every field, its type, and an example value so you can map fields into downstream nodes.
Can I filter New Post from User so only some events start a workflow?
Yes. Add a Filter node right after the trigger and match on any field, whether that's subject, sender, status, or anything else in the payload. Workflows only continue when the filter passes.
Do I need X (Twitter) admin permissions to use New Post from User?
For most X (Twitter) accounts a standard user can authorize the trigger. Some X (Twitter) plans require an admin to enable third-party webhooks. Check X (Twitter)'s docs if the trigger fails to register.
More triggers

Other X (Twitter) triggers.

Trigger
New Mention
Fires when the authenticated user is mentioned in a tweet. Polls X every 15 minutes for new mentions (X no longer offers true realtime webhooks on the standard tiers).
Trigger
New Post from Search
Fires when a new tweet matches your X search query. Supports keywords, hashtags, and advanced search operators. Standard for brand monitoring or campaign tracking.
Trigger workflows on New Post from User in X (Twitter) — start free