AI Agents

Automate Google Sheets data processing with an intelligent AI agent

11 nodes 324 186 Webhook
Download

Workflow Description

An advanced automation that receives data via webhook, processes it using an AI agent powered by Anthropic, splits and embeds the content using HuggingFace, stores vectors in Redis with conversation memory, and automatically writes results back to Google Sheets.

How it works

  1. 1.Receive data from webhook and convert it into formatted text
  2. 2.Split text and create embeddings using HuggingFace, storing vectors in Redis
  3. 3.Process queries through an intelligent AI agent backed by Anthropic with conversation memory
  4. 4.Write processed results and analysis directly to Google Sheets

Use cases

  • Analyze uploaded content via API and automatically save analysis results to a tracking spreadsheet
  • Answer team inquiries intelligently about stored data and log responses in a shared worksheet

Requirements

  • Active Anthropic API key and an operational Redis database for vector storage
  • Active Google Sheets account with edit permissions and HuggingFace account for embeddings

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 324
Downloads 186

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