{
  "name": " Trello to Slack Notification Trigger: Task/Card Move Alerts ",
  "nodes": [
    {
      "id": "edea30b9-4fe9-4c32-a10b-4775910ef67e",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -240,
        4720
      ]
    },
    {
      "id": "96136579-eee3-43a2-bd19-dbafe64729a0",
      "name": "Trello Trigger",
      "type": "n8n-nodes-base.trelloTrigger",
      "position": [
        -192,
        5296
      ]
    },
    {
      "id": "48d82a0f-0492-43c8-b7fc-d99b9aeaf37e",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        112,
        5104
      ]
    },
    {
      "id": "699bfcb2-b95c-476c-8b6d-d3fcce961ff8",
      "name": "Send a message2",
      "type": "n8n-nodes-base.slack",
      "position": [
        432,
        5232
      ]
    },
    {
      "id": "ad64796f-5028-4040-a6b0-7d9c41d03354",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -800,
        4528
      ],
      "parameters": {
        "width": 400,
        "height": 1056,
        "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": "2f22d4d3-06bb-4fe0-870b-96ee14684abd",
      "name": "Sticky Note50",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        4528
      ],
      "parameters": {
        "width": 1072,
        "height": 1072,
        "content": "# 🔔 Trello → Slack: Card Move Alerts (n8n)\n\nSends a Slack notification whenever a Trello card is moved between lists on a specific board. Message format (bolded parts):  \n`Task: *{{ $json.Task }}* mov"
      }
    },
    {
      "id": "abcff884-cea7-4ddf-a807-ed1edc8dd076",
      "name": "Sticky Note51",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        336,
        4848
      ],
      "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": "96d6ad5a-ba0c-4a63-8bd9-95d2391a7103",
      "name": "Get Your Model ID",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        0,
        4720
      ]
    },
    {
      "id": "40be96db-b496-4009-a211-ccfd0e0b9874",
      "name": "Sticky Note52",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -256,
        5072
      ],
      "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"
      }
    }
  ],
  "connections": {
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Send a message2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trello Trigger": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get Your Model ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}