Airtable

Airtable

Manage records, tables, and bases in Airtable.

Triggers & Actions

Use Airtable as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.

Triggers

  • Airtable Webhook

    Triggers when Airtable webhook events are received. Real-time notifications for Airtable base changes.

Actions

  • Create Base

    Creates a new base with the provided tables and returns the schema for the newly created base.

  • List Bases

    Returns the list of bases the token can access, 1000 bases at a time.

  • Create Records

    Create one or more records in a table.

  • Get Base Schema

    Returns the schema of the tables in the specified base.

  • Get Record

    Retrieve a single record from a table.

  • Update Record

    Update a single record in a table.

  • Delete Record

    Delete a single record in a table.

  • Delete Records

    Delete multiple records in a table.

  • List Records

    List records in a table. Supports filtering, sorting, pagination, and field selection.