8
n8n 한국어amn8n.com

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": "Sticky Note5",
      "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": "Sticky Note56",
      "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": "Get Board4",
      "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": "Get Lists4",
      "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": "Get Cards4",
      "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": "Sticky Note58",
      "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