AI Agents

Automate Google Sheets

11 nodes 230 139 Webhook
Download

Workflow Description

An intelligent automation template that combines an AI agent with natural language processing to control Google Sheets automatically. It receives requests via webhook, processes them using advanced language models with context memory, and executes operations on sheets directly without manual intervention.

How it works

  1. 1.Receive webhook request and convert it into processable tasks
  2. 2.Split text and convert it to numeric embeddings using HuggingFace model
  3. 3.Store and retrieve data from Supabase Vector Store for contextual information
  4. 4.Process request using AI agent while maintaining conversation history
  5. 5.Execute operations on Google Sheets (insert, update, extract data)

Use cases

  • Manage projects and tasks automatically through natural language commands
  • Extract and analyze sheet data while responding to intelligent queries
  • Update records and reports automatically based on incoming requests

Requirements

  • Valid Google Sheets API key and proper credentials
  • Active Supabase account with vector database configured
  • HuggingFace model access or free tier API credentials

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Text Splitter Embeddings Vector Store Memory Lm Chat Hf AI Agent Google Sheets

Details

Trigger Webhook
Nodes 11
Apps 7
Views 230
Downloads 139

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 Hf

#9

Agent

Agent

#10

Sheet

Google Sheets

#11