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.
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": "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}}]}}
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 |
One trigger. 5+ downstream actions. Zero glue.