AI Agents

Analyze Google Sheets data and send insights to Slack with AI

12 nodes 307 185 Webhook
Download

Workflow Description

An advanced automation that leverages artificial intelligence to process data from Google Sheets, extract relevant information, and deliver intelligently formatted reports to Slack channels. The workflow uses vector embeddings, semantic search, and conversation memory to provide context-aware responses to team inquiries.

How it works

  1. 1.Receive incoming request via webhook and route to the AI agent
  2. 2.Split and vectorize sheet data using OpenAI embeddings for semantic search
  3. 3.Query Weaviate vector store to retrieve contextually relevant information
  4. 4.Process user request through Anthropic LLM with buffered conversation memory
  5. 5.Send formatted response directly to designated Slack channel

Use cases

  • Automatically generate analytical reports from sales data to team channels
  • Answer employee questions about company metrics on-demand in Slack
  • Monitor KPIs and alert teams when important thresholds are crossed
  • Create weekly project summaries from shared tracking spreadsheets

Requirements

  • Google Sheets account with read access to required data tables
  • Slack workspace with app permissions and channel access configured
  • Valid API keys for OpenAI and Anthropic language models
  • Weaviate vector database instance or equivalent vector storage service

Service Value

Ideal as a smart automation service combining integrations and AI to produce ready-to-use results.

Apps Used

Text Splitter OpenAI Vector Store Memory Anthropic AI Agent Google Sheets Slack

Details

Trigger Webhook
Nodes 12
Apps 8
Views 307
Downloads 185

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 (12)

/

Sticky Note

Sticky Note

#1

Webhook Trigger

Webhook

#2

Text Splitter

Text Splitter Character Text Splitter

#3

Embeddings

OpenAI

#4

Weaviate Insert

Vector Store Weaviate

#5

Weaviate Query

Vector Store Weaviate

#6

Vector Tool

Tool Vector Store

#7

Window Memory

Memory Buffer Window

#8

Chat Model

Lm Chat Anthropic

#9

RAG Agent

Agent

#10

Append Sheet

Google Sheets

#11

Slack Alert

Slack

#12