Resumen automatizado de tableros de Trello con GPT-5-Nano

Intermedio

Este es unAI Summarization, Multimodal AIflujo de automatización del dominio deautomatización que contiene 12 nodos.Utiliza principalmente nodos como Set, Trello, Aggregate, ManualTrigger, Agent. Resumen automatizado de tableros de Trello con GPT-5-Nano

Requisitos previos
  • Clave de API de OpenAI
Vista previa del flujo de trabajo
Visualización de las conexiones entre nodos, con soporte para zoom y panorámica
Exportar flujo de trabajo
Copie la siguiente configuración JSON en n8n para importar y usar este flujo de trabajo
{
  "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": [
        -416,
        1376
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b99370e3-ef14-49e6-8c32-4fae46fa3ea6",
      "name": "Modelo de chat OpenAI",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        112,
        1904
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-5-nano",
          "cachedResultName": "gpt-5-nano"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "4l6TDfLZVFS24g3X",
          "name": "OpenAi account 4"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "6d3e48c8-0b7b-49f7-9ce9-cb1dace5f83c",
      "name": "Nota Adhesiva",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -944,
        1248
      ],
      "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### 2️⃣ Set Up OpenAI Connection\n1. Go to [OpenAI Platform](https://platform.openai.com/api-keys)  \n2. Navigate to [OpenAI Billing](https://platform.openai.com/settings/organization/billing/overview)  \n3. Add funds to your billing account  \n4. Copy your API key into the **OpenAI credentials** in n8n  \n\n### 3️⃣ 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": "33cbea62-e7ae-47e2-a191-4753663cc604",
      "name": "Nota Adhesiva41",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -496,
        1248
      ],
      "parameters": {
        "color": 7,
        "width": 1104,
        "height": 928,
        "content": "# 🗂️ Trello Board Summarizer (n8n + Trello + OpenAI)\nThis workflow pulls a Trello **board → lists → cards**, maps key fields (board, list, task names/descriptions), and asks OpenAI to **summarize the board**."
      },
      "typeVersion": 1
    },
    {
      "id": "4cadd49a-62ce-4784-b41b-39e7cb3081ab",
      "name": "Nota Adhesiva42",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        16,
        1728
      ],
      "parameters": {
        "color": 3,
        "width": 288,
        "height": 304,
        "content": "### 2️⃣ Set Up OpenAI Connection\n1. Go to [OpenAI Platform](https://platform.openai.com/api-keys)  \n2. Navigate to [OpenAI Billing](https://platform.openai.com/settings/organization/billing/overview)  \n3. Add funds to your billing account  \n4. Copy your API key into the **OpenAI credentials** in n8n  "
      },
      "typeVersion": 1
    },
    {
      "id": "a230c9f0-cbfb-4423-9cd1-31817224edcd",
      "name": "Obtener Tablero",
      "type": "n8n-nodes-base.trello",
      "position": [
        -416,
        1600
      ],
      "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": "a957f208-cb1c-4734-b855-7651b8fa89fe",
      "name": "Obtener Listas",
      "type": "n8n-nodes-base.trello",
      "position": [
        -368,
        2016
      ],
      "parameters": {
        "id": "={{ $json.id }}",
        "resource": "list",
        "operation": "getAll",
        "additionalFields": {}
      },
      "credentials": {
        "trelloApi": {
          "id": "0inUg5020tWOj6Qr",
          "name": "Trello account 4"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "56f8066e-5ce1-4065-855b-cd9dfe6a20be",
      "name": "Obtener Tarjetas",
      "type": "n8n-nodes-base.trello",
      "position": [
        -160,
        1648
      ],
      "parameters": {
        "id": "={{ $json.id }}",
        "resource": "list",
        "operation": "getCards",
        "additionalFields": {}
      },
      "credentials": {
        "trelloApi": {
          "id": "0inUg5020tWOj6Qr",
          "name": "Trello account 4"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "156c52d3-970e-4bcf-995e-eaeb1c425711",
      "name": "Mapear Campos",
      "type": "n8n-nodes-base.set",
      "position": [
        -48,
        1376
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "3c2613df-a000-4c8e-bd27-2aef696f5ced",
              "name": "Board Name",
              "type": "string",
              "value": "={{ $('Get Board').item.json.name }}"
            },
            {
              "id": "e4048a3f-d352-4b1f-a76a-4fbf9b74b163",
              "name": "List Name",
              "type": "string",
              "value": "={{ $('Get Lists').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 }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "31e6bbd1-fef7-4a26-9c5d-33f7620f70d3",
      "name": "Combinar en Uno",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        112,
        1520
      ],
      "parameters": {
        "options": {},
        "aggregate": "aggregateAllItemData"
      },
      "typeVersion": 1
    },
    {
      "id": "3d6f05a6-0b46-417d-b314-c3106e5267f1",
      "name": "Resumir Tareas",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        288,
        1488
      ],
      "parameters": {
        "text": "={{ $json.data }}",
        "options": {
          "systemMessage": "Summarize this board"
        },
        "promptType": "define"
      },
      "typeVersion": 2.2
    },
    {
      "id": "5ff00f3a-ac76-433b-a427-9018fb5d5ef0",
      "name": "Nota Adhesiva43",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -480,
        1840
      ],
      "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
    }
  ],
  "pinData": {},
  "connections": {
    "a230c9f0-cbfb-4423-9cd1-31817224edcd": {
      "main": [
        [
          {
            "node": "a957f208-cb1c-4734-b855-7651b8fa89fe",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "56f8066e-5ce1-4065-855b-cd9dfe6a20be": {
      "main": [
        [
          {
            "node": "156c52d3-970e-4bcf-995e-eaeb1c425711",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a957f208-cb1c-4734-b855-7651b8fa89fe": {
      "main": [
        [
          {
            "node": "56f8066e-5ce1-4065-855b-cd9dfe6a20be",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "156c52d3-970e-4bcf-995e-eaeb1c425711": {
      "main": [
        [
          {
            "node": "31e6bbd1-fef7-4a26-9c5d-33f7620f70d3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "31e6bbd1-fef7-4a26-9c5d-33f7620f70d3": {
      "main": [
        [
          {
            "node": "3d6f05a6-0b46-417d-b314-c3106e5267f1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "3d6f05a6-0b46-417d-b314-c3106e5267f1",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "edea30b9-4fe9-4c32-a10b-4775910ef67e": {
      "main": [
        [
          {
            "node": "a230c9f0-cbfb-4423-9cd1-31817224edcd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Preguntas frecuentes

¿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 - Resumen de IA, 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

Información del flujo de trabajo
Nivel de dificultad
Intermedio
Número de nodos12
Categoría2
Tipos de nodos7
Descripción de la dificultad

Adecuado para usuarios con experiencia intermedia, flujos de trabajo de complejidad media con 6-15 nodos

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

Enlaces externos
Ver en n8n.io

Compartir este flujo de trabajo

Categorías

Categorías: 34