{
  "name": "Verify WhatsApp numbers in bulk using Google Sheets & WasenderAPI",
  "nodes": [
    {
      "id": "34af5c80-f216-4384-b0e7-e256863dc5c9",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        528,
        32
      ]
    },
    {
      "id": "3aa6f527-27c6-40b5-92e5-213795bb72fc",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        1616,
        80
      ]
    },
    {
      "id": "099b92b8-9432-4ede-a542-c960f68fbfdc",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        352,
        32
      ]
    },
    {
      "id": "e2842b7a-c5fa-4f6b-ac88-0818b27e63b4",
      "name": "Trigger Every 5 Minute",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -272,
        32
      ]
    },
    {
      "id": "a96ec4d1-85ec-411f-a17e-67dc9e7dee36",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1232,
        -496
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "21401f12-03b5-4f15-bf81-04f210c7dac1",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        960,
        48
      ]
    },
    {
      "id": "66958bcb-2d2b-4d96-888b-07677a192505",
      "name": "Fetch All Pending Contacts for Verifing",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        48,
        32
      ]
    },
    {
      "id": "61482a96-fa92-4d90-9061-5d7f833393ba",
      "name": "Verify WhatsApp Number Using HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        768,
        48
      ]
    },
    {
      "id": "8eec2dff-16ac-4769-951e-58d3f28ddcce",
      "name": "Set Status",
      "type": "n8n-nodes-base.code",
      "position": [
        1184,
        -80
      ]
    },
    {
      "id": "12b2ef86-e2b0-4516-9b1c-a29ef79cf556",
      "name": "Set Status1",
      "type": "n8n-nodes-base.code",
      "position": [
        1184,
        64
      ]
    },
    {
      "id": "07d39b85-46dc-454f-b5a2-7e5652c9c775",
      "name": "Change State of Rows in Checked",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1408,
        80
      ]
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}