📱 Auto-comment on Reddit posts with AI brand mentions & Baserow tracking

⚡ 924 views · 📱 Social Media & Email Marketing

Description

This workflow finds fresh Reddit posts that match your keywords, decides if they’re actually relevant to your brand, writes a short human-style reply using AI, posts it, and logs everything to Baserow.

đź’ˇPerfect for

đź§  What it does

⚡ Requirements

⚙️ Setup Instructions

  1. Create Baserow table Fields (user-field names exactly): post_id (unique), permalink, subreddit, title, created_utc, reply (long text), replied (boolean), created_on (datetime).

  2. Add credentials in n8n

  1. Set the Schedule Trigger (Cron) Start hourly (or every 2–3h). Pacing is mainly enforced by the Wait nodes.

  2. Update “Check duplicate row” (HTTP Request)

  1. Configure “Filter Replied Posts” Ensure it skips items where your Baserow record shows replied === true (so you don’t comment twice).

  2. Configure “Fetch Posts from Reddit” Set your keyword/search query (and time/sort). Keep User-Agent header present.

  3. Configure “Write Reddit Comment (AI)”

  1. Configure “Post Reddit Comment” (HTTP Request)
  1. Store Comment Data on Baserow (HTTP Request)
  1. Keep default pacing Leave Wait 5m (cool-off) and Wait 6h (global pace) → ~4 comments/day. Reduce waits gradually as account health allows.

  2. Test & enable Run once manually, verify a Baserow row and one test comment, then enable the schedule.

🤝 Need a hand?

I’m happy to help you get this running smoothly—or tailor it to your brand.

Reach out to me via email: imarunavadas@gmail.com

đź”— Nodes Used

HTTP Request, Reddit, Baserow, Schedule Trigger, AI Agent, Anthropic Chat Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup