Skip to main content
Description: Manage operations in Airtable. Authentication:
  • See integration-specific authentication requirements
Available Actions: Examples:
Action: unknown
Example 1: Airtable - List Bases List Airtable bases
{
  "automationType": "airtable",
  "nodeId": "airtable-list-bases-001"
}
Example 2: Airtable - List Tables List Tables in a base
{
  "automationType": "airtable",
  "nodeId": "airtable-list-tables-001"
}
Example 3: Airtable - List Records List records in a table
{
  "automationType": "airtable",
  "nodeId": "airtable-list-records-001"
}
Example 4: Airtable - Find Record Find a record using filterByFormula
{
  "automationType": "airtable",
  "nodeId": "airtable-find-record-001"
}
Example 5: Airtable - Create Record Create a record in a table
{
  "automationType": "airtable",
  "nodeId": "airtable-create-record-001"
}
Example 6: Airtable - Update Record Update a record by id
{
  "automationType": "airtable",
  "nodeId": "airtable-update-record-001"
}
Example 7: Airtable - Delete Record Delete a record by id
{
  "automationType": "airtable",
  "nodeId": "airtable-delete-record-001"
}
Third-Party Documentation: