AI Agents

Automate Google Sheets

11 nodes 229 158 Webhook
Download

Workflow Description

Advanced automation template integrating an AI agent powered by Anthropic with Google Sheets, processing text data through splitting, embedding in a vector store, and using contextual memory to answer user queries with high precision.

How it works

  1. 1.Receive webhook request and route it to the intelligent agent
  2. 2.Split text content into manageable chunks using Text Splitter
  3. 3.Generate embeddings and store vectors in Supabase database
  4. 4.Retrieve relevant information from vector store using search tool
  5. 5.Process queries with Anthropic model using retrieved context
  6. 6.Write results and updates directly to Google Sheets tables

Use cases

  • Run automated analysis on spreadsheet data and generate intelligence reports
  • Answer employee or customer questions based on spreadsheet content
  • Classify and organize large text datasets intelligently and automatically

Requirements

  • Valid API key for Anthropic service
  • Supabase account with configured vector database
  • Full access permissions to target Google Sheets file

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

Details

Trigger Webhook
Nodes 11
Apps 7
Views 229
Downloads 158

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 (11)

/

Sticky

Sticky Note

#1

Webhook

Webhook

#2

Splitter

Text Splitter Character Text Splitter

#3

Embeddings

Embeddings Cohere

#4

Insert

Vector Store Supabase

#5

Query

Vector Store Supabase

#6

Tool

Tool Vector Store

#7

Memory

Memory Buffer Window

#8

Chat

Lm Chat Anthropic

#9

Agent

Agent

#10

Sheet

Google Sheets

#11