Customer Feedback Triage Team
An orchestrator runs a sentiment analyst, an issue categorizer, and a response planner to triage a batch of customer feedback.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
6 nodes · Free & source-available
Customer Feedback Triage Team
Turn a pile of feedback into a plan. An Orchestrator coordinates three specialists: a Sentiment Analyst reads the mood and themes, an Issue Categorizer buckets and rates issues, and a Response Planner recommends replies and priority actions.
What this workflow does
- feedbackBatch holds the raw reviews or support comments
- Orchestrator delegates to the sub-agents and returns the triage report
- SentimentAnalyst scores sentiment and surfaces themes
- IssueCategorizer buckets issues by type and severity
- ResponsePlanner recommends responses and priority actions
- triageReport surfaces the result
Use cases
- Weekly review of reviews, NPS comments, or support tickets
- Turning unstructured feedback into owned actions
- Prioritizing fixes by severity and frequency
Setup
Add an LLM credential to all four Agent nodes. Paste a batch of feedback, one item per line. The report is a starting point for the team, not an automatic decision.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- Agent TeamsOrchestrator → Research & Writer AgentsAn Orchestrator agent hands the topic to a Research agent and a Writer agent. The result is a finished draft for newsletters, blog posts, or digests.
- Agent TeamsMarket Research Agent TeamAn orchestrator coordinates a market analyst, a competitor analyst, and a synthesizer to produce a research brief with opportunities and risks.
- Agent TeamsTrip Planner Agent TeamAn orchestrator runs a destination researcher, a budget planner, and an itinerary writer to produce a day-by-day trip plan within budget.
- Agent TeamsContent Production Agent TeamAn orchestrator runs a researcher, a draft writer, and an editor to turn a topic brief into a polished, publish-ready article.
- Agent TeamsIncident Response Agent TeamAn orchestrator runs a triage analyst, a root cause analyst, and a comms lead to turn an alert into a triage report, likely cause, and status update.
- Agent TeamsRFP Response Agent TeamAn orchestrator runs a requirements parser, a solution writer, and a compliance reviewer to draft a structured first-pass RFP response.
- Agent TeamsDue Diligence Agent TeamAn orchestrator runs a financial analyst, a legal and risk analyst, and a synthesizer to produce a structured due diligence brief.
- Agent TeamsHiring Committee Agent TeamAn orchestrator runs a resume screener, a skills assessor, and a decision synthesizer to produce a structured, criteria-based hiring recommendation.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Dev & IT OpsCodex PR Fix AgentSend a coding task to Codex, open a draft PR when it succeeds, and notify Slack when Codex needs follow-up input.
- Dev & IT OpsOpenCode Go PR Fix AgentSend a coding task to OpenCode Go, open a review-ready pull request, and return the implementation result.
- Dev & IT OpsAgent-Guided Codex PR DispatcherLet an Agent inspect a GitHub request, prepare a confirmed Codex task, open a ready PR, and notify Slack when Codex needs input.