{
  "name": "Organize Email Attachments from Gmail to Structured Google Drive Folders",
  "nodes": [
    {
      "id": "f0c308d6-9347-441b-a78b-b25de884f942",
      "name": "Gmail Trigger",
      "type": "n8n-nodes-base.gmailTrigger",
      "position": [
        -340,
        220
      ]
    },
    {
      "id": "54a70814-0185-420b-a7e7-66ed811fae3c",
      "name": "Google Drive1",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1040,
        220
      ]
    },
    {
      "id": "435c21d8-7d23-447d-a081-a4991ba42a41",
      "name": "Create Folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        380,
        160
      ]
    },
    {
      "id": "3acb5376-3528-4a30-9612-67bd1a509adc",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -420,
        -20
      ],
      "parameters": {
        "width": 1700,
        "height": 660,
        "content": "Take PDF from Email and create a new folder with PDF "
      }
    },
    {
      "id": "e4aef0db-b072-4dc7-80e0-cd3658555bda",
      "name": "Filter",
      "type": "n8n-nodes-base.filter",
      "position": [
        -120,
        220
      ]
    },
    {
      "id": "4218230f-ccd0-4b8b-a4b3-54749ce8a738",
      "name": "Gmail1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        100,
        220
      ]
    },
    {
      "id": "833ab358-ce62-4acf-847e-0251bfb8e123",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        700,
        220
      ]
    },
    {
      "id": "55de30ff-40de-4b51-b5bd-0c00fbba80be",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        380,
        360
      ]
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Google Drive1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter": {
      "main": [
        [
          {
            "node": "Gmail1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gmail1": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          },
          {
            "node": "Create Folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Create Folder": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gmail Trigger": {
      "main": [
        [
          {
            "node": "Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive1": {
      "main": [
        []
      ]
    }
  }
}