{
  "name": "Automatic Trello board cleanup by removing cards with specific labels",
  "nodes": [
    {
      "id": "27dbf373-3072-47de-88a6-fc3b6a4a47b6",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        368,
        176
      ]
    },
    {
      "id": "b5844156-2d81-4067-a05a-4aa8f0a1b7b4",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -16
      ],
      "parameters": {
        "width": 400,
        "height": 928,
        "content": "\n\n## ⚙️ Setup Instructions\n\n### 1️⃣ Connect Trello (Developer API)\n1. Get your **API key**: https://trello.com/app-key  \n2. Generate a **token** (from the same page → **Token**)\n3. In n8n → **Credenti"
      }
    },
    {
      "id": "25af7640-7002-487b-be74-86ed02af5a84",
      "name": "Sticky Note56",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        288,
        -16
      ],
      "parameters": {
        "width": 1504,
        "height": 928,
        "content": "# 🗑️ Auto Trello Cleanup with Label and Delete Card Node\n\nAutomatically clean up Trello boards by deleting any cards labeled **“Mark for Deletion.”**  \n\nThis workflow checks all cards on your chosen T"
      }
    },
    {
      "id": "8a0996e3-4cff-40b7-a2c7-f1535323150c",
      "name": "Get Board4",
      "type": "n8n-nodes-base.trello",
      "position": [
        608,
        176
      ]
    },
    {
      "id": "56e3f710-8b4a-4867-975c-97ed8f4e298f",
      "name": "Get Lists4",
      "type": "n8n-nodes-base.trello",
      "position": [
        576,
        720
      ]
    },
    {
      "id": "e8bc8790-d311-449e-a54e-0a8989d5294f",
      "name": "Get Cards4",
      "type": "n8n-nodes-base.trello",
      "position": [
        784,
        352
      ]
    },
    {
      "id": "a80e96fd-6bc4-497e-89c9-7d11c85d8301",
      "name": "Sticky Note58",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        464,
        544
      ],
      "parameters": {
        "width": 336,
        "height": 304,
        "content": "### 1️⃣ Connect Trello (Developer API)\n1. Get your **API key**: https://trello.com/app-key  \n2. Generate a **token** (from the same page → **Token**)\n3. In n8n → **Credentials → New → Trello API**, pa"
      }
    },
    {
      "id": "bd419fde-7d75-4231-8b18-c1ca2eba08e7",
      "name": "Delete a card",
      "type": "n8n-nodes-base.trello",
      "position": [
        1552,
        240
      ]
    },
    {
      "id": "5ae1a4b6-05ec-48d8-a62b-d8202225cb32",
      "name": "Split Labels",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        992,
        624
      ]
    },
    {
      "id": "58344fe6-a5bc-427c-863e-2f971e88c0c1",
      "name": "Filter Marked for Delete",
      "type": "n8n-nodes-base.filter",
      "position": [
        1264,
        400
      ]
    }
  ],
  "connections": {
    "Get Board4": {
      "main": [
        [
          {
            "node": "Get Lists4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Cards4": {
      "main": [
        [
          {
            "node": "Split Labels",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Lists4": {
      "main": [
        [
          {
            "node": "Get Cards4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Labels": {
      "main": [
        [
          {
            "node": "Filter Marked for Delete",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Marked for Delete": {
      "main": [
        [
          {
            "node": "Delete a card",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get Board4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}