Package Information
Downloads: 29 weekly / 131 monthly
Latest Version: 0.1.4
Available Nodes
Documentation
n8n-nodes-supabase-upsert
Community node for n8n that adds a Supabase Upsert operation.
Features
- Upsert single rows or bulk rows
- Optional
on_conflicthandling - Choose merge or ignore behavior for conflicts
Setup
- Install dependencies:
npm install - Build:
npm run build - Publish or link into your n8n instance
Credentials
Create a credential in n8n with:
- Project URL
- Service Role Key (required for upsert into protected tables)
Notes
Supabase upsert requires primary keys or on_conflict columns to be present in the payload.