Nettoyage automatique des tableaux Trello (suppression des cartes avec des étiquettes spécifiques)
Ceci est unProject Management, Multimodal AIworkflow d'automatisation du domainecontenant 10 nœuds.Utilise principalement des nœuds comme Filter, Trello, SplitOut, ManualTrigger. Nettoyage automatique des tableaux Trello en supprimant les cartes avec des étiquettes spécifiques
- •Aucun prérequis spécial, prêt à l'emploi après importation
Nœuds utilisés (10)
Catégorie
{
"meta": {
"instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "edea30b9-4fe9-4c32-a10b-4775910ef67e",
"name": "Lors du clic sur 'Exécuter le workflow'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-528,
8640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "bbc37d37-8f20-4249-971b-fa5b769f0de8",
"name": "Note adhésive5",
"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": "Note adhésive56",
"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": "Obtenir le tableau4",
"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": "Obtenir les listes4",
"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": "Obtenir les cartes4",
"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": "Note adhésive58",
"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": "Supprimer une carte",
"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": "Diviser les étiquettes",
"type": "n8n-nodes-base.splitOut",
"position": [
96,
9088
],
"parameters": {
"options": {},
"fieldToSplitOut": "labels"
},
"typeVersion": 1
},
{
"id": "8baddef5-5eb3-41d1-bfb4-7867b4aa2deb",
"name": "Filtrer les éléments marqués pour suppression",
"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
}
]
]
}
}
}Comment utiliser ce workflow ?
Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.
Dans quelles scénarios ce workflow est-il adapté ?
Intermédiaire - Gestion de projet, IA Multimodale
Est-ce payant ?
Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.
Workflows recommandés
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.
Partager ce workflow