Slack AI Assistant Community Template
detail.loadingPreview
A community-contributed template for an AI-powered Slack bot that responds to messages using Gemini and maintains conversation history.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow creates an AI-powered Slack bot. It receives messages via a webhook, processes them using the Google Gemini AI model, stores conversation history using window buffer memory, and sends the AI's response back to the Slack channel. This template is designed for community contribution and is unverified.
Key Features
- Receives messages via a POST webhook.
- Processes user messages using Google Gemini AI.
- Maintains conversation history with window buffer memory.
- Sends AI-generated responses back to the Slack channel.
- Customizable system message for the AI agent.
How To Use
- Import the workflow: Import this JSON into your n8n instance.
- Configure Webhook: Set up a secure webhook URL for receiving Slack messages. Ensure it uses HTTPS.
- Configure AI Model: Select your preferred Google Gemini model (e.g.,
models/gemini-1.5-flash-latest). - Configure Memory: Set up the
Window Buffer Memorynode. You will need to provide asessionKey(e.g., your Slack token) to store conversation history. - Configure Slack Node: Set up the Slack node with your bot token and the correct channel ID to send responses.
- Activate: Enable the workflow and test it by sending messages to your Slack integration.
Apps Used
Workflow JSON
{
"id": "e99c17a7-b6e9-4d85-b6e9-4feaaf28bf97",
"name": "Slack AI Assistant Community Template",
"nodes": 0,
"category": "Slack 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: e99c17a7-b6e9...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Slack Community AI Assistant
Processes Slack messages using an AI agent and responds back to the channel, with conversation history maintained.
Google Calendar Meeting Reminder
Sends a daily Slack message with upcoming meeting details from Google Calendar.
Create an AI Chatbot with Slack Slash Commands
Build an AI chatbot integrated with Slack using n8n and slash commands.
Onfleet Driver Signup Slack Notification
Sends a Slack message when a new driver signs up in Onfleet.
Automate Venafi Certificate CSR Generation via Slack
This n8n workflow automates the generation of Venafi Certificate Signing Requests (CSRs) directly from Slack. It leverages Slack's Events API and modal interactions to trigger CSR creation, enhancing security operations efficiency.
Slack Image Upload Modal
Opens a Slack modal for users to upload images to a public S3 CDN.