Integrations / Databases
Airtable
Look up bases, tables and records, filter records with formulas, create and update records, and comment on them in Airtable.
Tools
airtable.list_bases
List the bases the token can reach. Base IDs look like appLkNDICXNqxSDhG.
airtable.get_base_schema
List a base's tables with their fields and views, to learn table and field names. Base IDs look like appLkNDICXNqxSDhG.
airtable.list_records
List a table's records, optionally filtered by a formula or limited to a view, 100 per page. Base IDs look like appLkNDICXNqxSDhG and table IDs like tblXXXXXXXXXXXXXX; a table name works too.
airtable.get_record
Get one record's fields. Record IDs look like rec560UJdUtocSouk.
airtable.create_record writes
Create a record in a table. Base IDs look like appLkNDICXNqxSDhG; a table ID or name works.
airtable.update_record writes
Update some of a record's fields, leaving the rest as they are. Record IDs look like rec560UJdUtocSouk.
airtable.add_comment writes
Add a comment to a record. Needs the data.recordComments:write scope. Record IDs look like rec560UJdUtocSouk.
airtable.api_get
Send a GET request to any Airtable API path under https://api.airtable.com/v0 and return the response. For endpoints the named tools don't cover.
airtable.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Airtable API path under https://api.airtable.com/v0.
Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Airtable API path.
Connect
- In Airtable, open the personal access tokens page (airtable.com/create/tokens) and create a new token.
- Give it the scopes data.records:read and schema.bases:read, plus data.records:write and data.recordComments:write if workflows change records or comment, and add the bases it may use.
- Paste the token on the connection. Base IDs start with app and table IDs with tbl, and both appear in the base's URL.
Credentials
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.