Skip to main content

Categorize Revolut transactions automatically with GPT-4 and Supabase

Workflow preview

Categorize Revolut transactions automatically with GPT-4 and Supabase preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

Overview

Revolut Extracts Analyzer

This n8n template processes Revolut statements, normalizes transactions, and uses AI to categorize expenses automatically.

Use cases include detecting subscriptions, separating internal transfers, and building dashboards to track spending.


How it works

  • Get Categories from Supabase
  • Download & Transform
  • Loop Over Items
  • LLM Categorizer
  • Insert into Supabase

How to use

  • Start with the manual trigger node or replace it with a schedule/webhook.
  • Connect Google Drive to provide Revolut CSV files.
  • Ensure Supabase has tables for transactions and categories.
  • Extend with notifications, reports, or BI tools.

Requirements

  • Google Drive for CSV files
  • Supabase tables for categories & transactions
  • LLM provider (OpenAI/Gemini)