Airtable
Integrate with Airtable databases to read, create, update, and delete records in your automation workflows.
Overview
The Airtable package provides full CRUD (Create, Read, Update, Delete) operations for Airtable bases. Use it when you need to automate data management tasks involving Airtable, such as syncing data between systems, processing form submissions, or managing inventory and CRM data.
Key Features
- Connect/Disconnect - Manage authenticated connections to Airtable
- List Records - Retrieve multiple records with filtering and sorting options
- Read Record - Get a specific record by its ID
- Create Record - Add new records to a table
- Update Record - Modify existing record fields
- Delete Record - Remove records from a table
When to Use This Package
- Data Synchronization: Sync data between Airtable and other systems (ERP, CRM, etc.)
- Form Processing: Automatically process and store form submissions
- Inventory Management: Update stock levels and product information
- Project Management: Automate task creation and status updates
- Lead Management: Process and route leads from various sources
- Reporting: Extract data from Airtable for reports and dashboards
Authentication
The package uses Airtable API keys for authentication. Store your API key securely in Vault and use it with the Connect node.
Typical Workflow
- Connect to Airtable with your API credentials
- Perform operations (List, Read, Create, Update, Delete records)
- Disconnect when finished
📄️ Connect
Robomotion.Airtable.Connect
📄️ Create Record
Robomotion.Airtable.CreateRecord
📄️ Delete Record
Robomotion.Airtable.DeleteRecord
📄️ Disconnect
Robomotion.Airtable.Disconnect
📄️ List Records
Robomotion.Airtable.ListRecords
📄️ Read Record
Robomotion.Airtable.ReadRecord
📄️ Update Record
Robomotion.Airtable.UpdateRecord