Short answer: Drop the "Reddit → Reddit New Comment 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.
Drop it on the canvas. Configure a couple of fields. Publish.
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": {"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}}]}}
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 | "t1_x4y5z6" |
| data.children | array | [{"data":{"id":"x4y5z6","body":"Great point! I completely ag |
One trigger. 5+ downstream actions. Zero glue.