workflows.fit
Back to n8n workflows
n8n templateFreeBy Sk developer

Validate & enrich phone numbers in Google Sheets with RapidAPI

πŸ“ž Phone Number Validator with Google Sheets Validate and enrich phone numbers from Google Sheets using the [phone number validator](https://rapidapi.com/skdeveloper/api/phone-number-validator11) API. --- πŸ“Œ Use Case:...

Data & StorageProductivityDevelopmentCore NodesManual TriggerGoogle SheetsSplit In BatchesHttp Request
Loading interactive preview...

Template notes

πŸ“ž Phone Number Validator with Google Sheets

Validate and enrich phone numbers from Google Sheets using the [phone number validator](https://rapidapi.com/skdeveloper/api/phone-number-validator11) 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 Name | Description | |-------------|-------------| | phone | The original phone number to validate (input column). | | isvalid | 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. |

---