Amistio
Get started
All connectors

Airtable

Connect your account

Create and list records in an Airtable base with your own personal access token. Connect an Airtable account under Connections first.

Publisher: Amistio (built-in) - version 1.0.0 - Apache-2.0

Operations (2)

  • Add an Airtable record

    airtable.records.create

    Create one record in a table. Provide base id, table name, and a fields object (JSON of column → value).

    Inputs

    • base_id * (string) - Airtable base id (starts with app).
    • table * (string) - Table name or id.
    • fields * (object) - Column-to-value map for the new record (JSON).

    Returns

    • id (string) - The created record id.

    Safety rules

    • Field names must match the table's columns exactly.
  • List Airtable records

    airtable.records.list

    List records from a table (up to 50). Provide base id and table name.

    Inputs

    • base_id * (string) - Airtable base id.
    • table * (string) - Table name or id.

    Returns

    • records (object) - Array of {id, fields}.
    • count (number) - Number of records returned.

Use Airtable from the agent builder - add the block, and reviewed operations run with your own connected account.

Open the builder