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

Create Table in Airtable

n8n-nodes-base.httpRequest

Create a new table in an existing Airtable base. Define table name, description, and field structure.

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

Use Cases

Add new tables to existing bases
Create tables dynamically
Set up data structures programmatically

Configuration

Node Configuration Summary
Ready-to-use Airtable node configured for create table in airtable. Copy and paste directly into your n8n workflow.
Method: POST
Endpoint: /v0/meta/bases/{{ $json.baseId }}/tables
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