{
  "name": "Automatically delete spam emails in Gmail on schedule",
  "nodes": [
    {
      "id": "a4fa3e50-5b63-4e69-97eb-534b1170ebab",
      "name": "Trigger at Sunday midnight",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -260,
        -20
      ]
    },
    {
      "id": "286e5c34-18ab-46da-b184-cfabf796b21d",
      "name": "Delete SPAM emails",
      "type": "n8n-nodes-base.gmail",
      "position": [
        160,
        -20
      ]
    },
    {
      "id": "b755451e-7fc3-4c3b-b669-69d700c38fa4",
      "name": "Get all SPAM emails",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -60,
        -20
      ]
    },
    {
      "id": "cc3c9d36-a26e-47cb-bb74-3a1027b996cd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        -260
      ],
      "parameters": {
        "width": 340,
        "height": 200,
        "content": "## Automatically delete your SPAM emails on frequent basis\n\nThis automation will run repeatedly at a particular time to delete all your SPAM emails\n\n"
      }
    },
    {
      "id": "86749abf-16c8-4406-9394-b22a384b4e89",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -280,
        140
      ],
      "parameters": {
        "width": 150,
        "height": 200,
        "content": "## :point_up: UPDATE ME\nSelect when to trigger the workflow"
      }
    }
  ],
  "connections": {
    "Get all SPAM emails": {
      "main": [
        [
          {
            "node": "Delete SPAM emails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger at Sunday midnight": {
      "main": [
        [
          {
            "node": "Get all SPAM emails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}