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
- Create fields: Line type, Carrier, Email valid.
- Add an Automation: When record created, Run script.
- In the script, fetch https://lookuplab.io/api/v1/phone/?number=... with the Authorization header and update the record with the response.
- Repeat for email.
What teams build with it
- Lightweight CRM hygiene.
- Event registration lists checked before SMS reminders.
- Vendor and supplier contact validation.
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 docsQuestions
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