Airtable Integration
Airtable API Operations
Browse all 25 operations available for Airtable workflow automation.
productivity
25 operationsAIRTABLE_CREATE_COMMENTCreate Comment
Tool to create a comment on a specific Airtable record.
AIRTABLE_CREATE_FIELDCreate Field
Creates a new field within a specified table in an Airtable base.
AIRTABLE_CREATE_RECORD_FROM_NATURAL_LANGUAGECreate Record From Natural Language
Creates a new record in an Airtable table from a natural language description.
AIRTABLE_CREATE_RECORDCreate a record (Deprecated)
DEPRECATED: Use CreateRecords instead.
AIRTABLE_CREATE_BASECreate base
Creates a new Airtable base with specified tables and fields within a workspace.
AIRTABLE_CREATE_MULTIPLE_RECORDSCreate multiple records (Deprecated)
DEPRECATED: Use AIRTABLECREATERECORDS instead.
AIRTABLE_CREATE_RECORDSCreate records
Tool to create multiple records (up to 10) in a specified Airtable table.
AIRTABLE_CREATE_TABLECreate table
Creates a new table within a specified existing Airtable base, allowing definition of its name, description, and field structure.
AIRTABLE_DELETE_COMMENTDelete Comment
Tool to delete a comment from a record in an Airtable table.
AIRTABLE_DELETE_RECORDDelete Record
Permanently deletes a specific record from an existing table within an existing Airtable base.
AIRTABLE_DELETE_MULTIPLE_RECORDSDelete multiple records
Tool to delete up to 10 specified records from a table within an Airtable base.
AIRTABLE_GET_BASE_SCHEMAGet Base Schema
Retrieves the detailed schema for a specified Airtable base, including its tables, fields, field types, and configurations, using the baseId.
AIRTABLE_GET_RECORDGet Record
Retrieves a specific record from an Airtable table by its record ID.
AIRTABLE_GET_USER_INFOGet user information
Retrieves information, such as ID and permission scopes, for the currently authenticated Airtable user from the /meta/whoami endpoint.
AIRTABLE_LIST_COMMENTSList Comments
Tool to list comments on a specific Airtable record.
AIRTABLE_LIST_BASESList bases
Retrieves all Airtable bases accessible to the authenticated user, which may include an 'offset' for pagination.
AIRTABLE_LIST_RECORDSList records
Tool to list records from an Airtable table with filtering, sorting, and pagination.
AIRTABLE_UPDATE_COMMENTUpdate Comment
Tool to update an existing comment on a specific Airtable record.
AIRTABLE_UPDATE_FIELDUpdate Field
Updates a field's name or description in an Airtable table.
AIRTABLE_UPDATE_TABLEUpdate Table
Updates the name, description, and/or date dependency settings of a table in Airtable.
AIRTABLE_UPDATE_MULTIPLE_RECORDSUpdate multiple records
Tool to update up to 10 records in an Airtable table with selective field modifications.
AIRTABLE_UPDATE_MULTIPLE_RECORDS_PUTUpdate multiple records (PUT)
Tool to destructively update multiple records in Airtable using PUT, clearing unspecified fields.
AIRTABLE_UPDATE_RECORDUpdate record
Modifies specified fields of an existing record in an Airtable base and table; the base, table, and record must exist.
AIRTABLE_UPDATE_RECORD_PUTUpdate record (PUT)
Updates an existing record in an Airtable base using PUT method.
AIRTABLE_UPLOAD_ATTACHMENTUpload attachment
Uploads a file attachment to a specified field in an Airtable record.