🎣 Validate & enrich phone numbers in Google Sheets with RapidAPI

⚑ 259 views · 🎣 Lead Generation & Enrichment

Description

πŸ“ž Phone Number Validator with Google Sheets

Validate and enrich phone numbers from Google Sheets using the phone number validator API.


πŸ“Œ Use Case: Contact Validation & Enrichment

Automatically check if phone numbers are valid and enrich them with metadata (country, location, timezone). Ideal for CRMs, lead management, and contact cleanup workflows.


πŸ—‚οΈ Google Sheets Columns

Column NameDescription
phoneThe original phone number to validate (input column).
is_validResult from API indicating if the phone number is valid (true / false).
countryCountry where the phone number is registered (e.g. β€œUS”).
locationMore specific location info, such as city or region.
timezoneThe primary timezone associated with the phone number.

🎯 Benefits


🧠 Workflow Nodes Explained

NodePurpose
🟒 Manual TriggerStarts the workflow manually from n8n.
πŸ“„ Google Sheets (Read)Fetches phone numbers from your spreadsheet using a Service Account.
πŸ” Split In BatchesLoops over each row one at a time to handle individual API requests.
🌐 HTTP RequestSends phone number to phone number validator via RapidAPI and receives validation + metadata.
πŸ“₯ Google Sheets (Update)Writes the response back into the matching row using the phone field.

πŸ›°οΈ API Used: phone number validator

We use the phone number validator API from RapidAPI to:

> It’s fast, reliable, and great for cleaning large datasets or qualifying leads before outreach.


🧰 Prerequisites


πŸš€ How to Use

  1. πŸ”— Link your Google Sheet and configure authentication
  2. πŸ”‘ Add your RapidAPI key in the HTTP node headers
  3. ▢️ Click β€œExecute Workflow”
  4. 🧠 Each phone number is validated and enriched
  5. πŸ“Š Results are written back to your Google Sheet

πŸ“Ž Tags

phone validation, rapidapi, google sheets, data enrichment, phone number validator, crm automation, lead cleaning, timezone lookup

πŸ”— Nodes Used

Google Sheets, HTTP Request

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup