Skip to content
TriggerX (Twitter)Real-timeUpdated May 2026

How do I monitor a hashtag or search on X/Twitter?

Short answer: Drop the "X (Twitter)New Post from Search" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in X (Twitter), not on a polling schedule.

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 Search
When the matching event happens
What this trigger returns
for the curious

You don’t need to read this. Tiny Command 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": "Check out this AI tool! #automation",
"author_id": "456",
"created_at": "2026-04-20T10:00:00Z",
"public_metrics": {
"like_count": 10,
"reply_count": 2,
"retweet_count": 5
}
}
],
"meta": {
"newest_id": "1234567890",
"oldest_id": "1234567880",
"result_count": 10
}
}
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":"Check out this AI tool! #automat
metaobject{ … }
meta.newest_idstring"1234567890"
meta.oldest_idstring"1234567880"
meta.result_countnumber10
FAQ

Questions about New Post from Search.

How does the New Post from Search trigger work in X (Twitter)?
Fires when a new tweet matches your X search query. Supports keywords, hashtags, and advanced search operators. Standard for brand monitoring or campaign tracking.
Is the New Post from Search trigger real-time?
Yes. New Post from Search 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 Search 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 Search 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 Search?
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.

Build a workflow on this trigger.

One trigger. 10+ downstream actions. Zero glue.