Keep Airtable contacts clean with an AI helper you can call from any n8n flow. It finds people, adds new records, or updates details from a simple text request. Built for sales teams that handle leads daily and need up to date info.
A caller workflow triggers it and sends a query field like Find Jane or Add Mike with email. A chat model powers a contact agent that reads the request and decides what action to take. It can search your Airtable base using the Get Contacts tool, or upsert a record with the Add or Update Contact tool. Name, email, and phone map to your table fields, and results return in a neat response while errors return a friendly try again message.
You need an OpenAI API key and an Airtable token with access to your contacts table. Make sure your table has fields named name, emailAddress, and phoneNumber or update the mapping to match your schema. Expect faster lead intake, fewer mistakes, and fewer duplicates because upsert matches on name. Common uses include form handoffs, call notes capture, and a chat handoff inside your CRM.