n8n-nodes-supabase-upsert
v0.1.4
Published
n8n community node for Supabase upsert
Maintainers
Readme
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.
