AI Agents

Automate Google Sheets

11 nodes 220 162 Webhook
Download

Workflow Description

An intelligent automation triggered via webhook that processes text data, stores it in a vector database, and retrieves it to automatically populate Google Sheets using an AI agent powered by Claude.

How it works

  1. 1.Receive webhook request and split texts into processable chunks
  2. 2.Convert texts to vector embeddings using Hugging Face model
  3. 3.Store vectors in Supabase while maintaining conversation history
  4. 4.Query the AI agent for relevant data from Vector Store
  5. 5.Process results through Claude and insert them into Google Sheets automatically

Use cases

  • Manage large text databases and organize them automatically in Google Sheets
  • Build an intelligent search system that retrieves relevant information and populates sheets in real-time
  • Automate report generation based on stored data with immediate updates

Requirements

  • Active Google Cloud account with Google Sheets modification permissions
  • Valid API key for Anthropic Claude
  • Supabase database configured with Vector Store tables

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 220
Downloads 162

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 Hugging Face

#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