{
  "name": "Daily Trello Task Deadline Digests to Slack",
  "nodes": [
    {
      "id": "edea30b9-4fe9-4c32-a10b-4775910ef67e",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -368,
        2544
      ]
    },
    {
      "id": "5bb5ef97-8ddd-4a66-b5c2-00a5062fe85a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -896,
        2400
      ],
      "parameters": {
        "width": 400,
        "height": 928,
        "content": "## ⚙️ Setup Instructions\n\n### 1️⃣ Connect Trello (Developer API)\n1. Get your **API key** here → [Trello App Key](https://trello.com/app-key)  \n2. On the same page, generate a **Token** (click **Token*"
      }
    },
    {
      "id": "f0ec26ef-3b96-40f9-a387-2353d880d44a",
      "name": "Sticky Note44",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -448,
        2400
      ],
      "parameters": {
        "width": 1248,
        "height": 928,
        "content": "# 📋 Trello → Slack Daily Task Reporter  \nAutomatically pulls tasks from your Trello board and sends a daily summary to Slack.  \nPerfect for staying on top of admin tasks, due dates, and project update"
      }
    },
    {
      "id": "ba24e584-d77a-42a4-871e-a543f1284a0d",
      "name": "Sticky Note45",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        448,
        2544
      ],
      "parameters": {
        "width": 288,
        "height": 528,
        "content": "### 2️⃣ Connect Slack\n1. Go to [Slack API Apps](https://api.slack.com/apps) and create a new app.  \n2. Add **OAuth & Permissions** → include scopes like:  \n   - `chat:write` (to send messages)  \n   - "
      }
    },
    {
      "id": "b5b38c6b-459b-47b6-852c-58b3a7f9f43f",
      "name": "Get Board1",
      "type": "n8n-nodes-base.trello",
      "position": [
        -368,
        2752
      ]
    },
    {
      "id": "8de617cc-e356-4414-986c-dc20bf58f672",
      "name": "Get Lists1",
      "type": "n8n-nodes-base.trello",
      "position": [
        -304,
        3184
      ]
    },
    {
      "id": "1b518650-0d57-4128-8630-94af9de6ecdc",
      "name": "Get Cards1",
      "type": "n8n-nodes-base.trello",
      "position": [
        -112,
        2800
      ]
    },
    {
      "id": "3351a653-38cb-4b52-80e9-8d73b0c1aaeb",
      "name": "Map Fields1",
      "type": "n8n-nodes-base.set",
      "position": [
        64,
        2656
      ]
    },
    {
      "id": "c7292203-397b-4acf-90ce-6c7a42bf23cf",
      "name": "Sticky Note46",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        2960
      ],
      "parameters": {
        "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**, pa"
      }
    },
    {
      "id": "2eed1cdb-da3a-4617-af78-7fa8de716213",
      "name": "Filter",
      "type": "n8n-nodes-base.filter",
      "position": [
        272,
        3168
      ]
    },
    {
      "id": "5389e9b4-7d3c-41d7-8b06-0c5f6f42dc2b",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        240,
        2544
      ]
    },
    {
      "id": "008dffe5-5b07-43d7-8fbe-2c163ce56fc7",
      "name": "Send a message",
      "type": "n8n-nodes-base.slack",
      "position": [
        544,
        2944
      ]
    },
    {
      "id": "f818165d-f36b-49bb-80ae-15a8bb73c436",
      "name": "Today's Date",
      "type": "n8n-nodes-base.code",
      "position": [
        -80,
        2528
      ]
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Board1": {
      "main": [
        [
          {
            "node": "Get Lists1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Cards1": {
      "main": [
        [
          {
            "node": "Map Fields1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Lists1": {
      "main": [
        [
          {
            "node": "Get Cards1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Map Fields1": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Today's Date": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get Board1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Today's Date",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}