File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,13 @@ categories: [Blogging,ai]
6464
6565** n8n 워크플로우 구조**
6666
67- ![ 스크린샷 2026-03-28 오후 8.22.23.png ] ( /assets/img/ai/2026-03-28-ai-02.png )
67+ {% tabs n8n-chat-trigger %}
6868
69+ {% tab n8n-chat-trigger 이미지 %}
70+ ![ 스크린샷 2026-03-28 오후 8.22.23.png] ( /assets/img/ai/2026-03-28-ai-02.png )
71+ {% endtab %}
72+
73+ {% tab n8n-chat-trigger 구조 %}
6974```
7075[Chat Trigger]
7176 ↓
@@ -95,6 +100,9 @@ categories: [Blogging,ai]
95100 ↓
96101 [Code - 완료 안내]
97102```
103+ {% endtab %}
104+
105+ {% endtabs %}
98106
99107
100108
@@ -132,10 +140,13 @@ n8n 챗봇은 잘 동작했지만 **팀원들이 n8n을 설치해야 쓸 수
132140
133141** n8n 워크플로우 구조 (Webhook 수신 후):**
134142
143+ {% tabs n8n-webhook %}
135144
136- ![ 스크린샷 2026-03-28 오후 8.53.35.png] ( /assets/img/ai/2026-03-28-ai-04.png )
137-
145+ {% tab n8n-webhook 이미지 %}
146+ ![ 스크린샷 2026-03-28 오후 8.53.35.png] ( /assets/img/ai/2026-03-28-ai-04.png )
147+ {% endtab %}
138148
149+ {% tab n8n-webhook 구조 %}
139150```
140151[Webhook Trigger] — chatInput, authHeader, userKey, defaultTitle 수신
141152 ↓
@@ -155,6 +166,9 @@ n8n 챗봇은 잘 동작했지만 **팀원들이 n8n을 설치해야 쓸 수
155166 ↓
156167 [Respond to Webhook] — 완료 메시지 반환
157168```
169+ {% endtab %}
170+
171+ {% endtabs %}
158172
159173** 챗봇 버전 대비 개선 사항:**
160174
You can’t perform that action at this time.
0 commit comments