{
  "name": "Automated bulk cold email sender using Gmail, SMTP and Google Sheets",
  "nodes": [
    {
      "id": "6afb72ca-c815-4fca-9125-f77d78bc46aa",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -560,
        160
      ]
    },
    {
      "id": "c147dbb2-b8fd-4ff5-bd76-7940b1f8ddb2",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        -760,
        360
      ]
    },
    {
      "id": "630c46c1-bf9a-4634-8ce2-a5bd054d1813",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -380,
        260
      ]
    },
    {
      "id": "f6834735-f169-4ba4-86de-9ed5c7221628",
      "name": "Update Records",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        60,
        260
      ]
    },
    {
      "id": "6dd38853-6493-4677-8db2-0df6497aee42",
      "name": "Send Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -140,
        260
      ]
    },
    {
      "id": "6f4402a7-7519-444f-81a6-fc2600f936cd",
      "name": "Get Emails",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -940,
        360
      ]
    },
    {
      "id": "bdf30635-0665-40cd-bfee-b507c3a67f49",
      "name": "Set Timer",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1120,
        360
      ]
    },
    {
      "id": "ea3e124e-7a38-4c67-b8a5-e61ec51b3ac6",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        280,
        340
      ]
    },
    {
      "id": "e69107b7-6e00-4854-81cf-17da9b09b5af",
      "name": "connect",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        -1120,
        160
      ]
    },
    {
      "id": "960aca19-606e-409b-b187-b1269bfdc907",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1180,
        -40
      ],
      "parameters": {
        "width": 1660,
        "height": 620,
        "content": "# Email Sender"
      }
    },
    {
      "id": "85ac89d1-f0b8-4899-98d0-495db2f0018c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1480,
        -40
      ],
      "parameters": {
        "width": 300,
        "height": 620,
        "content": "## 1. Setup Guide\n*  ### Configure the timer node to your desired execution frequency.\n* ### Duplicate the provided [Google Sheet Template](https://docs.google.com/spreadsheets/d/1TjXelyGPg5G8lbPDI9_X"
      }
    },
    {
      "id": "e6679e6b-cb5f-4b31-a05d-87b31dfe018e",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1160,
        60
      ],
      "parameters": {
        "width": 320,
        "height": 260,
        "content": "## Utilize this node for non-Google email services."
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Send Email",
            "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 Timer": {
      "main": [
        [
          {
            "node": "Get Emails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Emails": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Email": {
      "main": [
        [
          {
            "node": "Update Records",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Records": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}