Airtable
Authentication Type: API Key
Description: Manage table records in your Airtable bases with full CRUD operations.
Beta Notice
This tool is currently in beta testing and not yet available for general use.
To get the Airtable tool added to your Cotera workspace, please contact our support team at support.cotera.co.
Authentication
To authenticate, you'll need an Airtable Personal Access Token. Learn how to create one in the Airtable Authentication documentation.
Table Operations
Manage records in your Airtable tables.
Append Data to Table
Append new data to a table to add records to your Airtable base without modifying existing data.
Operation Type: Mutation (Write)
List Data from Table
List data from a table to retrieve multiple records with filtering, sorting, and pagination options.
Operation Type: Query (Read)
Read Data from Table
Read data from a table to retrieve specific records and their field values from your Airtable base.
Operation Type: Query (Read)
Update Data in Table
Update data in a table to modify existing records and change field values in your Airtable base.
Operation Type: Mutation (Write)
Delete Data from Table
Delete data from a table to remove records from your Airtable base.
Operation Type: Mutation (Write)