Limpieza automática de tableros de Trello (eliminación de tarjetas con etiquetas específicas)
Este es unProject Management, Multimodal AIflujo de automatización del dominio deautomatización que contiene 10 nodos.Utiliza principalmente nodos como Filter, Trello, SplitOut, ManualTrigger. Limpieza automática de tableros de Trello mediante eliminación de tarjetas con etiquetas específicas
- •No hay requisitos previos especiales, puede importar y usarlo directamente
Nodos utilizados (10)
Categoría
{
"meta": {
"instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "edea30b9-4fe9-4c32-a10b-4775910ef67e",
"name": "Al hacer clic en 'Ejecutar flujo de trabajo'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-528,
8640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "bbc37d37-8f20-4249-971b-fa5b769f0de8",
"name": "Nota adhesiva5",
"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": "Nota adhesiva56",
"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": "Obtener tablero4",
"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": "Obtener listas4",
"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": "Obtener tarjetas4",
"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": "Nota adhesiva58",
"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": "Eliminar una tarjeta",
"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": "Dividir etiquetas",
"type": "n8n-nodes-base.splitOut",
"position": [
96,
9088
],
"parameters": {
"options": {},
"fieldToSplitOut": "labels"
},
"typeVersion": 1
},
{
"id": "8baddef5-5eb3-41d1-bfb4-7867b4aa2deb",
"name": "Filtrar marcadas para eliminar",
"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
}
]
]
}
}
}¿Cómo usar este flujo de trabajo?
Copie el código de configuración JSON de arriba, cree un nuevo flujo de trabajo en su instancia de n8n y seleccione "Importar desde JSON", pegue la configuración y luego modifique la configuración de credenciales según sea necesario.
¿En qué escenarios es adecuado este flujo de trabajo?
Intermedio - Gestión de proyectos, IA Multimodal
¿Es de pago?
Este flujo de trabajo es completamente gratuito, puede importarlo y usarlo directamente. Sin embargo, tenga en cuenta que los servicios de terceros utilizados en el flujo de trabajo (como la API de OpenAI) pueden requerir un pago por su cuenta.
Flujos de trabajo relacionados recomendados
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.
Compartir este flujo de trabajo