Automatische Bereinigung von Trello-Boards (Entfernen von Karten mit bestimmten Tags)
Dies ist ein Project Management, Multimodal AI-Bereich Automatisierungsworkflow mit 10 Nodes. Hauptsächlich werden Filter, Trello, SplitOut, ManualTrigger und andere Nodes verwendet. Automatische Bereinigung von Trello-Boards durch Entfernen von Karten mit bestimmten Tags
- •Keine besonderen Voraussetzungen, sofort nach Import nutzbar
Verwendete Nodes (10)
Kategorie
{
"meta": {
"instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "edea30b9-4fe9-4c32-a10b-4775910ef67e",
"name": "Bei Klick auf 'Workflow ausführen'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-528,
8640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "bbc37d37-8f20-4249-971b-fa5b769f0de8",
"name": "Notiz5",
"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": "Notiz56",
"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": "Board abrufen4",
"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": "Listen abrufen4",
"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": "Karten abrufen4",
"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": "Notiz58",
"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": "Karte löschen",
"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": "Labels aufteilen",
"type": "n8n-nodes-base.splitOut",
"position": [
96,
9088
],
"parameters": {
"options": {},
"fieldToSplitOut": "labels"
},
"typeVersion": 1
},
{
"id": "8baddef5-5eb3-41d1-bfb4-7867b4aa2deb",
"name": "Filter 'Zur Löschung markiert'",
"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
}
]
]
}
}
}Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Fortgeschritten - Projektmanagement, Multimodales KI
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
Robert Breen
@rbreenProfessional 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.
Diesen Workflow teilen