TriggerRedditReal-timeUpdated June 2026

When does Reddit fire on new comments in a subreddit?

Short answer: In TinyCommand, add the Reddit Reddit New Comment in Subreddit trigger to a workflow and publish. It listens through a Reddit 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 Reddit New Comment in Subreddit in Reddit — 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
Reddit New Comment in Subreddit
When the matching event happens
new commentnew reddit commenton new commentwhen comment createdwatch for new commentwhen a new comment is posted in subredditnew subreddit comment
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": {
"after": "t1_x4y5z6",
"children": [
{
"data": {
"id": "x4y5z6",
"body": "Great point! I completely agree with this approach.",
"name": "t1_x4y5z6",
"score": 8,
"author": "commenter456",
"link_id": "t3_1a2b3c",
"parent_id": "t3_1a2b3c",
"permalink": "/r/programming/comments/1a2b3c/interesting_discussion/x4y5z6/",
"subreddit": "programming",
"link_title": "Interesting discussion about programming",
"created_utc": 1714064400
}
}
]
}
}
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
dataobject{ … }
data.afterstring"t1_x4y5z6"
data.childrenarray[{"data":{"id":"x4y5z6","body":"Great point! I completely ag
FAQ

Questions about Reddit New Comment in Subreddit.

How does the Reddit New Comment in Subreddit trigger work in Reddit?
Fires on any new comment in the configured subreddit. Payload includes the comment, author, parent post. For "monitor brand mentions in r/Gaming" or "auto-moderate spam patterns" workflows.
Is the Reddit New Comment in Subreddit trigger real-time?
Yes. Reddit New Comment 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 Comment 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 Comment 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 Comment 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.

Trigger
Reddit New Post in Subreddit
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.
Trigger workflows on Reddit New Comment in Subreddit in Reddit — start free