Trello ボード自動クリーンアップ(特定のタグ付きカードの削除)

中級

これはProject Management, Multimodal AI分野の自動化ワークフローで、10個のノードを含みます。主にFilter, Trello, SplitOut, ManualTriggerなどのノードを使用。 Trelloボードの自動クリーンアップを特定のタグカードの削除で実現

前提条件
  • 特別な前提条件なし、インポートしてすぐに使用可能
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "edea30b9-4fe9-4c32-a10b-4775910ef67e",
      "name": "「ワークフロー実行」クリック時",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -528,
        8640
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "bbc37d37-8f20-4249-971b-fa5b769f0de8",
      "name": "付箋5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1056,
        8448
      ],
      "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 → **Credentials → New → Trello API**, paste **API Key** and **Token**, save.  \n4. Open each Trello node (**Get Board**, **Get Lists**, **Get Cards**) and select your Trello credential.\n\n\n### 2️⃣ Add Your Board URL to “Get Board”\n1. Copy your Trello board URL (e.g., `https://trello.com/b/DCpuJbnd/administrative-tasks`).  \n2. Open the **Get Board** node → **Resource: Board**, **Operation: Get**.  \n3. In **ID**, choose **URL** mode and paste the **board URL**.  \n   - The node will resolve the board and output its `id` → used by **Get Lists** / **Get Cards**.\n\n## 📬 Contact\n📧 [robert@ynteractive.com](mailto:robert@ynteractive.com)  \n🔗 [Robert Breen](https://www.linkedin.com/in/robert-breen-29429625/)  \n🌐 [ynteractive.com](https://ynteractive.com)\n"
      },
      "typeVersion": 1
    },
    {
      "id": "a73b1919-5a5f-496c-9997-4531e0b189ad",
      "name": "付箋56",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -608,
        8448
      ],
      "parameters": {
        "color": 7,
        "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 Trello board, looks for the **Mark for Deletion** label, and removes those cards automatically — keeping your boards tidy without manual effort.  \n"
      },
      "typeVersion": 1
    },
    {
      "id": "a0130405-c569-4818-b16c-388b57361467",
      "name": "ボード取得4",
      "type": "n8n-nodes-base.trello",
      "position": [
        -288,
        8640
      ],
      "parameters": {
        "id": {
          "__rl": true,
          "mode": "url",
          "value": "https://trello.com/b/DCpuJbnd/administrative-tasks"
        },
        "resource": "board",
        "operation": "get",
        "additionalFields": {}
      },
      "credentials": {
        "trelloApi": {
          "id": "0inUg5020tWOj6Qr",
          "name": "Trello account 4"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "e830fbda-f003-423f-b2b2-817f0f8374e3",
      "name": "リスト取得4",
      "type": "n8n-nodes-base.trello",
      "position": [
        -320,
        9184
      ],
      "parameters": {
        "id": "={{ $json.id }}",
        "resource": "list",
        "operation": "getAll",
        "additionalFields": {}
      },
      "credentials": {
        "trelloApi": {
          "id": "0inUg5020tWOj6Qr",
          "name": "Trello account 4"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "bb7d03ca-997c-4192-98a1-dd39c3b58b66",
      "name": "カード取得4",
      "type": "n8n-nodes-base.trello",
      "position": [
        -112,
        8816
      ],
      "parameters": {
        "id": "={{ $json.id }}",
        "resource": "list",
        "operation": "getCards",
        "additionalFields": {}
      },
      "credentials": {
        "trelloApi": {
          "id": "0inUg5020tWOj6Qr",
          "name": "Trello account 4"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "ecf75f1a-e7b4-4bc1-896c-16efb26e74d3",
      "name": "付箋58",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -432,
        9008
      ],
      "parameters": {
        "color": 3,
        "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**, paste **API Key** and **Token**, save.  "
      },
      "typeVersion": 1
    },
    {
      "id": "a4d8f9f3-a074-4789-960e-8e385573788b",
      "name": "カード削除",
      "type": "n8n-nodes-base.trello",
      "position": [
        656,
        8704
      ],
      "parameters": {
        "id": {
          "__rl": true,
          "mode": "id",
          "value": "={{ $('Get Cards4').item.json.id }}"
        },
        "operation": "delete"
      },
      "credentials": {
        "trelloApi": {
          "id": "0inUg5020tWOj6Qr",
          "name": "Trello account 4"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "2d8d605f-db25-4697-8261-ade5f7ae086d",
      "name": "ラベル分割",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        96,
        9088
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "labels"
      },
      "typeVersion": 1
    },
    {
      "id": "8baddef5-5eb3-41d1-bfb4-7867b4aa2deb",
      "name": "削除対象フィルター",
      "type": "n8n-nodes-base.filter",
      "position": [
        368,
        8864
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "58a9c806-b9ef-43d5-9f4d-6d0dfcae474e",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.name }}",
              "rightValue": "Mark for Deletion"
            }
          ]
        }
      },
      "typeVersion": 2.2
    }
  ],
  "pinData": {},
  "connections": {
    "a0130405-c569-4818-b16c-388b57361467": {
      "main": [
        [
          {
            "node": "e830fbda-f003-423f-b2b2-817f0f8374e3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bb7d03ca-997c-4192-98a1-dd39c3b58b66": {
      "main": [
        [
          {
            "node": "2d8d605f-db25-4697-8261-ade5f7ae086d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e830fbda-f003-423f-b2b2-817f0f8374e3": {
      "main": [
        [
          {
            "node": "bb7d03ca-997c-4192-98a1-dd39c3b58b66",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2d8d605f-db25-4697-8261-ade5f7ae086d": {
      "main": [
        [
          {
            "node": "8baddef5-5eb3-41d1-bfb4-7867b4aa2deb",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8baddef5-5eb3-41d1-bfb4-7867b4aa2deb": {
      "main": [
        [
          {
            "node": "a4d8f9f3-a074-4789-960e-8e385573788b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "edea30b9-4fe9-4c32-a10b-4775910ef67e": {
      "main": [
        [
          {
            "node": "a0130405-c569-4818-b16c-388b57361467",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - プロジェクト管理, マルチモーダルAI

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数10
カテゴリー2
ノードタイプ5
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Robert Breen

Robert Breen

@rbreen

Professional services consultant with over 10 years of experience solving complex business problems across industries. I specialize in n8n and process automation—designing custom workflows that integrate tools like Google Calendar, Airtable, GPT, and internal systems. Whether you need to automate scheduling, sync data, or streamline operations, I build solutions that save time and drive results.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34