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