AI Agents

Automate Google Sheets

11 nodes 206 131 Webhook
Download

Workflow Description

Advanced automation template combining an AI agent powered by Anthropic models with Google Sheets, processing text data through splitting and embeddings, storing them in Redis vector database, and intelligently retrieving and updating sheets via webhook triggers.

How it works

  1. 1.Receive webhook request and initialize the intelligent automation workflow
  2. 2.Split long text documents using Text Splitter and generate embeddings via Cohere
  3. 3.Store embeddings in Redis vector database and perform semantic queries intelligently
  4. 4.Deploy AI agent (Anthropic) with vector search tool to handle complex questions and requests
  5. 5.Maintain conversation context using Buffer Window memory for coherent multi-turn interactions
  6. 6.Automatically update Google Sheets with AI-generated results and responses

Use cases

  • Automatically process customer inquiries, generate answers, and log them in shared spreadsheets
  • Analyze lengthy documents and extract relevant information for organized storage and retrieval
  • Build a self-learning support system that improves responses over time using the intelligent agent

Requirements

  • Anthropic API key and Cohere account for embedding generation
  • Configured Redis database for vector storage and retrieval
  • Full access to Google Workspace account with sheet editing permissions

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 206
Downloads 131

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