AI Agents

Process Ideas with AI Agent and Save to Google Sheets

12 nodes 310 188 Webhook
Download

Workflow Description

Automation receives ideas via webhook, splits text content, generates OpenAI embeddings, stores vectors in Weaviate, runs an Anthropic-powered AI agent with conversation memory, and logs results in Google Sheets with Slack notifications for team coordination.

How it works

  1. 1.Receive idea through webhook and split text into chunks
  2. 2.Generate OpenAI embeddings and index in Weaviate vector store
  3. 3.Execute AI agent query with Anthropic LLM and memory buffer
  4. 4.Write results to Google Sheets and send Slack notification

Use cases

  • Build searchable organizational idea repository with semantic search
  • Automate idea intake, classification, and team notification workflow

Requirements

  • API keys for OpenAI, Anthropic, and Google Cloud
  • Weaviate vector database setup and configuration
  • Slack workspace and webhook integration

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 310
Downloads 188

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