Airtable Connection
Connect Airtable to manage records, query tables, and automate data workflows.
Required Credentials
- API Key (Personal Access Token)
- Base ID (optional default)
Setup Steps
- Go to Airtable Account Settings
- Navigate to "Developer hub" → "Personal access tokens"
- Click "Create new token"
- Name your token and select scopes:
data.records:readdata.records:writeschema.bases:read
- Select which bases to grant access to
- Click "Create token" and copy it
- To find Base ID: open base → Help → API Documentation → Base ID in URL
- Add credentials to your Workflow Builder connections
Features
- List records from tables
- Create new records
- Update existing records
- Delete records
- Query with filters and sorting
Best Practices
- Use specific scopes for security
- Batch operations when possible
- Handle pagination for large tables
- Monitor API rate limits (5 requests per second per base)