- Integrations
- /
- /
- Triggers
- /
- Reddit New Post in Subreddit
TriggerRedditReal-timeUpdated May 2026
When does Reddit fire on new subreddit posts?
Short answer: Drop the "Reddit → Reddit New Post in Subreddit" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Reddit, 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
Reddit New Post in Subreddit
When the matching event happens
new postnew reddit poston new postwhen post createdwatch for new postwhen a new post is created in subredditnew subreddit post
What this trigger returns
for the curiousYou 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": {"after": "t3_1a2b3c","children": [{"data": {"id": "1a2b3c","url": "https://www.reddit.com/r/programming/comments/1a2b3c/interesting_discussion/","name": "t3_1a2b3c","score": 42,"title": "Interesting discussion about programming","author": "redditor123","selftext": "I wanted to share my thoughts on...","permalink": "/r/programming/comments/1a2b3c/interesting_discussion/","subreddit": "programming","created_utc": 1714060800,"num_comments": 15}}]}}
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.
| Field | Type | Example |
|---|---|---|
| data | object | { … } |
| data.after | string | "t3_1a2b3c" |
| data.children | array | [{"data":{"id":"1a2b3c","url":"https://www.reddit.com/r/prog |
Pairs with
Drop these actions after Reddit New Post in Subreddit.
FAQ
Questions about Reddit New Post in Subreddit.
How does the Reddit New Post in Subreddit trigger work in Reddit?
Fires on new top-level posts in a configured subreddit. For "alert when a story matching keyword X is posted" or "monitor competitor mentions" workflows.
Is the Reddit New Post in Subreddit trigger real-time?
Yes. Reddit New Post in Subreddit uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Reddit.
What data does Reddit New Post in Subreddit return?
The full event payload from Reddit. 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 Reddit New Post in Subreddit 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 Reddit admin permissions to use Reddit New Post in Subreddit?
For most Reddit accounts a standard user can authorize the trigger. Some Reddit plans require an admin to enable third-party webhooks. Check Reddit's docs if the trigger fails to register.
More triggers
Other Reddit triggers.
Build a workflow on this trigger.
One trigger. 5+ downstream actions. Zero glue.