{
  "name": "Automated certificate generator with Google Sheets, Slides, PDF & Gmail delivery",
  "nodes": [
    {
      "id": "node1",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "node2",
      "name": "Copy file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "node3",
      "name": "Replace text in a presentation",
      "type": "n8n-nodes-base.googleSlides",
      "position": [
        416,
        0
      ]
    },
    {
      "id": "node4",
      "name": "Download file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        624,
        0
      ]
    },
    {
      "id": "node5",
      "name": "Upload file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        864,
        192
      ]
    },
    {
      "id": "node6",
      "name": "Delete a file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1152,
        176
      ]
    },
    {
      "id": "node7",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        864,
        16
      ]
    },
    {
      "id": "note1",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        784
      ],
      "parameters": {
        "width": 752,
        "height": 1008,
        "content": "## Workflow Guide: Auto-Certificate Generator 🎓\n\n**Step 1 – Google Sheets Trigger**  \nWatches for new rows in the sheet (Name, Email).  \nEach new row starts the workflow.\n\n**Step 2 – Copy File (Google"
      }
    }
  ],
  "connections": {
    "Copy file": {
      "main": [
        [
          {
            "node": "Replace text in a presentation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload file": {
      "main": [
        [
          {
            "node": "Delete a file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download file": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          },
          {
            "node": "Upload file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets Trigger": {
      "main": [
        [
          {
            "node": "Copy file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Replace text in a presentation": {
      "main": [
        [
          {
            "node": "Download file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}