Block 1 - GetQuestions
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
Automatically classify and route DevOps requests from your team chat using LLM + on call calendar lookup. What it does This workflow turns your Mattermost channel into a smart DevOps intake system....
n8n-nodes-base.webhook, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.switch, n8n-nodes-base.googlecalendar, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.mcpclienttool
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Sergei Byvshev.
Original n8n.io sourceAutomatically classify and route DevOps requests from your team chat using LLM + on-call calendar lookup.
This workflow turns your Mattermost channel into a smart DevOps intake system. When someone mentions @devops-duty, the workflow:
Categories
create_resource - Provision new databases, secrets, services, DNS recordsincident - Something is broken — production or staging issuesquestion - Information requests, status checks, clarificationsci_cd_error - Build failures, deployment issues, GitHub Actions problemslimits - Billing limits, quotas exceededchange_request - Modify existing infrastructure or configurationother - Anything that doesn't fit aboveEach Switch output is an independent branch — connect sub-workflows or additional nodes per category. For example:
incident → trigger an AI investigation sub-workflow with MCP tools (Kubernetes, Grafana, etc.) create_resource → run a provisioning playbook ci_cd_error → fetch GitHub Actions logs and analyze failures
Connect these workflows:
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.
| Workflow | Classify and route DevOps chat requests with Mattermost and Claude |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | DevOps, AI Chatbot |
| Author | Sergei Byvshev |
| Published | 15 Apr 2026 |
Use the JSON export at /data/workflows/15051/15051.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.
Automatically classify and route DevOps requests from your team chat using LLM + on call calendar lookup. What it does This workflow turns your Mattermost channel into a smart DevOps intake system....
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 DevOps, AI Chatbot use case.