20 views
2 forks
23 nodesApr 3, 2026
Monitor multiple subreddits for relevant posts using AI-powered filtering, draft responses, and log everything to Google Sheets — all on autopilot.
What it does
This workflow watches Reddit via RSS feeds, uses an AI agent to evaluate each post against your criteria, drafts response comments for relevant posts, and sends them through a human approval step before logging to a Google Sheet.
Pipeline
- Cron Trigger — Runs every hour (configurable)
- Generate Feed URLs — Builds RSS feed URLs from your configured subreddit list
- Iterate Subreddits — Loops through each subreddit feed
- Parse RSS — Fetches the latest posts from each subreddit
- Iterate Posts — Loops through each post in the feed
- AI Analyzer — Evaluates each post for relevance based on your keywords and criteria, returning a relevance score, priority, and summary
- Conditional Filter — Routes relevant posts forward, skips irrelevant ones
- Response Drafter — AI drafts a concise Reddit comment for relevant posts
- Human Approval — Review the post details, AI summary, and drafted response before approving
- Google Sheets Logger — Approved posts are appended to a tracking spreadsheet with subreddit, title, link, priority, summary, and drafted response
Setup
A one-time setup flow creates a Google Sheet with headers and saves the credentials. Use the Configure Monitor interface to:
- Add or remove subreddits to watch
- Set keywords and relevance criteria for the AI filter
- Connect a Google Sheet for logging
Input
- Subreddits — Comma-separated list (e.g.
technology, programming, automation) - Keywords / Criteria — Natural language description of what posts you care about (e.g. "workflow automation, AI agents, n8n")
Output
- Google Sheet with columns: Subreddit, Title, Link, Priority, AI Summary, Drafted Response
- Activity logs showing skipped posts with reasons
- Approval requests for human review of relevant posts
About This Template
This workflow template contains 23 nodes that you can customize for your needs. Fork it to your account to start editing and running the workflow.