Block 1 - When clicking βExecute workflowβ
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow automates the end to end analysis of WooCommerce product reviews , transforming raw customer feedback into actionable product and customer care insights , and delivering them in a str...
n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.sentimentanalysis, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.woocommerce, n8n-nodes-base.merge, n8n-nodes-base.gmail, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis workflow automates the end-to-end analysis of WooCommerce product reviews, transforming raw customer feedback into actionable product and customer-care insights, and delivering them in a structured, visual, and shareable format.
This workflow analyzes product review sentiment from WooCommerce using AI. It starts by retrieving reviews for a specified product via the WooCommerce.
Each review then undergoes sentiment analysis using LangChain's Sentiment Analysis. The workflow aggregates sentiment data, creates a pie chart visualization via QuickChart, and compiles a comprehensive report using an AI Agent.
The report includes executive summaries, quantitative data, qualitative analysis, product diagnostics, and operational recommendations. Finally, the AI-generated report is converted to HTML and emailed to a designated recipient for review by customer and product teams.
Eliminates manual work by automating data collection, sentiment analysis, reporting, visualization, and delivery in a single workflow.
Batch processing ensures the workflow can handle dozens or hundreds of reviews without performance issues.
Instead of stopping at sentiment scores, the workflow produces:
Merges hard metrics (averages, distributions, outliers) with qualitative insights (themes, risks, opportunities), giving a 360Β° view of customer feedback.
Stakeholders receive both:
The output format is tailored for non-technical teams:
The workflow can be extended to:
Manual Trigger & Configuration The workflow starts manually and sets the target WooCommerce product ID and store URL.
Data Retrieval from WooCommerce
Batch Processing of Reviews Reviews are processed in batches to ensure scalability and reliability, even with a large number of reviews.
AI-Powered Sentiment Analysis
Each review is analyzed using an OpenAI-based sentiment analysis model.
For every review, the workflow extracts:
Data Normalization & Aggregation
Visual Sentiment Distribution
Advanced AI Insight Generation A specialized AI agent (βProduct Insights Analystβ) transforms the raw and aggregated data into a professional, structured report, including:
HTML Conversion & Delivery
Configure credentials:
Set parameters:
PRODUCT_ID and YOUR_WEBSITE with actual product ID and WooCommerce site URL.Optional adjustments:
Run the workflow:
Once configured, the workflow will automatically analyze product reviews, generate insights, and deliver a formatted report via email.
π Subscribe to my new YouTube channel. Here Iβll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
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 | WooCommerce π Product Review Sentiment Analysis and AI Report π€ for Improvement |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Market Research, AI Summarization |
| Author | Davide |
| Published | 09 Jan 2026 |
Use the JSON export at /data/workflows/12603/12603.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.
This workflow automates the end to end analysis of WooCommerce product reviews , transforming raw customer feedback into actionable product and customer care insights , and delivering them in a str...
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.