Docs: n8n 노드 설정 상세화 — Mode, Send Body, Specify Body 등 누락 옵션 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
sm4640
2026-03-25 15:54:33 +09:00
parent a2a82084ba
commit 11b3a60be8
2 changed files with 39 additions and 18 deletions

View File

@@ -50,8 +50,10 @@ Schedule Trigger (매 정시)
| Type | HTTP Request |
| Method | GET |
| URL | `https://www.googleapis.com/youtube/v3/playlistItems` |
| Send Query Parameters | ON |
| Specify Query Parameters | Using Individual Fields |
**Query Parameters:**
**Query Parameters (Add Parameter로 추가):**
| 파라미터 | 값 |
|---|---|
@@ -105,6 +107,7 @@ Schedule Trigger (매 정시)
|---|---|
| Type | Code |
| Language | JavaScript |
| Mode | Run Once for All Items |
최근 1시간 이내 발행된 영상만 필터링합니다:
@@ -137,8 +140,9 @@ return $input.all().filter(item => {
| Type | HTTP Request |
| Method | POST |
| URL | `https://<서버주소>/api/news/summarize` |
| Body Content Type | JSON |
| Send Body | ON |
| Body Content Type | JSON |
| Specify Body | Using JSON |
**Body (Expression 모드):**
@@ -165,15 +169,17 @@ return $input.all().filter(item => {
| 설정 항목 | 값 |
|---|---|
| Type | Switch |
| Field | `{{ $json.status }}` |
| Mode | Rules |
| Data Type | String |
| Value | `{{ $json.status }}` |
**Rules:**
| Rule | Value | Output |
|---|---|---|
| Rule 1 | `ok` | → Discord 요약 전송 |
| Rule 2 | `skipped` | → No Operation (무시) |
| Rule 3 | `error` | → Discord 에러 알림 |
| Rule | Operation | Value | Output |
|---|---|---|---|
| Rule 1 | Equal | `ok` | → Discord 요약 전송 |
| Rule 2 | Equal | `skipped` | → No Operation (무시) |
| Rule 3 | Equal | `error` | → Discord 에러 알림 |
### 8. Discord 요약 전송 (status=ok)
@@ -182,9 +188,11 @@ return $input.all().filter(item => {
| Type | HTTP Request |
| Method | POST |
| URL | Discord 웹훅 URL |
| Send Body | ON |
| Body Content Type | JSON |
| Specify Body | Using JSON |
**Body:**
**Body (Expression 모드):**
```json
{
@@ -210,9 +218,11 @@ return $input.all().filter(item => {
| Type | HTTP Request |
| Method | POST |
| URL | Discord 웹훅 URL |
| Send Body | ON |
| Body Content Type | JSON |
| Specify Body | Using JSON |
**Body:**
**Body (Expression 모드):**
```json
{