{
  "name": "[실습 3-H] Claude Code로 만든 아침 브리핑 연습",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 9
            }
          ]
        }
      },
      "id": "b32b7026-e3c9-43e0-afb5-da53f7bd06eb",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.3,
      "position": [
        -448,
        0
      ]
    },
    {
      "parameters": {
        "conditions": {
          "options": {
            "caseSensitive": true,
            "leftValue": "",
            "typeValidation": "strict",
            "version": 3
          },
          "conditions": [
            {
              "id": "weekday-is-friday",
              "leftValue": "={{ $now.weekday }}",
              "rightValue": 5,
              "operator": {
                "type": "number",
                "operation": "equals"
              }
            }
          ],
          "combinator": "and"
        },
        "options": {}
      },
      "id": "c7c27518-227c-4a66-8d52-3931f36f4328",
      "name": "금요일인가",
      "type": "n8n-nodes-base.if",
      "typeVersion": 2.3,
      "position": [
        -224,
        0
      ]
    },
    {
      "parameters": {
        "authentication": "webhook",
        "content": "=이번 주 수고하셨습니다. 오늘은 {{ $now.format('M월 d일 EEEE') }} — 한 주를 정리하는 날입니다.",
        "options": {}
      },
      "id": "8d356c0c-a2a8-4203-be56-d6015a991329",
      "name": "주간 정리 보내기",
      "type": "n8n-nodes-base.discord",
      "typeVersion": 2,
      "position": [
        32,
        -128
      ]
    },
    {
      "parameters": {
        "authentication": "webhook",
        "content": "=좋은 아침입니다. 오늘은 {{ $now.format('M월 d일 EEEE') }} 입니다.",
        "options": {}
      },
      "id": "bd017dd1-2726-4bf3-baaf-13eeff48727d",
      "name": "아침 인사 보내기",
      "type": "n8n-nodes-base.discord",
      "typeVersion": 2,
      "position": [
        32,
        128
      ]
    }
  ],
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "금요일인가",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "금요일인가": {
      "main": [
        [
          {
            "node": "주간 정리 보내기",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "아침 인사 보내기",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "binaryMode": "separate",
    "availableInMCP": true,
    "timezone": "Asia/Seoul"
  },
  "nodeGroups": []
}
