πŸš€ More Vendrato tools: FunnelDupe β€’ GHL Utils

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.
airtable database base
πŸ’¬
Create Comment in Airtable
n8n-nodes-base.httpRequest
Add a new comment to an Airtable record. Supports @mentions for users and user groups.
airtable database comment
βž•
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.
airtable database field
βž•
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 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 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.
airtable database webhook
πŸ—‘οΈ
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.
airtable database comment
πŸ—‘οΈ
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.
airtable database 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.
airtable database record
πŸ—‘οΈ
Delete Webhook from Airtable
n8n-nodes-base.httpRequest
Delete a webhook from an Airtable base. Stops all notifications for the specified webhook.
airtable database 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.
airtable database schema
πŸ”
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.
airtable database 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.
airtable database bases
πŸ’¬
List Comments from Airtable
n8n-nodes-base.httpRequest
Retrieve all comments from an Airtable record. Includes comment text, author, and timestamps.
airtable database comments
πŸ“‹
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.
airtable database records
πŸ‘οΈ
List Views from Airtable
n8n-nodes-base.httpRequest
Retrieve all views from an Airtable base. Returns view IDs, names, and types for all tables.
airtable database views
πŸ“¬
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.
airtable database webhook
πŸ””
List Webhooks from Airtable
n8n-nodes-base.httpRequest
Retrieve all webhooks configured for an Airtable base. Returns webhook IDs, URLs, and configurations.
airtable database webhooks
πŸ”„
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.
airtable database webhook
✏️
Update Comment in Airtable
n8n-nodes-base.httpRequest
Update an existing comment on an Airtable record. Only the comment author can update their comments.
airtable database comment
πŸ“
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.
airtable database 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.
airtable database record
πŸ“Ž
Upload Attachment to Airtable
n8n-nodes-base.httpRequest
Upload a file attachment to an Airtable record. Supports files up to 5MB via base64 encoding.
airtable database attachment
πŸ”„
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
← Browse all apps