AutomationFlows β€Ί AI & RAG β€Ί Reddit Bot Automation: AI Auto-reply & Post Monitor with Gpt-4 + Google Sheets

Reddit Bot Automation: AI Auto-reply & Post Monitor with Gpt-4 + Google Sheets

ByReddit Dev @harryhazβœ“ on n8n.io

πŸš€ Built an AI-Powered Reddit Engagement (Reddit auto comment to relevant posts based on your whish. A workflow That Actually Helps People and helps you to promote your product and service.

Event triggerβ˜…β˜…β˜…β˜…β˜† complexityAI-powered16 nodesOpenAI ChatAgentRedditGoogle SheetsOpenAI
AI & RAG Trigger: Event Nodes: 16 Complexity: β˜…β˜…β˜…β˜…β˜† AI nodes: yes Added:

This workflow corresponds to n8n.io template #5894 β€” we link there as the canonical source.

This workflow follows the Agent β†’ Google Sheets recipe pattern β€” see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide β†’

Download .json
{
  "id": "knQoxMv2NhRJSXeB",
  "meta": {
    "templateId": "2978",
    "templateCredsSetupCompleted": true
  },
  "name": "Reddit - Posts n8n workflow",
  "tags": [],
  "nodes": [
    {
      "id": "637518ea-66b8-4e91-a231-d879e13a1f10",
      "name": "When clicking \u2018Test workflow\u2019",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -80,
        260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d12facc2-3530-4456-a322-a6da5ab09f4f",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1300,
        685
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "5afdec8d-7b52-48fa-b99b-58b31822bc4d",
      "name": "Merge Input",
      "type": "n8n-nodes-base.merge",
      "position": [
        1580,
        460
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "1af4c8c3-0728-4c02-b023-00237d7285a1",
      "name": "Filter Posts By Features",
      "type": "n8n-nodes-base.if",
      "position": [
        780,
        460
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "2c2be782-914f-4cbc-b2e9-682981e5a265",
      "name": "Filter Posts By Content",
      "type": "n8n-nodes-base.if",
      "position": [
        1800,
        460
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "3c290b3f-a834-4382-a166-1dd4471c502e",
      "name": "Select Key Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        1000,
        460
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "60223b8e-0980-4c40-8d05-dab0d974e504",
      "name": "Analysis Content  By AI",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1220,
        460
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "e9d1bfcd-4381-4bf6-8099-29ceff0a1dce",
      "name": "Get Posts",
      "type": "n8n-nodes-base.reddit",
      "position": [
        560,
        65
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f79d9a17-0bc5-4ced-b43d-99c8007a6c1c",
      "name": "Get Posts1",
      "type": "n8n-nodes-base.reddit",
      "position": [
        560,
        265
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "1730a374-ea57-4a57-8002-28676aae6922",
      "name": "Get Posts2",
      "type": "n8n-nodes-base.reddit",
      "position": [
        560,
        460
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e447dc9f-ed72-42f4-877c-606608879ef1",
      "name": "Get Posts3",
      "type": "n8n-nodes-base.reddit",
      "position": [
        560,
        665
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "82aa9145-8944-4ee8-94c5-b432c8ec6ecd",
      "name": "Get Posts4",
      "type": "n8n-nodes-base.reddit",
      "position": [
        560,
        865
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "aa4c4d79-c261-43cf-abf1-8a6a085692aa",
      "name": "Append row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2380,
        560
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "78a316fe-be7a-4624-bc3a-80a309f6c64f",
      "name": "Create a comment in a post",
      "type": "n8n-nodes-base.reddit",
      "position": [
        2380,
        360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ac2b4385-cc8f-48c5-a313-c9dee98309a3",
      "name": "Message a model",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        2020,
        460
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "569111b4-4396-4a07-aeeb-dd855884d9ac",
      "name": "Trigger: Run every 3 hours",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -80,
        540
      ],
      "parameters": {},
      "typeVersion": 1.2
    }
  ],
  "active": false,
  "settings": {},
  "versionId": "2c8cbc23-90d8-4b38-819c-72d5e409d4d8",
  "connections": {
    "Get Posts": {
      "main": [
        [
          {
            "node": "Filter Posts By Features",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Posts1": {
      "main": [
        [
          {
            "node": "Filter Posts By Features",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Posts2": {
      "main": [
        [
          {
            "node": "Filter Posts By Features",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Posts3": {
      "main": [
        [
          {
            "node": "Filter Posts By Features",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Posts4": {
      "main": [
        [
          {
            "node": "Filter Posts By Features",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Input": {
      "main": [
        [
          {
            "node": "Filter Posts By Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message a model": {
      "main": [
        [
          {
            "node": "Create a comment in a post",
            "type": "main",
            "index": 0
          },
          {
            "node": "Append row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Analysis Content  By AI",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Select Key Fields": {
      "main": [
        [
          {
            "node": "Analysis Content  By AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append row in sheet": {
      "main": [
        []
      ]
    },
    "Analysis Content  By AI": {
      "main": [
        [
          {
            "node": "Merge Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Posts By Content": {
      "main": [
        [
          {
            "node": "Message a model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Posts By Features": {
      "main": [
        [
          {
            "node": "Select Key Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger: Run every 3 hours": {
      "main": [
        [
          {
            "node": "Get Posts",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Posts1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Posts2",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Posts3",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Posts4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking \u2018Test workflow\u2019": {
      "main": [
        [
          {
            "node": "Get Posts",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Posts1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Posts2",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Posts3",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Posts4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

πŸš€ Built an AI-Powered Reddit Engagement (Reddit auto comment to relevant posts based on your whish. A workflow That Actually Helps People and helps you to promote your product and service.

Source: https://n8n.io/workflows/5894/ β€” original creator credit. Request a take-down β†’

More AI & RAG workflows β†’ Β· Browse all categories β†’

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Analyze Reddit Posts with AI to Identify Business Opportunities. Uses manualTrigger, lmChatOpenAi, sentimentAnalysis, gmail. Event-driven trigger; 22 nodes.

OpenAI Chat, Sentiment Analysis, Gmail +5
AI & RAG

Use case Manually monitoring Reddit for viable business ideas is time-consuming and inconsistent. This workflow automatically analyzes trending Reddit discussions using AI to surface high-potential op

OpenAI Chat, Sentiment Analysis, Gmail +5
AI & RAG

This workflow is for marketers, founders, and content strategists who want to identify business opportunities by analyzing Reddit discussions. It’s ideal for B2B, SaaS, and tech professionals looking

OpenAI Chat, Google Sheets, Reddit +3
AI & RAG

🎯 Create viral TikToks, Shorts, Reels, podcasts, and ASMR videos in minutes β€” all on autopilot.

OpenAI, HTTP Request, Form Trigger +7
AI & RAG

BoomerBobBot.TP. Uses agent, telegramTrigger, telegram, memoryBufferWindow. Event-driven trigger; 95 nodes.

Agent, Telegram Trigger, Telegram +10