Slack AI Chatbot with n8n and GPT-4

somdn_product_page

This n8n workflow enables the creation of an AI-powered chatbot integrated with Slack via slash commands and webhooks. The workflow begins with a Slack slash command webhook trigger, where users can invoke commands like /ask or /another. The workflow then uses a switch node to route these commands appropriately. For commands like /ask, it processes the text through a GPT-4 model using n8n’s LangChain nodes, generating AI responses. The AI responses are sent back to Slack, creating an interactive conversational experience within channels or direct messages. The workflow includes helpful sticky notes guiding users through setup and operation, making it suitable for automating customer support, team assistance, or interactive Q&A in Slack.

Node Count

11 – 20 Nodes

Nodes Used

@n8n/n8n-nodes-langchain.chainLlm, @n8n/n8n-nodes-langchain.lmChatOpenAi, slack, stickyNote, switch, webhook

Reviews

There are no reviews yet.

Be the first to review “Slack AI Chatbot with n8n and GPT-4”

Your email address will not be published. Required fields are marked *