AI Agents

Review to Slack

12 nodes 230 158 Webhook
Download

Workflow Description

An automation template that receives reviews via webhook, processes them with an AI agent powered by OpenAI models, stores them in a vector database, and delivers organized summaries to Slack.

How it works

  1. 1.Receive review via webhook and split text into processable chunks
  2. 2.Convert text to embeddings using OpenAI and store in Supabase vector database
  3. 3.Activate intelligent agent for analysis and extraction with contextual memory
  4. 4.Document results in Google Sheets and send formatted summary to Slack channel

Use cases

  • Automatically process customer reviews and alert support team in real-time
  • Analyze user feedback and maintain searchable records for trend analysis

Requirements

  • Valid API keys from OpenAI and active Supabase account
  • Write permissions in Google Sheets and send access to target Slack channel

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 230
Downloads 158

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

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