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

Create Records in Airtable

n8n-nodes-base.httpRequest

Create one or multiple records in an Airtable table. Supports batch creation of up to 10 records per request.

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

Use Cases

Add new records to Airtable
Import data into Airtable
Create records from form submissions

Configuration

Node Configuration Summary
Ready-to-use Airtable node configured for create records in airtable. Copy and paste directly into your n8n workflow.
Method: POST
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