{
  "name": "Lead outreach automation with Google Sheets, Gmail, and n8n workflow",
  "nodes": [
    {
      "id": "07cbdd82-2df1-41eb-80f3-cfe762ce1d5e",
      "name": "Trigger: Run Every Day 🕒",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        360,
        500
      ]
    },
    {
      "id": "ae48ba04-d428-4aa3-9212-fb49af92c7ae",
      "name": "Fetch Leads from Google Sheet 📄",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        600,
        500
      ]
    },
    {
      "id": "if-filter-new",
      "name": "Filter Only New Leads 🔍",
      "type": "n8n-nodes-base.if",
      "position": [
        800,
        500
      ]
    },
    {
      "id": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
      "name": "Batch Process Leads 🔁",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1000,
        500
      ]
    },
    {
      "id": "0284614d-d43e-42a1-85cf-2677e06fc1f4",
      "name": "Send Email to Lead ✉️",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1220,
        420
      ]
    },
    {
      "id": "62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6",
      "name": "Mark Lead as Contacted ✅",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1420,
        500
      ]
    }
  ],
  "connections": {
    "Batch Process Leads 🔁": {
      "main": [
        [],
        [
          {
            "node": "Send Email to Lead ✉️",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Email to Lead ✉️": {
      "main": [
        [
          {
            "node": "Mark Lead as Contacted ✅",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Only New Leads 🔍": {
      "main": [
        [
          {
            "node": "Batch Process Leads 🔁",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Mark Lead as Contacted ✅": {
      "main": [
        [
          {
            "node": "Batch Process Leads 🔁",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger: Run Every Day 🕒": {
      "main": [
        [
          {
            "node": "Fetch Leads from Google Sheet 📄",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Leads from Google Sheet 📄": {
      "main": [
        [
          {
            "node": "Filter Only New Leads 🔍",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}