{
  "name": "Tracking cold email engagement metrics using Smartlead and Google Sheets",
  "nodes": [
    {
      "id": "6c683cf8-6c56-4891-816a-79207b1e0ebb",
      "name": "Schedule Trigger2",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        1040,
        480
      ]
    },
    {
      "id": "804456e5-05df-4512-9129-4a9ca7c852e1",
      "name": "HTTP Request7",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1744,
        480
      ]
    },
    {
      "id": "ceed6469-52f1-4a32-927c-213fd3dd806f",
      "name": "Append or update row in sheet7",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2224,
        480
      ]
    },
    {
      "id": "b8b3df0e-e003-4713-aa7c-69e1dd82e8d1",
      "name": "Split Out7",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1904,
        480
      ]
    },
    {
      "id": "8db2cb5f-dfe7-4020-a746-644dc2c68ca9",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        976,
        224
      ],
      "parameters": {
        "width": 1572,
        "height": 488,
        "content": "### **Update Engaged Leads Stats**\n\nBefore running the workflow, make sure to:  \n- Update the **`campaign_id`** with your Smartlead campaign’s ID.  \n- Add your **Smartlead API key** in the HTTP Reques"
      }
    },
    {
      "id": "f7b5353a-7c0e-45f9-b097-968a310ff7ba",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1504,
        480
      ]
    },
    {
      "id": "f4a2b0a5-dfd4-435a-9ae5-766104f48dfe",
      "name": "Code4",
      "type": "n8n-nodes-base.code",
      "position": [
        1264,
        480
      ]
    }
  ],
  "connections": {
    "Code4": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out7": {
      "main": [
        [
          {
            "node": "Append or update row in sheet7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request7": {
      "main": [
        [
          {
            "node": "Split Out7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "HTTP Request7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger2": {
      "main": [
        [
          {
            "node": "Code4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append or update row in sheet7": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}