AI Agents

Connect Google Sheets with Slack

12 nodes 221 172 Webhook
Download

Workflow Description

An automation template that integrates Google Sheets with Slack using an intelligent agent powered by Anthropic models. It receives requests via webhook, processes them using embeddings and vector storage techniques, then automatically delivers results to designated Slack channels.

How it works

  1. 1.Receive webhook request and route to initial processing
  2. 2.Split texts, compute embeddings, and store in vector database
  3. 3.Query intelligent agent for relevant data from Google Sheets
  4. 4.Process query using Anthropic model with contextual memory
  5. 5.Retrieve data from Google Sheets based on query results
  6. 6.Send final response to specified Slack channel

Use cases

  • Automatically update sales team with latest performance metrics from centralized spreadsheet
  • Provide instant answers to employee queries about data stored in Sheets directly via Slack

Requirements

  • Google Cloud account with Google Sheets API access permissions
  • Slack account with app creation and messaging permissions
  • Valid API key for Anthropic service
  • Active Supabase database for vector storage

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

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

Details

Trigger Webhook
Nodes 12
Apps 8
Views 221
Downloads 172

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

Embeddings Cohere

#4

Supabase Insert

Vector Store Supabase

#5

Supabase Query

Vector Store Supabase

#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