Integrations / Airtable

Airtable phone and email validation

Validate phone and email columns in Airtable through Automations scripting or a Zapier bridge.

Why validate inside Airtable

Airtable bases double as CRMs for a lot of small teams, and their phone and email columns are never validated. An Automation with a Run script action can call LookupLab when a record is created and fill in line type and email status in the same base.

The script is about fifteen lines and reusable across bases.

Setup

  1. Create fields: Line type, Carrier, Email valid.
  2. Add an Automation: When record created, Run script.
  3. In the script, fetch https://lookuplab.io/api/v1/phone/?number=... with the Authorization header and update the record with the response.
  4. Repeat for email.

What teams build with it

Get a key and connect Airtable

One API key, one credit pool, 1,000 free lookups to start. Phone, email, IP and DNS checks from a single endpoint, and you only pay for lookups that return an answer.

Start free Read the docs

Questions

Does scripting need a paid plan?

Automation scripting is available on Airtable's Team plan and above. On free plans use Zapier or Make.

Related: Google Sheets