Skip to main content

Track brand reputation with Gemini AI & Google News sentiment analysis to email

Workflow preview

Workflow preview
100%
Track brand reputation with Gemini AI & Google News sentiment analysis to email preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Create a powerful brand/company monitoring system that fetches news headlines, performs AI powered sentiment analysis, and delivers witty, easy to read reports via email. This workflow turns brand ...

Best for

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

Tools used

n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.set, n8n-nodes-base.limit, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.aggregate, n8n-nodes-base.gmail, n8n-nodes-base.code

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Track brand reputation with Gemini AI & Google News sentiment analysis to email
Workflow name
Track brand reputation with Gemini AI & Google News sentiment analysis to email

Create a powerful brand/company monitoring system that fetches news headlines, performs AI-powered sentiment analysis, and delivers witty, easy-to-read reports via email.

This workflow turns brand mentions into a lively “personality analysis” — making your reports not only insightful but also fun to read. Perfect for teams that want to stay informed and entertained.

How it works

++Data Collection++: A Google Sheets table captures brand name and recipient email which triggers the workflow.

++News Aggregation++: The RSS Read node fetches recent news headlines from Google News based on the specified brand or company keyword.

++Content Processing++: News headlines are aggregated and formatted for AI analysis.

++AI Analysis++: Gemini 2.5 Flash model plays the role of a brand analyst, writing reports as if the brand were a character in a story. It highlights strengths, quirks, and challenges in a witty, narrative-driven style — while still providing sentiment scores and action points.

++Report Generation++: JavaScript code structures the AI response into well-formatted HTML paragraphs for a smooth email reading experience.

++Automated Delivery++: Gmail integration sends the analysis report directly to the specified email address.

How to use

  1. First, create a google sheets document with sheet name="page1", A1 cell name="keyword" and B1 cell name="email".
  2. The system will read the keyword & email data when a new row data is entered.
  3. Paste the url of your google sheets document into the first trigger node. Select trigger on "row added" in the node.
  4. Enter your credentials to connect Gemini PaLM API account in the "message a model" node of Google.
  5. Enter your credentials to connect Gmail account in the "send a message" node.

The workflow automatically runs when new row is detected. Recipients receive comprehensive sentiment analysis reports within minutes!

Requirements

-Google Sheets URL -Google Gemini API credentials for AI analysis -Gmail API credentials for email delivery

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 - Google Sheets Trigger

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

Block 2 - RSS Read

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

Block 3 - Edit Fields

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

Block 4 - Limit

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

Block 5 - Message a model

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

Block 6 - Aggregate

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

Block 7 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 8 - Code in JavaScript

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

Block 9 - Sticky Note

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

3. Summary Table

Workflow Track brand reputation with Gemini AI & Google News sentiment analysis to email
Complexity intermediate
Nodes 9
Categories Market Research, AI Summarization
Author ermanatalay
Published 20 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8776/8776.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 Track brand reputation with Gemini AI & Google News sentiment analysis to email do?

Create a powerful brand/company monitoring system that fetches news headlines, performs AI powered sentiment analysis, and delivers witty, easy to read reports via email. This workflow turns brand ...

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.