Creating a AI Slack Bot with Google Gemini
This is an example of how we can build a slack bot in a few easy steps
Before you can start, you need to o a few things
Create a copy of this workflow Create a slack bot Create a slash command on slack and paste the webhook url to the slack command
Note Make sure to configure this webhook using a https:// wrapper and don't use the default http://localhost:5678 as that will not be recognized by your slack webhook.
Once the data has been sent to your webhook, the next step will be passing it via an AI Agent to process data based on the queries we pass to our agent.
To have some sort of a memory, be sure to set the slack token to the memory node. This way you can refer to other chats from the history.
The final message is relayed back to slack as a new message. Since we can not wait longer than 3000 ms for slack response, we will create a new message with reference to the input we passed.
We can advance this using the tools or data sources for it to be more custom tailored for your company.
Usage To use the slackbot, go to slack and click on your set slash command eg /Bob and send your desired message.
This will send the message to your endpoint and get return the processed results as the message.
If you would like help setting this up, feel free to reach out to zacharia@effibotics.com
Related Templates
Demo Workflow - How to use workflowStaticData()
This workflow demonstrates how to use the workflowStaticData() function to set any type of variable that will persist wi...
Bulk Automated Google Drive Files Sharing and Direct Download Link Generation
This N8N workflow automates the process of sharing files from Google Drive. It includes OAuth2 authentication, batch pro...
USDT And TRC20 Wallet Tracker API Workflow for n8n
Overview This n8n workflow is specifically designed to monitor USDT TRC20 transactions within a specified wallet. It u...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments