Airtable Nodes
24
Free workflow nodes for n8n, BuildShip, and Make.com. Copy and paste directly into your automation workflows.
Create Base in Airtable
n8n-nodes-base.httpRequest
Create a new Airtable base with specified tables and fields. Requires workspace ID and at least one table definition.
Create Comment in Airtable
n8n-nodes-base.httpRequest
Add a new comment to an Airtable record. Supports @mentions for users and user groups.
Create Field in Airtable
n8n-nodes-base.httpRequest
Create a new field (column) in an Airtable table. Supports all field types including text, numbers, selects, dates, and more.
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.
Create Table in Airtable
n8n-nodes-base.httpRequest
Create a new table in an existing Airtable base. Define table name, description, and field structure.
Create Webhook in Airtable
n8n-nodes-base.httpRequest
Create a new webhook to receive notifications when records change in an Airtable base. Configure triggers for specific tables and actions.
Delete Comment from Airtable
n8n-nodes-base.httpRequest
Delete a comment from an Airtable record. Only the comment author or base admin can delete comments.
Delete Multiple Records from Airtable
n8n-nodes-base.httpRequest
Delete multiple records from an Airtable table in a single request. Supports batch deletion of up to 10 records.
Delete Record from Airtable
n8n-nodes-base.httpRequest
Delete a single record from an Airtable table by its record ID. This action is permanent and cannot be undone.
Delete Webhook from Airtable
n8n-nodes-base.httpRequest
Delete a webhook from an Airtable base. Stops all notifications for the specified webhook.
Get Base Schema from Airtable
n8n-nodes-base.httpRequest
Retrieve the complete schema of an Airtable base including all tables, fields, and views. Essential for dynamic integrations.
Get Record from Airtable
n8n-nodes-base.httpRequest
Retrieve a single record from an Airtable table by its record ID. Returns all field values for the specified record.
List Bases from Airtable
n8n-nodes-base.httpRequest
Retrieve a list of all Airtable bases accessible with your token. Returns base IDs, names, and permission levels.
List Comments from Airtable
n8n-nodes-base.httpRequest
Retrieve all comments from an Airtable record. Includes comment text, author, and timestamps.
List Records from Airtable
n8n-nodes-base.httpRequest
Retrieve records from an Airtable table with filtering, sorting, and pagination support. Perfect for syncing data and building dynamic workflows.
List Views from Airtable
n8n-nodes-base.httpRequest
Retrieve all views from an Airtable base. Returns view IDs, names, and types for all tables.
List Webhook Payloads from Airtable
n8n-nodes-base.httpRequest
Retrieve pending webhook payloads for an Airtable webhook. Use this to fetch missed notifications or poll for changes.
List Webhooks from Airtable
n8n-nodes-base.httpRequest
Retrieve all webhooks configured for an Airtable base. Returns webhook IDs, URLs, and configurations.
Refresh Webhook in Airtable
n8n-nodes-base.httpRequest
Extend the expiration time of an Airtable webhook. Webhooks expire after 7 days and must be refreshed to continue receiving notifications.
Update Comment in Airtable
n8n-nodes-base.httpRequest
Update an existing comment on an Airtable record. Only the comment author can update their comments.
Update Multiple Records in Airtable
n8n-nodes-base.httpRequest
Update multiple records in an Airtable table in a single request. Supports batch updates of up to 10 records.
Update Record in Airtable
n8n-nodes-base.httpRequest
Update a single record in an Airtable table. Use PATCH for partial updates or PUT for complete replacement.
Upload Attachment to Airtable
n8n-nodes-base.httpRequest
Upload a file attachment to an Airtable record. Supports files up to 5MB via base64 encoding.
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.