{
  "name": "Automate Gmail organization: weekly newsletter archiving and receipt labeling",
  "nodes": [
    {
      "id": "cron",
      "name": "Sun 9 PM Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        240,
        300
      ]
    },
    {
      "id": "getNews",
      "name": "Find Old Newsletters",
      "type": "n8n-nodes-base.gmail",
      "position": [
        480,
        250
      ]
    },
    {
      "id": "archiveNews",
      "name": "Archive Softly",
      "type": "n8n-nodes-base.gmail",
      "position": [
        720,
        250
      ]
    },
    {
      "id": "getReceipts",
      "name": "Find Receipts",
      "type": "n8n-nodes-base.gmail",
      "position": [
        480,
        420
      ]
    },
    {
      "id": "labelReceipts",
      "name": "Label Receipts",
      "type": "n8n-nodes-base.gmail",
      "position": [
        720,
        420
      ]
    }
  ],
  "connections": {
    "Find Receipts": {
      "main": [
        [
          {
            "node": "Label Receipts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sun 9 PM Trigger": {
      "main": [
        [
          {
            "node": "Find Old Newsletters",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Find Receipts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Find Old Newsletters": {
      "main": [
        [
          {
            "node": "Archive Softly",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}