{
  "name": "Scheduled Gmail cleanup - auto-delete spam, promotions, social & trash",
  "nodes": [
    {
      "id": "cc3c9d36-a26e-47cb-bb74-3a1027b996cd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -512,
        0
      ],
      "parameters": {
        "width": 932,
        "height": 440,
        "content": "## Scheduled Gmail Cleanup - Auto-Delete Spam, Promotions, Social & Trash\n\nManaging Gmail manually can be tedious and time-consuming. Spam, Promotions, Social, and Trash folders quickly fill up with u"
      }
    },
    {
      "id": "86749abf-16c8-4406-9394-b22a384b4e89",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        656
      ],
      "parameters": {
        "width": 262,
        "height": 232,
        "content": "## Schedule Trigger :point_up:\n\nThis starts the workflow automatically at a set time. Default is every day at midnight.\n\nHow to edit: Double-click this node and set the time you want (e.g., every day "
      }
    },
    {
      "id": "3a241677-1600-41fe-9877-b0cf82a9e817",
      "name": "Get all Social Mails",
      "type": "n8n-nodes-base.gmail",
      "position": [
        912,
        -208
      ]
    },
    {
      "id": "a9fdc8c5-bf2d-497d-91b5-695e4c9a63e1",
      "name": "Get all Trash Mails",
      "type": "n8n-nodes-base.gmail",
      "position": [
        928,
        656
      ]
    },
    {
      "id": "24bb4ae1-374c-4634-8f49-1da0aab9f784",
      "name": "Get all Promotional Mails",
      "type": "n8n-nodes-base.gmail",
      "position": [
        928,
        1168
      ]
    },
    {
      "id": "b755451e-7fc3-4c3b-b669-69d700c38fa4",
      "name": "Get all SPAM Mails",
      "type": "n8n-nodes-base.gmail",
      "position": [
        912,
        208
      ]
    },
    {
      "id": "5f9b92e6-6e9a-4c0c-b627-1c8adaba6f8c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        832,
        -256
      ],
      "parameters": {
        "width": 294,
        "height": 376,
        "content": "## :point_down: Fetch Social Emails\n\n\n\n\n\n\n\n\n\n\n\nCollects emails from the Social tab. These are notifications from platforms like Facebook, Twitter, LinkedIn, and other social networks.\n\nHow to edit: Op"
      }
    },
    {
      "id": "b6fc6613-556c-469e-b1d2-786378bf953c",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        832,
        160
      ],
      "parameters": {
        "width": 294,
        "height": 360,
        "content": "## :point_down: Fetch Spam Emails\n\n\n\n\n\n\n\n\n\n\n\nCollects all emails that Gmail has already marked as Spam. These are typically phishing, scams, or unwanted bulk messages.\n\nHow to edit: Open the node → se"
      }
    },
    {
      "id": "693846dc-8189-4c0f-a5de-06af38353dec",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        832,
        576
      ],
      "parameters": {
        "width": 294,
        "height": 392,
        "content": "## :point_down: Fetch Trash Emails\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nCollects all emails already in the Trash folder. Deleting them here helps free up Gmail storage permanently.\n\nHow to edit: Open the node → connect Gma"
      }
    },
    {
      "id": "3cd715b1-4f81-4ee3-acaa-a4a6fd9a0107",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        832,
        1088
      ],
      "parameters": {
        "width": 294,
        "height": 360,
        "content": "## :point_down: Fetch Promotions Emails\n\n\n\n\n\n\n\n\n\nThis node fetches all emails from the Promotions tab (e.g., marketing and offers).\n\nHow to edit: Open the node → choose your Gmail credential → change "
      }
    },
    {
      "id": "ec22e530-41ca-4a0f-a2b9-ac0ff3434409",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1600,
        656
      ],
      "parameters": {
        "width": 294,
        "height": 168,
        "content": "## :point_up: Delete Emails\n\nThis node permanently deletes the fetched emails. You can change it to move them to Trash instead if you prefer safer cleanup."
      }
    },
    {
      "id": "286e5c34-18ab-46da-b184-cfabf796b21d",
      "name": "Delete Mails",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1600,
        480
      ]
    },
    {
      "id": "13990a10-1f51-423c-a42e-683d77bb269e",
      "name": "Trigger every day at midnight",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        320,
        480
      ]
    }
  ],
  "connections": {
    "Get all SPAM Mails": {
      "main": [
        [
          {
            "node": "Delete Mails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get all Trash Mails": {
      "main": [
        [
          {
            "node": "Delete Mails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get all Social Mails": {
      "main": [
        [
          {
            "node": "Delete Mails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get all Promotional Mails": {
      "main": [
        [
          {
            "node": "Delete Mails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger every day at midnight": {
      "main": [
        [
          {
            "node": "Get all SPAM Mails",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get all Social Mails",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get all Trash Mails",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get all Promotional Mails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}