Navigation
Mobile DocsNavigation
Mobile DocsRead, create, and update Airtable
Integrate Airtable functionality to manage table records. List, get, create, update single, or update multiple records using OAuth authentication. Requires base ID, table ID, and operation-specific parameters.
Layout: full
Options: List Records, Get Record, Create Records, Update Record
Placeholder: Select Airtable account
Layout: full
Provider: airtable
Placeholder: Enter your base ID (e.g., appXXXXXXXXXXXXXX)
Layout: full
Placeholder: Enter table ID (e.g., tblXXXXXXXXXXXXXX)
Layout: full
Placeholder: ID of the record (e.g., recXXXXXXXXXXXXXX)
Layout: full
Condition: operation = ["get","update"]
Placeholder: Maximum records to return (optional)
Layout: half
Condition: operation = "list"
Placeholder: Airtable formula to filter records (optional)
Layout: full
Condition: operation = "list"
Placeholder: For Create: `[{ "fields": { ... } }]`
Layout: full
Condition: operation = ["create","updateMultiple"]
Placeholder: Fields to update: `{ "Field Name": "New Value" }`
Layout: full
Condition: operation = "update"
Required
Required
Required
Required
Required
Optional
Optional
Optional
Optional
Primary response type:
{
"records": "json",
"record": "json",
"metadata": "json"
}