Block 1 - 📋 Setup Instructions
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Sentiment Analyzer Google Sheets → OpenAI GPT 4o → QuickChart → Gmail What this workflow does 1. Fetches customer reviews from a Google Sheet. 2. Classifies each review as Positive , Neutral ...
n8n-nodes-base.stickynote, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.sentimentanalysis, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.quickchart
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Franz.
Original n8n.io sourceGoogle Sheets → OpenAI GPT-4o → QuickChart → Gmail
Perfect for support teams, product managers or anyone who wants a zero-code mood ring for their users’ feedback.
| 🔩 Node | 💡 Purpose |
|---|---|
| Manual Trigger | Lets you test the workflow on demand. |
| Select Google Sheet | Points to the spreadsheet that holds your reviews. |
| Loop Over Items | Feeds each row through the analysis routine. |
| Sentiment Analysis (LangChain) | Calls GPT-4o-mini and returns only the sentiment category. |
| Update Google Sheet | Writes the new Sentiment value into column C. |
| Read Data from Google Sheet | Pulls the full sheet again to create a summary. |
| Extract Number of Answers per Sentiment (Code node) | Tallies up how many reviews fall into each category. |
| Generate QuickChart | Creates a doughnut (or pie) chart as a PNG. |
| Send Gmail with Sentiment Chart | Fires the chart off to your inbox. |
| (Sticky Notes) | Friendly setup tips scattered around the canvas. |
| ✅ Step | Where |
|---|---|
| Connect Google Sheets → paste your Spreadsheet ID & choose the correct sheet. | All Google Sheets nodes |
| Add OpenAI credentials (sk-… key). | Sentiment Analysis node |
| Configure Gmail OAuth2 + recipient address. | Gmail node |
| Match your sheet columns → “Review title”, “Review text”, empty “Sentiment”. | Google Sheet itself |
| (Optional) Switch to gpt-4o for maximum accuracy. | Sentiment Analysis “Model” param |
Happy automating! 🎉
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 | Sentiment analytics visualizer |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Market Research, AI Summarization |
| Author | Franz |
| Published | 24 Jun 2025 |
Use the JSON export at /data/workflows/5204/5204.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.
Sentiment Analyzer Google Sheets → OpenAI GPT 4o → QuickChart → Gmail What this workflow does 1. Fetches customer reviews from a Google Sheet. 2. Classifies each review as Positive , Neutral ...
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 Market Research, AI Summarization use case.