AI Agents

Connect Google Sheets with Slack

12 nodes 235 156 Webhook
Download

Workflow Description

An intelligent agent template that processes Slack messages with advanced analysis using Anthropic models and stores structured data in Google Sheets. It combines text splitting and vector embeddings to understand context and deliver relevant automated responses directly in conversations.

How it works

  1. 1.Receive Slack messages via webhook and route them to the AI agent for processing
  2. 2.Split message content for analysis by Anthropic model with preserved conversation context
  3. 3.Convert text to embeddings and query the vector store for contextual information retrieval
  4. 4.Store results and conversation logs in Google Sheets, then send responses back to Slack

Use cases

  • Automatically analyze customer feedback from Slack channels and categorize findings into Google Sheets
  • Answer repetitive team questions using stored conversation memory and knowledge base
  • Document important discussions and decisions from Slack channels directly into shared spreadsheets

Requirements

  • Active Slack workspace with API permissions for message sending and receiving
  • API keys for OpenAI and Anthropic to power embeddings and language model inference
  • Google Sheets account with full access and a running Weaviate vector database instance

Service Value

Ideal as a smart automation service combining integrations and AI to produce ready-to-use results.

Apps Used

Text Splitter OpenAI Vector Store Memory Anthropic AI Agent Google Sheets Slack

Details

Trigger Webhook
Nodes 12
Apps 8
Views 235
Downloads 156

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (12)

/

Sticky Note

Sticky Note

#1

Webhook Trigger

Webhook

#2

Text Splitter

Text Splitter Character Text Splitter

#3

Embeddings

OpenAI

#4

Weaviate Insert

Vector Store Weaviate

#5

Weaviate Query

Vector Store Weaviate

#6

Vector Tool

Tool Vector Store

#7

Window Memory

Memory Buffer Window

#8

Chat Model

Lm Chat Anthropic

#9

RAG Agent

Agent

#10

Append Sheet

Google Sheets

#11

Slack Alert

Slack

#12