Can you automate workflows in Airtable?

Quick Answer: Yes. Airtable includes a built-in Automations feature that triggers actions based on record changes, form submissions, or scheduled times. Automations can send emails, update records, run scripts, and call webhooks. External tools such as Zapier and Make extend Airtable automation capabilities further.

Automating Workflows in Airtable

Airtable provides a native Automations feature available on all paid plans as of April 2026. The Free plan includes limited automation runs (100 per month), while paid plans increase the limit (25,000 on Team, 100,000 on Business). Automations use a trigger-action model similar to Zapier but operate entirely within Airtable.

Built-In Triggers

  • When record is created — Fires when a new record appears in a specified view or table
  • When record is updated — Fires when a specific field changes on an existing record
  • When record matches conditions — Fires when a record enters a filtered view
  • When form is submitted — Fires when an Airtable form receives a response
  • At a scheduled time — Fires on a recurring schedule (hourly, daily, weekly)

Built-In Actions

  • Send email — Send a formatted email to addresses from record fields
  • Create record — Insert a new record in the same or a different table
  • Update record — Modify fields on the triggering record or a found record
  • Find records — Search for records matching criteria
  • Run a script — Execute custom JavaScript within the automation
  • Send webhook (HTTP request) — Call external APIs with record data
  • Send Slack message — Post to a Slack channel or DM

External Automation Options

For workflows that span multiple applications, Airtable integrates with external automation platforms:

  • Zapier — Airtable is one of Zapier's most popular apps, with triggers for new/updated records and actions for creating, updating, and searching records
  • Make — Airtable module with 20+ actions including batch operations
  • n8n — Airtable node for self-hosted automation workflows

Example Workflow: Content Calendar

  1. Trigger: Record in "Content" table has "Status" changed to "Ready for Review"
  2. Action 1: Send email to the reviewer (from the "Assigned Reviewer" field)
  3. Action 2: Send Slack notification to #content-team channel
  4. Action 3: Update the "Review Requested Date" field to today's date

Scripting Extension

Airtable's "Run a script" action supports custom JavaScript with access to the Airtable Scripting API. This enables complex logic, API calls to external services, and data transformations that go beyond the built-in action types.

Automation Limits (as of April 2026)

Plan Automation Runs/Month
Free 100
Team 25,000
Business 100,000
Enterprise Custom

Related Questions

Last updated: | By Rafal Fila

Related Tools

Related Rankings

Dive Deeper