AI Agents

Automate Google Sheets

11 nodes 225 159 Webhook
Download

Workflow Description

An intelligent automation template combining AI Agent with Google Sheets, receiving data via webhook, processing text splitting and embeddings, storing in Redis vector store, and writing results directly to spreadsheets.

How it works

  1. 1.Receive webhook request and route to AI Agent
  2. 2.Split incoming texts and compute embeddings using Cohere
  3. 3.Store embedded data in Redis vector store for fast retrieval
  4. 4.Process queries and maintain context using Anthropic model
  5. 5.Write results and responses to Google Sheets automatically

Use cases

  • Analyze lengthy documents and insert summaries into work spreadsheets
  • Search stored data intelligently and retrieve relevant information
  • Automate form and survey processing with results saved to Sheets

Requirements

  • API keys for Anthropic and Cohere services
  • Active Redis database connection
  • Sufficient write permissions to Google Sheets

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 225
Downloads 159

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