{
  "name": "Summarize Trello board activity with Gemini and send updates to Slack",
  "nodes": [
    {
      "id": "64b58417-5539-44ed-8d7a-c8a2cb42e336",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1152,
        464
      ],
      "parameters": {
        "width": 380,
        "height": 748,
        "content": "### How it works\n\nThis workflow automatically generates daily standup summaries from your Trello boards using Gemini AI. Every business day, it:\n\n1. Fetches cards updated/created today from your speci"
      }
    },
    {
      "id": "bad9dc11-1d64-41b7-b999-fb48b3c315a3",
      "name": "Trello Section",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -752,
        464
      ],
      "parameters": {
        "width": 916,
        "height": 564,
        "content": "## Trello data collection\nFetch today's card updates and new cards from your specified board"
      }
    },
    {
      "id": "99090a30-45ae-41e3-9fee-4bae3cb016c5",
      "name": "AI Processing Section",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        176,
        464
      ],
      "parameters": {
        "width": 528,
        "height": 564,
        "content": "## AI analysis\nGemini processes the data and generates human-readable summary"
      }
    },
    {
      "id": "22cf93db-8d8b-47b3-82d9-61f4dc47fffd",
      "name": "Distribution Section",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        720,
        464
      ],
      "parameters": {
        "width": 752,
        "height": 564,
        "content": "## Distribution & logging\nSend summary to Slack, email leads, and log metrics to Sheets"
      }
    },
    {
      "id": "b40d853f-38f6-4a53-a570-2f44ac55ed15",
      "name": "Alert Section",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1488,
        464
      ],
      "parameters": {
        "width": 512,
        "height": 564,
        "content": "## Overdue alerts\nCheck for overdue cards and send alerts if found"
      }
    },
    {
      "id": "0ea837b7-1d35-4040-becb-9360e3f8d4c6",
      "name": "Daily Standup Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -688,
        640
      ]
    },
    {
      "id": "fb54813d-2930-4a81-bd7f-ade7f16da43c",
      "name": "Configuration Settings",
      "type": "n8n-nodes-base.set",
      "position": [
        -448,
        640
      ]
    },
    {
      "id": "1f7bff82-2a06-4362-8453-620c0bbcfcd2",
      "name": "Get Updated Cards Today",
      "type": "n8n-nodes-base.trello",
      "position": [
        -208,
        640
      ]
    },
    {
      "id": "e2847c55-e941-48ab-a321-ba407191ee80",
      "name": "Get New Cards Today",
      "type": "n8n-nodes-base.trello",
      "position": [
        -208,
        848
      ]
    },
    {
      "id": "848d38fc-3e68-4a8e-aea2-c3c680d51aa0",
      "name": "Format Card Activity",
      "type": "n8n-nodes-base.code",
      "position": [
        16,
        640
      ]
    },
    {
      "id": "fb09a510-6bc7-416d-a958-d59813f8e2a9",
      "name": "Generate AI Summary",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        272,
        640
      ]
    },
    {
      "id": "e8540eb3-286a-41a0-b777-a2ba649073f6",
      "name": "Parse AI Response",
      "type": "n8n-nodes-base.set",
      "position": [
        512,
        640
      ]
    },
    {
      "id": "a682d08b-1076-4ad5-ac1f-6099518b27ff",
      "name": "Post to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        800,
        640
      ]
    },
    {
      "id": "b2a508d4-6699-447e-bf4c-9f3b0c8d9b1a",
      "name": "Email Team Leads",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1056,
        640
      ]
    },
    {
      "id": "c0f3bf63-02c1-4845-b35f-348627323a0e",
      "name": "Log to Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1312,
        640
      ]
    },
    {
      "id": "e286c6ff-19f6-46c5-85ec-fda1727ae39d",
      "name": "Check Overdue Items",
      "type": "n8n-nodes-base.if",
      "position": [
        1536,
        640
      ]
    },
    {
      "id": "22bf8c9b-80e8-493e-8284-f1cf426975db",
      "name": "Send Overdue Alert",
      "type": "n8n-nodes-base.slack",
      "position": [
        1776,
        624
      ]
    }
  ],
  "connections": {
    "Log to Sheets": {
      "main": [
        [
          {
            "node": "Check Overdue Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Post to Slack": {
      "main": [
        [
          {
            "node": "Email Team Leads",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Team Leads": {
      "main": [
        [
          {
            "node": "Log to Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse AI Response": {
      "main": [
        [
          {
            "node": "Post to Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Overdue Items": {
      "main": [
        [
          {
            "node": "Send Overdue Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate AI Summary": {
      "main": [
        [
          {
            "node": "Parse AI Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get New Cards Today": {
      "main": [
        [
          {
            "node": "Format Card Activity",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Card Activity": {
      "main": [
        [
          {
            "node": "Generate AI Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Standup Trigger": {
      "main": [
        [
          {
            "node": "Configuration Settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Configuration Settings": {
      "main": [
        [
          {
            "node": "Get Updated Cards Today",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get New Cards Today",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Updated Cards Today": {
      "main": [
        [
          {
            "node": "Format Card Activity",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}