{
  "name": "Send bulk WhatsApp messages from Google Sheets using WasenderAPI",
  "nodes": [
    {
      "id": "0037860e-fbd4-4690-8063-eb94c1aad64d",
      "name": "Fetch All Pending Queries for Messaging",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        48,
        32
      ]
    },
    {
      "id": "032d3141-2d16-4b05-b94f-94272e0c7612",
      "name": "Change State of Rows in Sent",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        912,
        16
      ]
    },
    {
      "id": "da162b79-1c4e-4405-ad58-e0c9ffd74dd3",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        528,
        32
      ]
    },
    {
      "id": "f178aa36-8e99-4919-9320-36432a405bc5",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        928,
        192
      ]
    },
    {
      "id": "17249748-0dca-40ad-a0fd-22b6948015ed",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        352,
        32
      ]
    },
    {
      "id": "18ae75b8-1dc9-4bdd-98d6-b421af4691f9",
      "name": "Trigger Every 5 Minute",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -272,
        32
      ]
    },
    {
      "id": "d92b5e28-2752-4977-8daf-1d69ca70b7cf",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1232,
        -496
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "7a5c47a0-abab-4992-866b-55912ea23ac2",
      "name": "Send Message Using HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        736,
        192
      ]
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [
          {
            "node": "Change State of Rows in Sent",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send Message Using HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger Every 5 Minute": {
      "main": [
        [
          {
            "node": "Fetch All Pending Queries for Messaging",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Change State of Rows in Sent": {
      "main": [
        []
      ]
    },
    "Send Message Using HTTP Request": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch All Pending Queries for Messaging": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}