Tutorial

Airtable + Google Workspace Studio: Automation Tutorial

Build powerful data automations by connecting Airtable to your Google Workspace Studio AI agents. No coding required.

Why Airtable + Google Workspace Studio?

Airtable is where many teams manage their structured data — product inventories, content calendars, CRM contacts, project trackers. By connecting it to Google Workspace Studio, you unlock:

  • Natural language queries — Ask your AI agent "How many orders are pending?" and get instant answers from Airtable
  • Automated data entry — AI agents create Airtable records from emails, forms, or messages
  • Smart notifications — Get alerted in Gmail or Slack when Airtable data changes
  • Cross-tool sync — Keep Airtable in sync with Jira, Notion, and other tools

Setup Guide

Step 1: Get Your Airtable API Token

  1. Go to Airtable Personal Access Tokens
  2. Click "Create new token"
  3. Name it "Studio Connectors"
  4. Add scopes: data.records:read, data.records:write, schema.bases:read
  5. Select the bases you want to access
  6. Copy the token

Step 2: Find Your Base ID

  1. Open your Airtable base
  2. Look at the URL: airtable.com/appXXXXXXXXXX/...
  3. The part starting with app is your Base ID

Step 3: Install & Configure

  1. Download the Airtable connector from Studio Connectors
  2. Import into Studio: Extensions → Import Connector
  3. Enter your API token and Base ID
  4. Run the test: listRecords to verify

Tutorial: Build an Inventory Tracker

Let's build a practical automation — an inventory tracker that your AI agent can query and update.

1. Create the Airtable Base

Create a table called "Inventory" with these fields:

FieldTypeExample
Product NameSingle line textWidget Pro
SKUSingle line textWP-001
QuantityNumber150
StatusSingle selectIn Stock
Last UpdatedDate2026-02-10

2. Set Up the AI Agent Flow

Example Conversations:

User: "How many Widget Pros do we have in stock?"

→ Agent calls listRecords with filter: Product Name = "Widget Pro"

→ Agent: "We have 150 Widget Pro units in stock (last updated: Feb 10)"

User: "Update Widget Pro quantity to 120"

→ Agent calls updateRecord with Quantity = 120

→ Agent: "Updated Widget Pro inventory to 120 units ✅"

User: "Add a new product: Gadget X, SKU GX-001, quantity 500"

→ Agent calls createRecord with the provided fields

→ Agent: "Added Gadget X (GX-001) to inventory with 500 units ✅"

Advanced: Cross-Tool Automation

Combine the Airtable connector with other Studio Connectors connectors for powerful workflows:

  • Airtable + Slack: Alert a Slack channel when inventory drops below a threshold
  • Airtable + Jira: Create Jira tickets for products that need restocking
  • Airtable + Notion: Sync product catalog between Airtable and your Notion knowledge base

Tips for Success

  • Use views in Airtable to pre-filter data — it makes queries faster
  • Set up a dedicated "API" view with only the fields your AI agent needs
  • Monitor API usage — Airtable has rate limits (5 requests/second)
  • Use formula fields in Airtable for computed values the agent shouldn't modify

Ready to Automate Your Airtable Workflows?

Get the Airtable connector and start building in minutes.

Get Started — $9/month →