Pipe Reddit to n8n.
n8n is the automation tool for people who want to own the workflow, self-hosted if they like, and subding fits it cleanly. A Webhook node catches each Reddit match, then your nodes take it wherever it needs to go, a database, an internal tool, a message, an enrichment step. Full control, no per-task pricing, your infrastructure.
finally moving the family off a shared notes file. what self-hostable password manager do you trust enough to bet the household logins on?
→ Recommend what you actually run
Why route Reddit to n8n
You own the pipeline
Self-host n8n and the whole flow runs on your infrastructure, which matters when the data is other people conversations.
No task metering
On your own instance there is no per-run charge, so routing every mention costs you nothing extra.
Real logic between nodes
Add code, conditionals and enrichment nodes so a raw mention arrives downstream already sorted.
How to connect Reddit to n8n
- 1
Add a Webhook node
Create a workflow in n8n starting with a Webhook node, and copy its production URL.
- 2
Point subding at it
Register the URL as a webhook destination in subding so each match hits your workflow.
- 3
Build the nodes
Wire in the nodes you need, a database write, an HTTP call, a chat message, using the fields from the match.
- 4
Activate the workflow
Switch it on. From then on, every Reddit keyword match runs the flow, and a person still decides any reply.
What lands in n8n
The Webhook node receives the full match for your workflow to use. Everything it does stays inside your own systems; subding does not post to Reddit and neither should any node you add for us.
Questions, answered straight
How do I send Reddit alerts to n8n?
Start an n8n workflow with a Webhook node, copy the production URL, and add it as a destination in subding. Every keyword match then triggers the workflow with the mention ready to route.
Does self-hosting n8n change how subding sends alerts?
No. subding posts to whatever URL you give it, so a self-hosted n8n instance works the same as the cloud version as long as the endpoint is reachable over HTTPS.
Can an n8n flow reply to Reddit for me?
subding will not enable that. We hand the signal to your workflow to route internally; posting, replying or messaging on Reddit is out of scope and unsupported, on purpose.
Run the whole pipeline on your own terms, mention by mention.
Set your keywords once. subding checks Reddit every five minutes and routes each match to n8n through your Webhooks.
See what every plan includes on the pricing page.