Block 1 - Workflow Overview
- 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.
Here’s a clean, English only template description you can paste into the n8n “Description” field. Overview This workflow analyzes customer survey responses, groups them by sentiment (positive / neu...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.splitinbatches, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Toshiya Minami.
Original n8n.io sourceHere’s a clean, English-only template description you can paste into the n8n “Description” field.
This workflow analyzes customer survey responses, groups them by sentiment (positive / neutral / negative), generates themes and insights with an AI agent, and delivers a consolidated report to your destinations (Google Sheets, Slack). It runs on a daily schedule and uses batch-based AI analysis for accuracy.
Flow: Schedule → Fetch from Sheets → Group & batch (Code) → AI analysis → Aggregate → Save/Notify (Sheets, Slack)
Data source (Google Sheets)
YOUR_SHEET_ID and YOUR_SHEET_NAME with your sheet details.満足度 (Rating), 自由記述コメント (Comment), 回答日時 (Timestamp).AI model
Destinations
documentId / sheetName.channelId on the Slack node.>=4: positive, =3: neutral, <3: negative) and creates batches (max 50 per batch).Your source should include at least:
満足度 (Rating) — integer 1–5自由記述コメント (Comment) — string回答日時 (Timestamp) — ISO string or dateConsolidated summary containing:
Destinations: Google Sheets (one row per run) and Slack (high-level highlights)
>=5 for positive) or batch size (default 50) in the Code node.documentId, sheetName, and Slack channelIdThis 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 | Analyze customer survey feedback with AI, Google Sheets & Slack reports |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Market Research, AI Summarization |
| Author | Toshiya Minami |
| Published | 17 Oct 2025 |
Use the JSON export at /data/workflows/9809/9809.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.
Here’s a clean, English only template description you can paste into the n8n “Description” field. Overview This workflow analyzes customer survey responses, groups them by sentiment (positive / neu...
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.