HITL Support Reply Agent
Draft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
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.
5 nodes · Free & source-available
HITL Support Reply Agent
This template shows Heym's Human-in-the-Loop (HITL) flow on an Agent node. The agent drafts a customer response, calls request_human_review, exposes a review link on the HITL branch, then resumes after the reviewer accepts, edits, or refuses the draft.
What this workflow does
- CustomerRequest provides a sample support escalation
- DraftReplyAgent prepares a customer-ready response and requests human review before finalizing it
- NotifyReviewSlack sends the pending review URL, summary, and Markdown draft to Slack from the HITL branch
- ApprovedReply returns the final reviewed reply and decision metadata after the run resumes
Use cases
- Customer support replies that need manager approval
- Refund, escalation, or legal-sensitive response review
- Portal workflows where a human should approve an agent action before it reaches a customer
Setup
Connect an LLM credential in the Agent node and a Slack credential in NotifyReviewSlack. Run the workflow, open the generated review URL from Slack, then accept, edit, or refuse the draft to resume execution.
Notes
HITL works with text-mode Agent output. Keep JSON output disabled on the Agent node when using this template.
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
- AIBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.
- AIGemini Image CreatorGenerate images from a text prompt using Gemini's native image output.
- AIPDF / DOCX Translation AgentTranslate the full text of any uploaded document using an AI agent.
- AIMeeting Notes → JSON TasksTurn messy meeting notes into structured JSON tasks with the LLM node's JSON output mode — no image pipeline required.
- AIInbox TL;DR SummarizerPaste a long email or thread — one LLM call returns a short TL;DR with next actions.
- AIRAG Document IngestChunk and embed a document into a Qdrant vector store so it can be retrieved later by the RAG Search node.
- AIRAG Q&A AgentSearch your Qdrant vector store for relevant context, then answer with an LLM — grounded in your own documents.
- AILanguage Switch RouterDetect the language of incoming text with an LLM and route to the matching branch using the Switch node.