Block 1 - trigger
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
This workflow is provided as-is. Please review and test before using in production.
Description Automatically triage Product UAT feedback with AI, deduplicate it against your existing Notion backlog, create/update the right Notion item, and close the loop with the tester (Slack or...
n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.notion, n8n-nodes-base.gmail, n8n-nodes-base.slack, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yassin Zehar.
Original n8n.io sourceAutomatically triage Product UAT feedback with AI, deduplicate it against your existing Notion backlog, create/update the right Notion item, and close the loop with the tester (Slack or email).
This workflow standardizes incoming UAT feedback, runs AI classification (type, severity, summary, suggested title, confidence), searches Notion to prevent duplicates, and upserts the roadmap entry for product review. It then confirms receipt to the tester and returns a structured webhook response.
Feature requests often arrive unstructured and get lost across channels. Product teams waste time re-triaging the same ideas, creating duplicates, and manually confirming receipt.
This workflow ensures:
Faster feature request triage
Fewer duplicates in your roadmap/backlog
Consistent structure for every feedback item
Automatic tester acknowledgement
Full traceability via webhook response
Product Managers running UAT or beta programs
Product Ops teams managing a roadmap backlog
Teams collecting feature requests via forms, Slack, or internal tools
Anyone who wants AI speed with clean backlog hygiene
Webhook trigger (form / Slack / internal tool)
OpenAI account (AI triage)
Notion account (roadmap/backlog database)
Slack and/or Gmail (tester notification)
Trigger: feedback received via webhook
Normalize & Clean: standardizes fields and cleans message
AI Triage: returns structured JSON (type, severity, title, confidence…)
Notion Dedupe & Upsert: search by suggested title → update if found, else create
Closed Loop: notify tester (Slack or email) + webhook response payload
One workflow to capture and structure feature requests
Clean Notion backlog without duplicates
Automatic tester confirmation
Structured output for downstream automation
I’m Yassin a Product Manager Scaling tech products with a data-driven mindset. 📬 Feel free to connect with 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 | Triage product UAT feedback with OpenAI, Notion, Slack and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Project Management, AI Summarization |
| Author | Yassin Zehar |
| Published | 27 Dec 2025 |
Use the JSON export at /data/workflows/12208/12208.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.
Description Automatically triage Product UAT feedback with AI, deduplicate it against your existing Notion backlog, create/update the right Notion item, and close the loop with the tester (Slack or...
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 Project Management, AI Summarization use case.