Back to Templates
Validate and enrich phone numbers from Google Sheets using the phone number validator
API.
Automatically check if phone numbers are valid and enrich them with metadata (country, location, timezone). Ideal for CRMs, lead management, and contact cleanup workflows.
Column Name | Description |
---|---|
phone |
The original phone number to validate (input column). |
is_valid |
Result from API indicating if the phone number is valid (true / false ). |
country |
Country where the phone number is registered (e.g. "US"). |
location |
More specific location info, such as city or region. |
timezone |
The primary timezone associated with the phone number. |
Node | Purpose |
---|---|
๐ข Manual Trigger | Starts the workflow manually from n8n. |
๐ Google Sheets (Read) | Fetches phone numbers from your spreadsheet using a Service Account. |
๐ Split In Batches | Loops over each row one at a time to handle individual API requests. |
๐ HTTP Request | Sends 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. |
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.
phone
phone number validator
phone validation
, rapidapi
, google sheets
, data enrichment
, phone number validator
, crm automation
, lead cleaning
, timezone lookup