Airtable
Overview of the Airtable integration.
Overview
Airtable is a database platform that works like a spreadsheet. This integration allows you to create records, sync data, and manage workflows in your Airtable bases.
Setup
The following integrations need to be connected to your Kognitos workspace:
Airtable
Steps
Follow these steps to connect the integration in Kognitos:
Configure
Add a name for the connection. You'll be prompted for authentication details if needed. Then, click on Connect.
Authentication
Use one of the following authentication methods to connect this integration in Kognitos. Each method has its own configuration requirements.
Connect using personal access token
Connects using a Personal Access Token from Airtable.
personal access token
The Personal Access Token.
sensitive
Actions
The following actions are available in the Airtable integration:
1. Create a record in a table
Creates a new record in a table
2. Get some base's tables
Gets a list of all tables from a specific base
3. Get some bases
Gets a list of all bases
4. Get some table's records
Gets a list of all records from a specific table
Concepts
Airtable table
Represents an Airtable table.
id
The unique identifier of the table.
text
base_id
The unique identifier of the base containing this table.
text
name
The name of the table.
optional[text]
description
Optional description of the table.
optional[text]
Airtable record
Represents an Airtable record. A record is a row of a table.
id
The unique identifier of the record.
text
fields
Dictionary containing the field data of the record.
json
Airtable base
Represents an Airtable base. A base is a collection of tables.
id
The unique identifier of the base.
text
name
The name of the base.
optional[text]
Last updated
Was this helpful?

