workflows.fit
Back to n8n workflows
n8n templateFreeBy Zacharia Kimotho

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 1. Create a copy of this workflow 2. Create a slack bot 3. Create a slash command on slack and pa...

CommunicationHITLAILangchainDevelopmentCore NodesSticky NoteLm Chat Google Gemini
Loading interactive preview...

Template notes

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

1. Create a copy of this workflow 2. Create a slack bot 3. 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.