AutomationFlowsSlack & Telegram › Slack AI Helpdesk Bot Workflow

Slack AI Helpdesk Bot Workflow

Original n8n title: Slack AI Helpdesk Bot

Slack AI Helpdesk Bot. Uses slackTrigger, openAi, slack. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexityAI-powered3 nodesSlack TriggerOpenAISlack
Slack & Telegram Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ AI nodes: yes Added:

This workflow follows the OpenAI → Slack recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Slack AI Helpdesk Bot",
  "nodes": [
    {
      "parameters": {
        "trigger": "message",
        "channelId": "#helpdesk",
        "options": {
          "onlyMessages": true,
          "ignoreBots": true
        }
      },
      "id": "d4e5f6a7-4444-4000-8000-000000000001",
      "name": "Slack Trigger",
      "type": "n8n-nodes-base.slackTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "credentials": {
        "slackApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "resource": "chat",
        "operation": "message",
        "model": "gpt-4o",
        "messages": {
          "values": [
            {
              "role": "system",
              "content": "You are a helpful IT helpdesk assistant for a software company. You have access to common knowledge about:\n- Password resets and account access\n- VPN and network connectivity\n- Software installation and licensing\n- Hardware issues and requests\n- Common application troubleshooting (Slack, Zoom, Google Workspace, Jira)\n\nProvide clear, step-by-step instructions when possible. If the issue requires hands-on IT support, let the user know a technician will be assigned. Keep responses concise and formatted for Slack (use *bold*, bullet points, and code blocks where appropriate)."
            },
            {
              "role": "user",
              "content": "={{ $json.text }}"
            }
          ]
        },
        "options": {
          "temperature": 0.3,
          "maxTokens": 768
        }
      },
      "id": "d4e5f6a7-4444-4000-8000-000000000002",
      "name": "OpenAI Answer",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "typeVersion": 1.6,
      "position": [
        500,
        300
      ],
      "credentials": {
        "openAiApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "channel": "={{ $('Slack Trigger').item.json.channel }}",
        "text": "={{ $json.text }}",
        "otherOptions": {
          "thread_ts": "={{ $('Slack Trigger').item.json.ts }}",
          "unfurl_links": false
        }
      },
      "id": "d4e5f6a7-4444-4000-8000-000000000003",
      "name": "Slack Reply",
      "type": "n8n-nodes-base.slack",
      "typeVersion": 2.2,
      "position": [
        750,
        300
      ],
      "credentials": {
        "slackApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Slack Trigger": {
      "main": [
        [
          {
            "node": "OpenAI Answer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Answer": {
      "main": [
        [
          {
            "node": "Slack Reply",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Slack AI Helpdesk Bot. Uses slackTrigger, openAi, slack. Event-driven trigger; 3 nodes.

Source: https://github.com/mlnjsh/n8n-workflows-mega/blob/main/workflows/ai-agents/04-slack-ai-helpdesk-bot.json — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

This workflow listens for Telegram bot messages, uses OpenAI (gpt-4o-mini) to detect language and classify intent, then routes requests to either lead qualification, EMI calculation, or support handli

Telegram Trigger, OpenAI, Google Sheets +4
Slack & Telegram

This comprehensive N8N automation template revolutionizes content creation by delivering a complete end-to-end solution for AI-powered blog generation. Transform simple ideas into fully SEO-optimized,

Slack Trigger, Telegram Trigger, Gmail Trigger +16
Slack & Telegram

Flow. Uses intercomTrigger, intercom, slack, mongoDb. Event-driven trigger; 7 nodes.

Intercom Trigger, Intercom, Slack +1
Slack & Telegram

This workflow turns Telegram voice notes and text messages into a support agent by transcribing audio with Groq Whisper, classifying intent/sentiment/security risk with Groq LLMs, escalating risky cas

Telegram Trigger, Telegram, HTTP Request +2
Slack & Telegram

Stay on top of your support pipeline with this Ticket Status Digest automation for Zendesk. Built in n8n, this workflow automatically fetches tickets from Zendesk, filters only open ones, enriches the

Google Sheets, Slack, Zendesk