Skip to main content

Automated product review monitoring with sentiment analysis via Decodo, Gemini & Telegram

Workflow preview

Workflow preview
100%
Automated product review monitoring with sentiment analysis via Decodo, Gemini & Telegram preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Decodo powered review aggregation to Google Sheets with Gemini analysis and Telegram alerts Who’s it for This template is designed for e commerce owners, marketplace sellers, product teams, and CX/...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, @decodo/n8n-nodes-decodo.decodo, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.chainsummarization, n8n-nodes-base.telegram, n8n-nodes-base.splitinbatches

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automated product review monitoring with sentiment analysis via Decodo, Gemini & Telegram
Workflow name
Automated product review monitoring with sentiment analysis via Decodo, Gemini & Telegram

Decodo-powered review aggregation to Google Sheets with Gemini analysis and Telegram alerts

Who’s it for

This template is designed for e-commerce owners, marketplace sellers, product teams, and CX/reputation managers who need an automated way to monitor product reviews. It’s ideal for anyone tracking Amazon listings or other URLs and wants AI-powered sentiment, summaries, and alerts without manual scraping.

What it does

This workflow automatically retrieves product URLs from Google Sheets, scrapes reviews using Decodo (community node), formats the extracted data, and analyzes it using Gemini AI. It produces both sentiment classification and a concise review summary. Results are saved to a Google Sheets log, and the workflow sends a Telegram alert whenever new reviews are processed. The entire pipeline runs on a schedule, ensuring continuous and fully automated monitoring.

How it works

  • A scheduled trigger starts the workflow.
  • Google Sheets provides the list of product URLs.
  • Each URL is processed through Decodo to extract user reviews.
  • A Code node formats the raw review data.
  • Gemini performs sentiment analysis and summarization.
  • Results are appended to a Google Sheets review log.
  • A Telegram message delivers a real-time summary and sentiment snapshot.

Sign up for Decodo — get better pricing here

Requirements

  • Decodo API credentials (self-hosted community node)
  • Google Sheets API Key
  • Gemini AI credentials
  • Telegram Bot + Chat ID
  • n8n self-hosted (required for Decodo community node)

How to set up

  • Add your Decodo credentials to the Decodo node.
  • Update both Google Sheets nodes with your document ID and sheet names.
  • Insert your Gemini API key.
  • Provide your Telegram Bot token and Chat ID.
  • Adjust the schedule interval to your preference.
  • Run the workflow once to validate mappings and output fields.

How to customize

  • Modify the Code node to change how reviews are formatted.
  • Extend Gemini prompts for deeper analysis (keywords, categories, toxicity).
  • Add filters to trigger alerts only on negative sentiment.
  • Append additional metadata (timestamps, product IDs) to the Sheets log.
  • Add email, Slack, or other communication channels.

Disclaimer (Community Node)

This workflow uses a community node (Decodo) and therefore works only on self-hosted n8n instances. Be sure to install and trust the package before using it.

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 - Schedule Trigger

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

Block 2 - Decodo

Type / Role
@decodo/n8n-nodes-decodo.decodo - decodo
Config choices
Version 1

Block 3 - Get row(s) in sheet

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

Block 4 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 5 - Code in JavaScript

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

Block 6 - Summarize Reviews

Type / Role
@n8n/n8n-nodes-langchain.chainSummarization - chainSummarization
Config choices
Version 2.1

Block 7 - Alert Group

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 8 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 9 - Store to Sheet

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

Block 10 - Sticky Note

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

Block 11 - Sticky Note1

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

Block 12 - Sticky Note2

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

Block 13 - Sticky Note3

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

Block 14 - Sentiment Analyzer

Type / Role
@n8n/n8n-nodes-langchain.sentimentAnalysis - sentimentAnalysis
Config choices
Version 1.1

Block 15 - Sticky Note4

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

3. Summary Table

Workflow Automated product review monitoring with sentiment analysis via Decodo, Gemini & Telegram
Complexity advanced
Nodes 15
Categories Market Research, AI Summarization
Author Rully Saputra
Published 09 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11632/11632.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 Automated product review monitoring with sentiment analysis via Decodo, Gemini & Telegram do?

Decodo powered review aggregation to Google Sheets with Gemini analysis and Telegram alerts Who’s it for This template is designed for e commerce owners, marketplace sellers, product teams, and CX/...

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 Market Research, AI Summarization use case.