Airtable Connector
Connect Zenmako to Airtable to read, create, and manage records across your bases. This enables AI to query your Airtable data, add new entries, and collaborate through comments.
Getting Your API Token
Airtable uses Personal Access Tokens for API authentication. Follow these steps to generate one:
data.records:read - Read records from bases
- data.records:write - Create and update records
- schema.bases:read - View base structure and fields
- data.recordComments:read - Read comments on records
- data.recordComments:write - Add comments to records
Store your token securely. If you lose it, you will need to create a new one.
Connecting Airtable
If the test succeeds, your Airtable connection is ready to use.
Available Actions
| Action | Description |
| listBases | List all Airtable bases accessible with your token |
| getBaseSchema | Get the complete schema of a base, including all tables and their field definitions |
| listTables | List all tables within a specific base |
| listViews | List all views available in a table |
| listRecords | Retrieve records from a table with optional filtering, sorting, and pagination |
| getRecord | Get a single record by its ID |
| createRecord | Create a new record in a table with specified field values |
| updateRecord | Update an existing record's field values |
| listComments | View comments on a specific record |
| createComment | Add a comment to a record |
Example Prompts
Try these prompts to interact with your Airtable data:
Common Issues
"Invalid API token" or "Unauthorized" error
This typically means your token is invalid or has been revoked. Solutions:
"Base not found" or "Table not found" error
The token may not have access to the requested base. Solutions:
Zenmako