Airtable
Read and write Airtable bases, tables, and records from any myai canvas, function, or chat.
Project & Work ManagementComing soon
Airtable is the spreadsheet-database hybrid that a lot of ops, marketing, and product teams use as a structured layer over what would otherwise be a Google Sheet sprawl. When the integration lands, Airtable bases will become live data sources for chats, canvases, and functions — record CRUD, view-scoped queries, attachment handling, webhook triggers, all through one credential.
What you'll be able to do
- Pull records into a chat — "show me everything in the launch tracker that's still red" returns a structured table from the matching Airtable view.
- Write back from automations — a function can create records, update field values, or move records between views when conditions fire elsewhere in your stack.
- View-scoped queries — Airtable's saved views become first-class data sources, with all their filters and sort applied automatically.
- Attachment handling — files attached to records (logos, PDFs, screenshots) accessible from functions for downstream processing.
- Webhook triggers — record changes can kick off myai automations without polling.
How it'll work
Airtable personal access token (PAT) or OAuth 2.0. Generate a PAT at airtable.com/create/tokens, scoped to the bases and tables the integration needs.
Tell us you want AirtableUse cases we're hearing
- Cross-base reporting — function reads multiple Airtable bases (product, ops, customer-success), joins them into a single canvas for the leadership view.
- Content-workflow automation — record marked "ready for review" triggers a function that pings the reviewer in Slack and creates the matching Notion page.
- CRM-to-Airtable sync — Salesforce or HubSpot updates write back to the ops team's Airtable tracker automatically.
Reference
- Connection model: Airtable PAT (or OAuth 2.0 for multi-user apps)
- Scope: ~20 operations across bases, tables, records, views, webhooks
- Per-base permissions enforced — PAT scope determines what the integration can see