AI Agents

Connect Google Sheets with Slack

12 nodes 267 174 Webhook
Download

Workflow Description

An automation template that combines artificial intelligence with productivity platforms. It receives data via webhook, processes text through embeddings, stores vectors in a database, and a smart AI agent powered by OpenAI interacts with the data before sending results to Google Sheets and Slack.

How it works

  1. 1.Receive webhook requests and split text content using Text Splitter
  2. 2.Generate Cohere embeddings and store vectors in Supabase
  3. 3.Run OpenAI-powered AI agent with memory and vector search capabilities
  4. 4.Update Google Sheets and send notifications to Slack with processed results

Use cases

  • Automatically process customer inquiries from multiple channels and log them to spreadsheets for tracking
  • Analyze team notes, extract key insights, and distribute summaries to Slack in real time

Requirements

  • OpenAI API key and Cohere account for text embeddings
  • Supabase database configured with vector storage tables
  • Google Sheets and Slack accounts with appropriate API permissions

Service Value

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

Apps Used

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

Details

Trigger Webhook
Nodes 12
Apps 8
Views 267
Downloads 174

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

Embeddings Cohere

#4

Supabase Insert

Vector Store Supabase

#5

Supabase Query

Vector Store Supabase

#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