Skip to main content

Triage product UAT feedback with OpenAI, Notion, Slack and Gmail

Workflow preview

Workflow preview
100%
Triage product UAT feedback with OpenAI, Notion, Slack and Gmail preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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...

Best for

  • Project Management automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yassin Zehar.

Original n8n.io source

1.1 Workflow description

Title
Triage product UAT feedback with OpenAI, Notion, Slack and Gmail
Workflow name
Triage product UAT feedback with OpenAI, Notion, Slack and Gmail

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 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.

Context

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

Who is this for?

  • 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

Requirements

  • Webhook trigger (form / Slack / internal tool)

  • OpenAI account (AI triage)

  • Notion account (roadmap/backlog database)

  • Slack and/or Gmail (tester notification)

How it works

  • 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

What you get

  • One workflow to capture and structure feature requests

  • Clean Notion backlog without duplicates

  • Automatic tester confirmation

  • Structured output for downstream automation

About me :

I’m Yassin a Product Manager Scaling tech products with a data-driven mindset. 📬 Feel free to connect with me on Linkedin

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - trigger

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 2 - normalize

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - parsing and validation

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - double check

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 5 - tester email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 6 - slack tester

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 7 - clean text

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - if found

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 9 - compose reply branch 2

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Webhook response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.4

Block 15 - how to contact

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 16 - update notion database

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 17 - create notion database

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 18 - AI agent

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2

Block 19 - data merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 20 - data mapping

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12208/12208.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Triage product UAT feedback with OpenAI, Notion, Slack and Gmail do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.