More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
🔄

Upsert Records in Airtable

n8n-nodes-base.httpRequest

Create or update records in Airtable based on matching field values. If a record matches, it's updated; otherwise, a new record is created.

airtable database records upsert sync api
API Docs
Platform
Airtable
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

Sync data without duplicates
Update existing or create new records
Maintain data consistency across systems

Configuration

Node Configuration Summary
Ready-to-use Airtable node configured for upsert records in airtable. Copy and paste directly into your n8n workflow.
Method: PATCH
Endpoint: /v0/{{ $json.baseId }}/{{ $json.tableIdOrName }}
Nodes: 2
Auth: HTTP Header Auth
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related Airtable Nodes