Skip to main content

Automate Reddit replies with F5Bot alerts & GPT-5 personalized comments

Workflow preview

Workflow preview
100%
Automate Reddit replies with F5Bot alerts & GPT-5 personalized comments preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Reddit Auto Comment Assistant (AI Driven Marketing Workflow) Automate how you reply to Reddit posts using AI generated, first person comments that sound human, follow subreddit rules, and (optio...

Best for

  • Lead Nurturing automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.gmailtrigger, n8n-nodes-base.set, n8n-nodes-base.reddit, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.filter, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jay Emp0.

Original n8n.io source

1.1 Workflow description

Title
Automate Reddit replies with F5Bot alerts & GPT-5 personalized comments
Workflow name
Automate Reddit replies with F5Bot alerts & GPT-5 personalized comments

🤖 Reddit Auto-Comment Assistant (AI-Driven Marketing Workflow)

Automate how you reply to Reddit posts using AI-generated, first-person comments that sound human, follow subreddit rules, and (optionally) promote your own links or products.


🧩 Overview

This workflow monitors Reddit mentions (via F5Bot Gmail alerts) and automatically:

  1. Fetches the relevant Reddit post.
  2. Checks the subreddit’s rules for self-promotion.
  3. Generates a comment using GPT-5 style prompting (human-like tone, <255 chars).
  4. Optionally promotes your chosen product from Google Sheets.
  5. Posts the comment automatically

It’s ideal for creators, marketers, or founders who want to grow awareness organically and authentically on Reddit — without sounding like a bot.


🧠 Workflow Diagram


🚀 Key Features

Feature Description
AI-Generated Reddit Replies Uses GPT-powered reasoning and prompt structure that mimics a senior marketing pro typing casually.
Rule-Aware Posting Reads subreddit rules and adapts tone — no promo where it’s not allowed.
Product Integration Pulls product name + URL from your Google Sheet automatically.
Full Automation Loop From Gmail → Gsheet → Reddit
Evaluation Metrics Logs tool usage, link presence, and formatting to ensure output quality.

🧰 Setup Guide

1️⃣ Prerequisites

Tool Purpose
n8n Cloud or Self-Host Workflow automation environment
OpenAI API key For comment generation
Reddit OAuth2 credentials To post comments
Google Sheets API To fetch and evaluate products
Gmail API To read F5Bot alerts

2️⃣ Import the Workflow

  1. Download Reddit Assistant.json
  2. In n8n, click Import Workflow → From File
  3. Paste your credentials in the corresponding nodes:
    • Reddit account
    • Gmail account
    • Gsheet account
    • OpenAI API

3️⃣ Connect Your Google Sheets

You’ll need two Google Sheets:

Sheet Purpose Example Tab
Product List Contains all your product names, URLs, goals, and CTAs promo
Reddit Evaluations Logs AI performance metrics and tool usage reddit evaluations


4️⃣ Set Up Gmail Trigger (F5Bot)

  1. Subscribe to F5Bot alerts for keywords like "blog automation" or your brand name.

  1. Configure Gmail Trigger to only pull from sender: [email protected].

5️⃣ Configure AI Agent Prompt

The built-in prompt follows a GPT-5-style structured reasoning chain:

  • Reads the Reddit post + rules.
  • Determines if promotion is allowed.
  • Fetches product data from Google Sheets.
  • Writes a short, human comment (<255 chars).
  • Avoids buzzwords and fake enthusiasm.

📊 Workflow Evaluations

The workflow includes automatic evaluation nodes to track:

Metric Description
contains link Checks if comment includes a URL
contains dash Detects format breaks
Tools Used Logs which AI tools were used in reasoning
executionTime Monitors average latency


💡 Why This Workflow Has Value

Value Explanation
Saves time Automates Reddit marketing without manual engagement.
Feels human AI comments use a fast-typing, casual tone (e.g., “u,” “ur,” “idk”).
Follows rules Respects subreddits where promo is banned.
Data-driven Logs performance across 10 test cases for validation.
Monetizable Can promote Gumroad, YouTube, or SaaS products safely.

⚙️ Example Use Case

> “I used this automation to pull $1.4k by replying to Reddit posts about blog automation.
> Each comment felt natural and directed users to my n8n workflow.”

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Gmail Trigger

Type / Role
n8n-nodes-base.gmailTrigger - gmailTrigger
Config choices
Version 1.3

Block 2 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Get a post

Type / Role
n8n-nodes-base.reddit - reddit
Config choices
Version 1

Block 4 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 5 - Code in JavaScript1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Filter Own Posts

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 7 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 8 - Input for AI

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 10 - Create a comment in a post

Type / Role
n8n-nodes-base.reddit - reddit
Config choices
Version 1

Block 11 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 12 - Edit Fields1

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - When fetching a dataset row

Type / Role
n8n-nodes-base.evaluationTrigger - evaluationTrigger
Config choices
Version 4.7

Block 14 - Get Google Sheet

Type / Role
n8n-nodes-base.googleSheetsTool - googleSheetsTool
Config choices
Version 4.7

Block 15 - Evaluate text format

Type / Role
n8n-nodes-base.evaluation - evaluation
Config choices
Version 4.8

Block 16 - Evaluate link in text

Type / Role
n8n-nodes-base.evaluation - evaluation
Config choices
Version 4.8

Block 17 - Evaluation ghseet tool

Type / Role
n8n-nodes-base.evaluation - evaluation
Config choices
Version 4.8

Block 18 - Merge Evaluations

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 19 - Subreddit about

Type / Role
n8n-nodes-base.reddit - reddit
Config choices
Version 1

Block 20 - Subreddit rules

Type / Role
n8n-nodes-base.reddit - reddit
Config choices
Version 1

Block 21 - Set Evaluation Output

Type / Role
n8n-nodes-base.evaluation - evaluation
Config choices
Version 4.8

Block 22 - Filter Subreddit URLs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 23 - Delay 5m

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 24 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate Reddit replies with F5Bot alerts & GPT-5 personalized comments
Complexity advanced
Nodes 31
Categories Lead Nurturing, AI Chatbot
Author Jay Emp0
Published 08 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9371/9371.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate Reddit replies with F5Bot alerts & GPT-5 personalized comments do?

Reddit Auto Comment Assistant (AI Driven Marketing Workflow) Automate how you reply to Reddit posts using AI generated, first person comments that sound human, follow subreddit rules, and (optio...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing, AI Chatbot use case.