SSOT 원칙(JSON 먼저, MD 함께): 모든 워크플로우 JSON에 대응하는 MD 보조 문서 작성. 260319 rb8001 변경 영향 반영: - companyx_grounding_pipeline: skip_default_prompt로 영향 없음 (notes 추가) - diary_reflection_pipeline: prompt DB v3 + neutral 생략 적용됨 (notes 추가) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
852 B
852 B
skill_slack_send_message_bridge 워크플로우
목적
Slack 메시지 발송 브릿지. 내부 서비스가 Slack 메시지를 보내야 할 때 이 webhook을 통해 n8n Slack 노드로 발송한다.
흐름
Webhook In → Normalize Payload → Post to Slack → Return Response
주요 노드
| 노드 | 설명 |
|---|---|
| Webhook In | POST /skills/slack/send 수신 |
| Normalize Payload | channel, text, thread_ts, blocks 추출 |
| Post to Slack | Slack chat.postMessage (스레드 지원) |
| Return Response | {success, channel, thread_ts} 반환 |
엔드포인트
- 인바운드:
POST /skills/slack/send(n8n webhook) - 아웃바운드: Slack
chat.postMessage