{
  "name": "Create customized Google Slides presentations from CSV data for cold outreach 🚀",
  "nodes": [
    {
      "id": "4cc04b1c-d97d-4d5a-b614-ba22b7b447bd",
      "name": "Download by ID",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -280,
        160
      ]
    },
    {
      "id": "8d550abf-a5f8-424d-8bfb-d9a9732eb93f",
      "name": "MoveToLeadListFolder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1060,
        160
      ]
    },
    {
      "id": "4872b5ec-6dda-4920-b6e2-120bdc273c00",
      "name": "Add Presentation ID to Lead List",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1740,
        160
      ]
    },
    {
      "id": "afe225e3-fb82-4091-8310-6645d883c54d",
      "name": "Get all Leads",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        840,
        160
      ]
    },
    {
      "id": "635c62cf-4369-442b-8fd7-be2e4caa6ebc",
      "name": "Create new Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        0,
        40
      ]
    },
    {
      "id": "d55c0f32-b74a-484a-b759-9ca1c4cf8d65",
      "name": "Merge Data for new Lead Document",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        580,
        160
      ]
    },
    {
      "id": "9d93741a-93b2-4556-9f2e-2d40617c69ac",
      "name": "New Leads Arrived",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        -800,
        160
      ]
    },
    {
      "id": "174ff078-e06a-47c3-93c2-441667e0f8e5",
      "name": "File Type?",
      "type": "n8n-nodes-base.switch",
      "position": [
        -560,
        160
      ]
    },
    {
      "id": "23d71fb1-c8f2-4144-a40e-be378aa2043a",
      "name": "Combine Empty New Document with CSV Data",
      "type": "n8n-nodes-base.merge",
      "position": [
        300,
        160
      ]
    },
    {
      "id": "195d7ed6-7dc0-4f49-8256-f47b4c8d426b",
      "name": "Create Custom Presentation",
      "type": "n8n-nodes-base.googleSlides",
      "position": [
        1520,
        160
      ]
    },
    {
      "id": "97d47391-20ea-4db7-bdf6-22eebc22a9dd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        980,
        60
      ],
      "parameters": {
        "width": 960,
        "height": 340,
        "content": "# Duplicate Template and Create Custom Presentations"
      }
    },
    {
      "id": "acded411-6cdf-489a-bb14-c7c14cdaee23",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -120
      ],
      "parameters": {
        "width": 1300,
        "height": 520,
        "content": "# Create New Google Sheets and Insert Data from CSV file"
      }
    },
    {
      "id": "9dd9e32a-5c1b-4faf-8054-63b66f5dd24e",
      "name": "Extract Information from CSV file",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        0,
        220
      ]
    },
    {
      "id": "0329eabe-dee1-41fd-a7eb-017343523e40",
      "name": "Copy Presentation Template",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1300,
        160
      ]
    }
  ],
  "connections": {
    "File Type?": {
      "main": [
        [
          {
            "node": "Download by ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get all Leads": {
      "main": [
        [
          {
            "node": "MoveToLeadListFolder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download by ID": {
      "main": [
        [
          {
            "node": "Extract Information from CSV file",
            "type": "main",
            "index": 0
          },
          {
            "node": "Create new Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create new Sheet": {
      "main": [
        [
          {
            "node": "Combine Empty New Document with CSV Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "New Leads Arrived": {
      "main": [
        [
          {
            "node": "File Type?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "MoveToLeadListFolder": {
      "main": [
        [
          {
            "node": "Copy Presentation Template",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Copy Presentation Template": {
      "main": [
        [
          {
            "node": "Create Custom Presentation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Custom Presentation": {
      "main": [
        [
          {
            "node": "Add Presentation ID to Lead List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Data for new Lead Document": {
      "main": [
        [
          {
            "node": "Get all Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Information from CSV file": {
      "main": [
        [
          {
            "node": "Combine Empty New Document with CSV Data",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Combine Empty New Document with CSV Data": {
      "main": [
        [
          {
            "node": "Merge Data for new Lead Document",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}