Answer natural-language questions about your Airtable CRM
Quando usar: You want to know 'who hasn't replied in 30 days?' without building a view.
Pré-requisitos
- Airtable PAT with schema.bases:read + data.records:read — airtable.com/create/tokens/new — pick only the bases you want exposed
Fluxo
-
Have Claude list bases and pick the right oneList my Airtable bases. Find the one that looks like a sales CRM and describe its tables.✓ Copiado→ Schema of the CRM base with table purposes
-
Ask the real questionIn the Contacts table, find people where Last Contacted is more than 30 days ago and Status is Active. Group by Owner.✓ Copiado→ Filtered record list by owner
-
Draft follow-up actionsFor each contact, draft a one-line nudge email I can send. Match their last conversation's tone.✓ Copiado→ Per-contact draft text
Resultado: A next-action list straight from the CRM in 2 minutes.
Armadilhas
- Linked-record fields return IDs, not names — Ask Claude to resolve linked records via a second fetch, or use list_records with returnFieldsByFieldId=false
- Enterprise bases often have permission restrictions per-field — Verify your PAT's workspace access matches the base's enterprise policy