AI Agents

Connect Google Sheets with Slack

12 nodes 276 162 Webhook
Download

Workflow Description

An advanced automation template combining an AI agent with productivity applications. It receives data via webhook, processes it using Anthropic and OpenAI models with Weaviate vector database, and publishes results to Google Sheets and Slack simultaneously.

How it works

  1. 1.Receive incoming requests through webhook and prepare data for processing
  2. 2.Split lengthy texts into manageable chunks using Text Splitter
  3. 3.Generate vector embeddings from text using OpenAI and store in Weaviate
  4. 4.Activate the AI agent with sliding window memory for intelligent interaction
  5. 5.Search the vector database and invoke processing tools dynamically
  6. 6.Write results to Google Sheets and send notifications to Slack

Use cases

  • Automatically analyze and categorize large datasets, distributing results across teams
  • Deliver instant responses to inquiries via an AI agent connected to knowledge bases
  • Automate multi-step workflows for documents and structured data
  • Generate interactive reports leveraging the agent's contextual memory

Requirements

  • OpenAI API key for embeddings and processing operations
  • Anthropic credentials and permissions to use their language model
  • Pre-configured Weaviate instance with appropriate vector indexes
  • Active webhook endpoint and verified Slack and Google Sheets credentials

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 276
Downloads 162

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