Block 1 - Test Input (Change Me)1
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
Overview Generate empathetic, professional reply drafts for customer or user messages. The workflow detects sentiment , tone , and risk level , drafts a concise response, sanitizes PII/links/emo...
n8n-nodes-base.set, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatanthropic, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.if, n8n-nodes-base.webhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yusuke.
Original n8n.io sourceGenerate empathetic, professional reply drafts for customer or user messages.
The workflow detects sentiment, tone, and risk level, drafts a concise response, sanitizes PII/links/emojis, and auto-escalates risky or low-confidence cases to human review.
{ sentiment, tone, reply, confidence, needs_handover } MAX_LEN (default 600)ADD_FOLLOWUP_QUESTION (true/false)FORMALITY (auto | casual | polite)EMOJI_ALLOWED (true/false), BLOCK_LINKS (true/false)RISK_WORDS (e.g., refund, lawsuit, self-harm)> Tip: If you need to show literal angle brackets in messages, use backticks like <example> (no HTML entities needed).
refund is in RISK_WORDS or confidence < 0.45.RISK_WORDSconfidence < 0.45RISK_WORDS to your org policyThis 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 | Generate empathetic customer replies with Claude AI and auto-escalation |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Ticket Management, Multimodal AI |
| Author | Yusuke |
| Published | 05 Nov 2025 |
Use the JSON export at /data/workflows/10539/10539.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.
Overview Generate empathetic, professional reply drafts for customer or user messages. The workflow detects sentiment , tone , and risk level , drafts a concise response, sanitizes PII/links/emo...
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 Ticket Management, Multimodal AI use case.