Community AI Slack Bot
detail.loadingPreview
An AI-powered Slack bot that responds to user queries using OpenAI and can be extended with custom tools.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow creates an AI-powered Slack bot. It listens for direct messages, responds to them using OpenAI's GPT-4o model, and can be configured to use custom tools for knowledge retrieval.
Key Features
- Responds to Slack direct messages.
- Utilizes OpenAI GPT-4o for natural language processing.
- Can integrate custom n8n workflows as tools for the AI agent.
- Filters out bot messages to avoid unnecessary processing.
- Provides user feedback during processing.
- Deletes initial received messages to keep the conversation clean.
How To Use
- Set up Slack Integration: Configure a Slack App with event subscriptions to receive direct messages and DM events. Set up an n8n webhook URL as the endpoint.
- Configure OpenAI Credentials: Provide your OpenAI API key in the n8n credentials.
- Deploy Workflow: Upload this workflow to your n8n instance.
- Connect Slack Event Subscription: Point your Slack app's event subscription to the n8n webhook URL for this workflow.
- Optional: Custom Tools: For advanced functionality, build separate n8n workflows to act as tools and reference their IDs in the 'AI Agent' node.
Apps Used
Workflow JSON
{
"id": "99c095d9-3342-4291-949d-2c2057b11304",
"name": "Community AI Slack Bot",
"nodes": 0,
"category": "AI & Integrations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 99c095d9-3342...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Line Chatbot: Extract Text from Payslip with Gemini
A Line chatbot that extracts structured data from payslip images using Gemini AI.
Integrating AI with Open-Meteo API for Enhanced Weather Forecasting
This workflow demonstrates integrating AI with the Open-Meteo API to provide enhanced weather forecasts.
Integrating AI with Open-Meteo API for Enhanced Weather Forecasting
Leverage AI and the Open-Meteo API to build an enhanced weather forecasting tool.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.