Block 1 - New Support Email
- Type / Role
- n8n-nodes-base.gmailTrigger - gmailTrigger
- Config choices
- Version 1
What This Workflow Does Watches your support inbox, classifies every incoming email by category, scores it for priority based on sentiment and urgency signals, and posts a clean summary to the matc...
n8n-nodes-base.gmailtrigger, n8n-nodes-base.switch, n8n-nodes-base.slack, @easybits/n8n-nodes-extractor.easybitsextractor, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Felix.
Original n8n.io sourceWatches your support inbox, classifies every incoming email by category, scores it for priority based on sentiment and urgency signals, and posts a clean summary to the matching Slack channel. Works equally well for English and German emails. Low-confidence classifications automatically fall through to the catch-all channel so nothing slips through, with the model's best guess preserved as a breadcrumb.
Already available out of the box on n8n Cloud. On self-hosted instances: Settings → Community Nodes → Install @easybits/n8n-nodes-extractor.
Create an easybits pipeline with four fields. Copy each prompt below into the matching field's description:
Create four channels in your workspace and update each Slack node to point at the right one:
#support-billing#support-technical#support-sales#support-otherOn the Gmail Trigger, add a label filter (e.g. support) so personal mail doesn't get classified.
Send a few test emails covering different categories and tones. Verify they land in the right channels with sensible priority emoji before going live.
#support-other with a flag noting the model's best guess, so reviewers can spot patterns without a separate channelThis 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 | Route and prioritize support emails to Slack channels with easybits |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Ticket Management, AI Summarization |
| Author | Felix |
| Published | 28 Apr 2026 |
Use the JSON export at /data/workflows/15366/15366.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.
What This Workflow Does Watches your support inbox, classifies every incoming email by category, scores it for priority based on sentiment and urgency signals, and posts a clean summary to the matc...
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, AI Summarization use case.