From 39abdee278be527a081d4fa957e6caa299fd33ab Mon Sep 17 00:00:00 2001 From: happybell80 Date: Sat, 20 Sep 2025 00:54:50 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=9D=B4=EC=A4=91=20=EC=A0=84=EC=86=A1?= =?UTF-8?q?=20=EA=B0=80=EB=8A=A5=EC=84=B1=20=EB=B0=8F=20skill-slack=20?= =?UTF-8?q?=ED=98=B8=EC=B6=9C=20=EC=A1=B0=EA=B1=B4=20=EB=AA=85=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 메일 있을 시 이중 전송 가능성 경고 추가 - skill-slack은 메일이 있을 때만 호출됨 명시 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .../250919_naverworks_slack_01_base_configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/troubleshooting/250919_naverworks_slack_01_base_configuration.md b/troubleshooting/250919_naverworks_slack_01_base_configuration.md index 812c04a..140dc88 100644 --- a/troubleshooting/250919_naverworks_slack_01_base_configuration.md +++ b/troubleshooting/250919_naverworks_slack_01_base_configuration.md @@ -179,6 +179,8 @@ Gateway → rb8001 전달 정보: - ✅ "네이버웍스 메일 확인" 명령어 정상 작동 - ✅ 24시간 이내 메일 조회 성공 - ✅ 메일 없을 시 안내 메시지 표시 +- ⚠️ 메일 있을 시 이중 전송 가능성 (send_naverworks_to_slack + slack_handler) +- 📝 skill-slack은 메일이 있을 때만 호출됨 (없으면 직접 응답) ---