Suivi quotidien des tâches Trello avec historique Google Sheets

Intermédiaire

Ceci est unProject Management, Multimodal AIworkflow d'automatisation du domainecontenant 11 nœuds.Utilise principalement des nœuds comme Set, Code, Merge, Trello, GoogleSheets. Suivi quotidien des tâches Trello avec historique Google Sheets

Prérequis
  • Informations d'identification Google Sheets API
Aperçu du workflow
Visualisation des connexions entre les nœuds, avec support du zoom et du déplacement
Exporter le workflow
Copiez la configuration JSON suivante dans n8n pour importer et utiliser ce workflow
{
  "meta": {
    "instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "299e3c15-7a6f-4c92-9c1d-2cb763e62a9d",
      "name": "Note adhésive47",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        3312
      ],
      "parameters": {
        "color": 7,
        "width": 1248,
        "height": 928,
        "content": "# 📋 Trello → Google Sheets Daily Task Status\n\nThis workflow **pulls all tasks from your Trello board** every day and logs them into a **Google Sheet**.  \nUse it to track project progress, due dates, and keep a daily snapshot of your board’s status.\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "df25de48-0aac-4a7e-af2e-e61be0ebc369",
      "name": "Obtenir le tableau2",
      "type": "n8n-nodes-base.trello",
      "position": [
        -128,
        3728
      ],
      "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": "e2311a05-aeb5-4039-a11a-934f94ba4d72",
      "name": "Obtenir les listes2",
      "type": "n8n-nodes-base.trello",
      "position": [
        144,
        4016
      ],
      "parameters": {
        "id": "={{ $json.id }}",
        "resource": "list",
        "operation": "getAll",
        "additionalFields": {}
      },
      "credentials": {
        "trelloApi": {
          "id": "0inUg5020tWOj6Qr",
          "name": "Trello account 4"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "592ae7d6-c757-41dd-b3ce-68811803f9bc",
      "name": "Obtenir les cartes2",
      "type": "n8n-nodes-base.trello",
      "position": [
        368,
        3584
      ],
      "parameters": {
        "id": "={{ $json.id }}",
        "resource": "list",
        "operation": "getCards",
        "additionalFields": {}
      },
      "credentials": {
        "trelloApi": {
          "id": "0inUg5020tWOj6Qr",
          "name": "Trello account 4"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "e5ca7c3b-97d4-4e01-b022-de796a9b69cd",
      "name": "Mapper les champs2",
      "type": "n8n-nodes-base.set",
      "position": [
        544,
        3808
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "3c2613df-a000-4c8e-bd27-2aef696f5ced",
              "name": "Board Name",
              "type": "string",
              "value": "={{ $('Get Board2').item.json.name }}"
            },
            {
              "id": "e4048a3f-d352-4b1f-a76a-4fbf9b74b163",
              "name": "List Name",
              "type": "string",
              "value": "={{ $('Get Lists2').item.json.name }}"
            },
            {
              "id": "d0236a8a-8129-4370-b241-9e27adcb9952",
              "name": "Task Name",
              "type": "string",
              "value": "={{ $json.name }}"
            },
            {
              "id": "8b6b23c1-1661-4af7-b62d-4facaf0d2651",
              "name": "Task Description",
              "type": "string",
              "value": "={{ $json.desc }}"
            },
            {
              "id": "1bc7f7c2-9121-4059-81e3-7f6962e509cc",
              "name": "Due Date",
              "type": "string",
              "value": "={{ $json.badges.due.trim().substring(0, 10) }}"
            },
            {
              "id": "d6410de8-9d2f-4ef4-9e41-4f5eb6224534",
              "name": "url",
              "type": "string",
              "value": "={{ $json.url }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "1f7b1c4f-a63c-4fed-ab02-dde5d79465ae",
      "name": "Note adhésive49",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        3792
      ],
      "parameters": {
        "color": 3,
        "width": 224,
        "height": 352,
        "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": "426d15b6-107b-417d-9508-a5985be97015",
      "name": "Fusionner1",
      "type": "n8n-nodes-base.merge",
      "position": [
        784,
        3824
      ],
      "parameters": {
        "mode": "combine",
        "options": {},
        "combineBy": "combineAll"
      },
      "typeVersion": 3.2
    },
    {
      "id": "9291c303-4098-466e-a0ac-7284c0240e5b",
      "name": "Date du jour1",
      "type": "n8n-nodes-base.code",
      "position": [
        800,
        3408
      ],
      "parameters": {
        "jsCode": "return [\n  {\n    json: {\n      badges: {\n        today: new Date().toISOString().split('T')[0]  \n      }\n    }\n  }\n];\n"
      },
      "typeVersion": 2
    },
    {
      "id": "40e6b69d-3300-4f7c-9cb7-d294a45e3bd1",
      "name": "Note adhésive3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -640,
        3312
      ],
      "parameters": {
        "width": 400,
        "height": 928,
        "content": "\n## ⚙️ Setup Instructions\n\n### 1️⃣ Connect Trello (Developer API)\n1. Get your **API key**: [Trello App Key](https://trello.com/app-key)  \n2. On the same page, generate a **Token** (click **Token**)  \n3. In **n8n** → **Credentials → New → Trello API**, paste your **API Key** + **Token**, then save.  \n4. Open each Trello node (**Get Board**, **Get Lists**, **Get Cards**) and select your Trello credential.  \n\n---\n\n## 🧠 How It Works\n- **Schedule Trigger**: Runs daily (can be customized).  \n- **Get Board → Get Lists → Get Cards**: Pulls every task, its list, due date, and description.  \n- **Map Fields**: Normalizes the data (board name, list name, task name, description, due date, URL).  \n- **Today's Date Node**: Adds a timestamp column so each run is logged.  \n- **Google Sheets (Append)**: Appends all task rows into a sheet → creating a **daily history log**.\n\n---\n\n## 📬 Contact\nNeed help customizing this (e.g., filtering by list, or sending reports by email/Slack)?  \n\n📧 **robert@ynteractive.com**  \n🔗 **[Robert Breen](https://www.linkedin.com/in/robert-breen-29429625/)**  \n🌐 **[ynteractive.com](https://ynteractive.com)**\n"
      },
      "typeVersion": 1
    },
    {
      "id": "457f6ed8-42ad-433c-9df6-db372b47d518",
      "name": "Déclencheur planifié",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -80,
        3456
      ],
      "parameters": {
        "rule": {
          "interval": [
            {}
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "31096032-6f0b-4b31-bb07-ac895aff193e",
      "name": "Progression quotidienne vers Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        800,
        4064
      ],
      "parameters": {
        "columns": {
          "value": {
            "url": "={{ $json.url }}",
            "Date": "={{ $('Today\\'s Date1').item.json.badges.today }}",
            "Due Date": "={{ $json['Due Date'] }}",
            "List Name": "={{ $json['List Name'] }}",
            "Task Name": "={{ $json['Task Name'] }}",
            "Task Description": "={{ $json['Task Description'] }}"
          },
          "schema": [
            {
              "id": "Date",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Date",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "List Name",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "List Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Task Name",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Task Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Task Description",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Task Description",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Due Date",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Due Date",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "url",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "url",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "append",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1yAdFAsq38OTtZ52jJV2m9LpzGQH-PQmCW-ZPPBF3AAg/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1yAdFAsq38OTtZ52jJV2m9LpzGQH-PQmCW-ZPPBF3AAg",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1yAdFAsq38OTtZ52jJV2m9LpzGQH-PQmCW-ZPPBF3AAg/edit?usp=drivesdk",
          "cachedResultName": "Trello Progress"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "HlBW2puZbuCCq8jJ",
          "name": "Google Sheets account 3"
        }
      },
      "typeVersion": 4.7
    }
  ],
  "pinData": {},
  "connections": {
    "426d15b6-107b-417d-9508-a5985be97015": {
      "main": [
        [
          {
            "node": "31096032-6f0b-4b31-bb07-ac895aff193e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "df25de48-0aac-4a7e-af2e-e61be0ebc369": {
      "main": [
        [
          {
            "node": "e2311a05-aeb5-4039-a11a-934f94ba4d72",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "592ae7d6-c757-41dd-b3ce-68811803f9bc": {
      "main": [
        [
          {
            "node": "e5ca7c3b-97d4-4e01-b022-de796a9b69cd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e2311a05-aeb5-4039-a11a-934f94ba4d72": {
      "main": [
        [
          {
            "node": "592ae7d6-c757-41dd-b3ce-68811803f9bc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e5ca7c3b-97d4-4e01-b022-de796a9b69cd": {
      "main": [
        [
          {
            "node": "426d15b6-107b-417d-9508-a5985be97015",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "9291c303-4098-466e-a0ac-7284c0240e5b": {
      "main": [
        [
          {
            "node": "426d15b6-107b-417d-9508-a5985be97015",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "457f6ed8-42ad-433c-9df6-db372b47d518": {
      "main": [
        [
          {
            "node": "df25de48-0aac-4a7e-af2e-e61be0ebc369",
            "type": "main",
            "index": 0
          },
          {
            "node": "9291c303-4098-466e-a0ac-7284c0240e5b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Foire aux questions

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.

Informations sur le workflow
Niveau de difficulté
Intermédiaire
Nombre de nœuds11
Catégorie2
Types de nœuds7
Description de la difficulté

Adapté aux utilisateurs expérimentés, avec des workflows de complexité moyenne contenant 6-15 nœuds

Auteur
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.

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34