Block 1 - Schedule Trigger1
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Watch the Full Execution on YouTube Workflow Description (in depth): This workflow automates the entire process of monitoring online reputatio...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.splitout, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglevertex
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by iamvaar.
Original n8n.io sourceThis workflow automates the entire process of monitoring online reputation by scanning Reddit posts for negative sentiment about your company, filtering only the relevant criticism, and logging it directly into Google Sheets for easy tracking.
Automated Triggering: Runs on a schedule so you never miss new discussions about your brand.
Smart Data Fetching: Uses Reddit API to pull the latest posts matching your chosen keywords (e.g., “Notion”).
Post Processing: Breaks down bulk Reddit responses into individual posts for analysis.
AI-Powered Filtering: A custom-built AI agent reviews the content and extracts only genuine negative PR (complaints, bad experiences, harmful mentions). Neutral or positive posts are ignored.
Structured Parsing: AI responses are enforced into a clean JSON schema (ID, Title, URL, NegativeContent).... ensuring compatibility with downstream nodes.
Noise Reduction: A code node ensures only posts with meaningful content are passed forward.
Centralized Logging: Captures critical information (post title, negative excerpt, URL, ID) into Google Sheets.... giving teams a live dashboard of issues to address.
Customizable & Scalable: Swap out “Notion” for your own brand, or expand to other platforms.... the flow adapts without extra overhead.
In 2025, a single Reddit thread can shape brand reputation overnight. Manually monitoring is inefficient, and traditional social listening tools generate too much noise. This workflow gives you a lean, automated, AI-powered system to stay ahead of potential PR risks.
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.
| Workflow | Monitor brand reputation for negative PR on Reddit with Gemini + LangChain + Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | AI Summarization, Multimodal AI |
| Author | iamvaar |
| Published | 16 Aug 2025 |
Use the JSON export at /data/workflows/7473/7473.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Watch the Full Execution on YouTube Workflow Description (in depth): This workflow automates the entire process of monitoring online reputatio...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 AI Summarization, Multimodal AI use case.