AI Agents

CSV attachment to Airtable

12 nodes 213 150 Webhook
Download

Workflow Description

Automate CSV file reception via webhook, process content using an intelligent agent powered by Anthropic with Pinecone vector storage, and transfer data to Airtable with Slack notifications for workflow completion and error handling.

How it works

  1. 1.Receive CSV file through webhook and split text content into processable chunks
  2. 2.Convert data into embeddings and store vectors in Pinecone for semantic search
  3. 3.Process queries through intelligent agent with context memory and language model
  4. 4.Update Airtable tables with processed and enriched data
  5. 5.Send completion or error notifications to Slack channel

Use cases

  • Automatically transform CSV reports into structured Airtable records with intelligence
  • Classify and process uploaded files through web interface with AI reasoning
  • Integrate semantic insights from imported files with real-time team notifications

Requirements

  • Active Anthropic API key and Pinecone account with embedding credentials
  • Google Sheets and Airtable apps with write permissions configured
  • Slack app for notifications and webhook endpoint for incoming CSV reception

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

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

Details

Trigger Webhook
Nodes 12
Apps 8
Views 213
Downloads 150

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

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

Lm Chat Anthropic

#9

RAG Agent

Agent

#10

Append Sheet

Google Sheets

#11

Slack Alert

Slack

#12