Short answer: You can reddit add comment in Reddit by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Reddit Reddit Add Comment action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Parent ID (t3_xxx for post, t1_xxx for comment) thing_id | string | Required | – |
Comment Text text | string | Required | – |
{"thing_id": "{{trigger.thing_id}}","text": "{{trigger.text}}"}
{"json": {"data": {"things": [{"data": {"id": "cmm_abc","body": "Reply text","name": "t1_cmm_abc","permalink": "/r/test/comments/.../"}}]}}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.