AI Agents

Automate Google Sheets

11 nodes 235 165 Webhook
Download

Workflow Description

An intelligent automation template that connects an AI agent powered by Anthropic to Google Sheets. It processes text data by splitting, vectorizing, and storing embeddings in Redis for retrieval, enriching the agent's context and memory to generate accurate responses logged directly to spreadsheets.

How it works

  1. 1.Receive webhook request containing text or query
  2. 2.Split text into chunks and convert to vector embeddings using HuggingFace
  3. 3.Store embeddings in Redis and retrieve contextually relevant records
  4. 4.Pass retrieved context and conversation history to Anthropic-powered AI agent
  5. 5.Write agent response or action to Google Sheets rows

Use cases

  • Batch process customer inquiries, classify them, and log results in reporting sheets
  • Analyze multi-page content, extract key data points, and organize findings in structured tables

Requirements

  • Valid Anthropic API key and Google Sheets edit permissions
  • Active Redis server with adequate capacity for embedding 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

Details

Trigger Webhook
Nodes 11
Apps 7
Views 235
Downloads 165

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 Redis

#5

Query

Vector Store Redis

#6

Tool

Tool Vector Store

#7

Memory

Memory Buffer Window

#8

Chat

Lm Chat Anthropic

#9

Agent

Agent

#10

Sheet

Google Sheets

#11