Answer natural-language questions about your Airtable CRM
Когда использовать: You want to know 'who hasn't replied in 30 days?' without building a view.
Предварительные требования
- Airtable PAT with schema.bases:read + data.records:read — airtable.com/create/tokens/new — pick only the bases you want exposed
Поток
-
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.✓ Скопировано→ 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.✓ Скопировано→ 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.✓ Скопировано→ Per-contact draft text
Итог: A next-action list straight from the CRM in 2 minutes.
Подводные камни
- 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