Describe the problem/error/question………….I’m starting a project to build Quality Assurance / Quality Control AI agents in n8n for a textile manufacturing context.
Initial goals:
-
Ingest Amazon VOC (reviews + returns) and internal final-audit data.
-
Classify & cluster issues (LLM + regex), map to audit defect codes, and generate corrective-action suggestions.
-
Trigger on new data via Webhook/Schedule, keep short-term memory (DB), and post summaries to email/Slack/Sheets/Power BI.
What is the error message (if any)?……………..N/A – this is a design/“how to get started” question.
Please share your workflow…………………..Not yet—happy to test any sample blueprint you can share. If useful, I can post back results and iterate
Share the output returned by the last node
N/A.
Information on your n8n setup
-
- n8n version: [e.g., 1.x – fresh install]
- Database (default: SQLite): SQLite (for now)
- n8n EXECUTIONS_PROCESS setting: main (single process)
- Running n8n via (Docker, npm, …): npm (no Docker yet)
- Operating system: Windows 10 Pro 22H2 (Build 19045)
- Node.js: LTS (v20)
- Skills/comfort: API auth, webhooks, regex, SQL, and basic JS in Code node