AutomationFlowsSlack & Telegram › Verify Whatsapp Numbers in Bulk Using Google Sheets & Wasenderapi

Verify Whatsapp Numbers in Bulk Using Google Sheets & Wasenderapi

BySpaGreen Creative @spagreen on n8n.io

This workflow is perfect for marketers, CRM managers, support teams, and data verification agents who need to bulk-check WhatsApp number validity without using the official WhatsApp Business API. It is ideal for teams seeking an affordable and scalable way to clean or validate…

Cron / scheduled trigger★★★★☆ complexity11 nodesGoogle SheetsHTTP Request
Slack & Telegram Trigger: Cron / scheduled Nodes: 11 Complexity: ★★★★☆ Added:

This workflow corresponds to n8n.io template #6183 — we link there as the canonical source.

This workflow follows the Google Sheets → HTTP Request recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "CuBmYtNjobSBPXCt",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "name": "Bulk WhatsApp Number Verify via Unofficial API",
  "tags": [
    {
      "id": "8UZKwEpVhvJhLDmj",
      "name": "Dev",
      "createdAt": "2025-07-19T17:50:54.267Z",
      "updatedAt": "2025-07-19T17:50:54.267Z"
    }
  ],
  "nodes": [
    {
      "id": "34af5c80-f216-4384-b0e7-e256863dc5c9",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        528,
        32
      ],
      "parameters": {},
      "executeOnce": false,
      "typeVersion": 3
    },
    {
      "id": "3aa6f527-27c6-40b5-92e5-213795bb72fc",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        1616,
        80
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "099b92b8-9432-4ede-a542-c960f68fbfdc",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        352,
        32
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e2842b7a-c5fa-4f6b-ac88-0818b27e63b4",
      "name": "Trigger Every 5 Minute",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -272,
        32
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "a96ec4d1-85ec-411f-a17e-67dc9e7dee36",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1232,
        -496
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "21401f12-03b5-4f15-bf81-04f210c7dac1",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        960,
        48
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "66958bcb-2d2b-4d96-888b-07677a192505",
      "name": "Fetch All Pending Contacts for Verifing",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        48,
        32
      ],
      "parameters": {},
      "notesInFlow": false,
      "retryOnFail": false,
      "typeVersion": 4.6
    },
    {
      "id": "61482a96-fa92-4d90-9061-5d7f833393ba",
      "name": "Verify WhatsApp Number Using HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        768,
        48
      ],
      "parameters": {},
      "executeOnce": false,
      "typeVersion": 4.2
    },
    {
      "id": "8eec2dff-16ac-4769-951e-58d3f28ddcce",
      "name": "Set Status",
      "type": "n8n-nodes-base.code",
      "position": [
        1184,
        -80
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "12b2ef86-e2b0-4516-9b1c-a29ef79cf556",
      "name": "Set Status1",
      "type": "n8n-nodes-base.code",
      "position": [
        1184,
        64
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "07d39b85-46dc-454f-b5a2-7e5652c9c775",
      "name": "Change State of Rows in Checked",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1408,
        80
      ],
      "parameters": {},
      "typeVersion": 4.6
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "44bff38d-9ddb-4654-842a-cff4b0681712",
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Set Status",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Set Status1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Status": {
      "main": [
        [
          {
            "node": "Change State of Rows in Checked",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Status1": {
      "main": [
        [
          {
            "node": "Change State of Rows in Checked",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Verify WhatsApp Number Using HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger Every 5 Minute": {
      "main": [
        [
          {
            "node": "Fetch All Pending Contacts for Verifing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Change State of Rows in Checked": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch All Pending Contacts for Verifing": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Verify WhatsApp Number Using HTTP Request": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This workflow is perfect for marketers, CRM managers, support teams, and data verification agents who need to bulk-check WhatsApp number validity without using the official WhatsApp Business API. It is ideal for teams seeking an affordable and scalable way to clean or validate…

Source: https://n8n.io/workflows/6183/ — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

Elevate your shopping experience with an AI-driven personal assistant that lives right in your WhatsApp. This template automates the entire lifecycle of a shopping list—from intelligent intake and liv

HTTP Request, Google Sheets, N8N Nodes Wati
Slack & Telegram

This workflow automates plant care reminders and records using Google Sheets, Telegram, and OpenWeather API.

Google Sheets, HTTP Request, Telegram
Slack & Telegram

Apollo Data Enrichment Using Company Id to automatically finds contacts for companies listed in your Google Sheet, enriches each person with emails and phone numbers via Apollo’s API, and writes verif

Google Sheets, HTTP Request, Error Trigger +1
Slack & Telegram

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

N8N Nodes Scrapegraphai, HTTP Request, Google Sheets +2
Slack & Telegram

Simplify financial oversight with this automated n8n workflow. Triggered daily, it fetches cash flow and expense data from a Google Sheet, analyzes inflows and outflows, validates records, and generat

HTTP Request, Google Sheets, Email Send +3