AI Agents

Analyze sheet data and send intelligent summaries to Slack

12 nodes 326 204 Webhook
Download

Workflow Description

Automation receives data from Google Sheets via webhook, analyzes it using an AI agent powered by OpenAI, stores knowledge in Pinecone, and automatically sends summaries to designated Slack channels with context awareness.

How it works

  1. 1.Receive webhook request containing information from your spreadsheet
  2. 2.Split and vectorize text using OpenAI embeddings for semantic understanding
  3. 3.Search and retrieve relevant context from Pinecone vector database
  4. 4.Process the query through an intelligent agent with conversation memory
  5. 5.Generate response and summary from the language model
  6. 6.Send results to Slack channels

Use cases

  • Automatically summarize data reports and distribute them to your team
  • Answer recurring questions about project data based on stored records
  • Create intelligent alerts when spreadsheets are updated with important information

Requirements

  • Active Google Sheets account with data ready for analysis
  • API keys for OpenAI, Pinecone, and Slack services
  • Configured Slack channels ready to receive automated messages
  • Basic understanding of webhook setup and AI agent configuration

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 AI Agent Google Sheets Slack

Details

Trigger Webhook
Nodes 12
Apps 7
Views 326
Downloads 204

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

Pinecone Insert

Vector Store Pinecone

#5

Pinecone Query

Vector Store Pinecone

#6

Vector Tool

Tool Vector Store

#7

Window Memory

Memory Buffer Window

#8

Chat Model

OpenAI

#9

RAG Agent

Agent

#10

Append Sheet

Google Sheets

#11

Slack Alert

Slack

#12