Airtable can serve as a lightweight CRM or lead tracking
database for Visual Visitor data. You can automate the creation of new Airtable
records for each identified visitor using Zapier or Airtable's native
automations with a webhook.
Option A - Zapier (easiest)
Create a Zap in Zapier with Webhooks by Zapier > Catch Hook as the trigger.
Paste the webhook URL into
Visual Visitor under Configuration
> Webhook.
Add an Airtable action step: Create Record in your target base
and table.
Map Visual Visitor fields to
Airtable fields (Name, Email, Company, ICP Tier, Page Visited, Date).
Turn on the Zap.
Option B - Airtable Automations
with a webhook
In Airtable, create an
automation. Set the trigger to When
webhook received.
Copy the Airtable automation
webhook URL.
In Visual Visitor, configure
the webhook endpoint to point to the Airtable URL.
In the Airtable automation
action, use the received webhook data to create a new record in your base.

Find Airtables Webhooks API documentation,
here.
Preventing duplicates: If the same visitor returns to your site multiple times,
multiple Airtable records may be created. Consider adding a de-duplication step
in Zapier (search for existing record by email before creating a new one) or
using Airtable's native field uniqueness constraint.
Click here to read more on sending a Webhook to Zapier.