{
  "name": "Automated cold email outreach with Gmail & Google Sheets",
  "nodes": [
    {
      "id": "46595977-723a-412e-a286-4d0b89ab0929",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        60,
        0
      ]
    },
    {
      "id": "38d81f78-90ba-4afc-a76a-17036fccc87a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "ad7a4803-e989-4424-b153-7db26eb0ad7b",
      "name": "Batch Processing of Leads",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        500,
        0
      ]
    },
    {
      "id": "680d867f-13d0-444c-a574-2e15e14e4846",
      "name": "Send Personalized Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        780,
        -100
      ]
    },
    {
      "id": "dbd89a27-35bb-48d8-9ac5-2fa1d5d8ae05",
      "name": "Fetch Leads",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        280,
        0
      ]
    },
    {
      "id": "628aab46-b398-4b36-85d1-014d652afab1",
      "name": "Update Lead Status",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        980,
        0
      ]
    }
  ],
  "connections": {
    "Fetch Leads": {
      "main": [
        [
          {
            "node": "Batch Processing of Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Fetch Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Lead Status": {
      "main": [
        [
          {
            "node": "Batch Processing of Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Personalized Email": {
      "main": [
        [
          {
            "node": "Update Lead Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Batch Processing of Leads": {
      "main": [
        [],
        [
          {
            "node": "Send Personalized Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}