YouTube 비디오 번역기 및 요약 생성기 → Slack 자동 게시
중급
이것은자동화 워크플로우로, 10개의 노드를 포함합니다.주로 Code, Slack, HttpRequest, OpenAi, RssFeedReadTrigger 등의 노드를 사용하며. GPT-4o-mini를 사용한 YouTube 동영상 요약 자동 일본어 번역 및 Slack 게시
사전 요구사항
- •Slack Bot Token 또는 Webhook URL
- •대상 API의 인증 정보가 필요할 수 있음
- •OpenAI API Key
카테고리
-
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "k0Kebprms2GkvaiL",
"meta": {
"instanceId": "ad59d09d8e026d0e92690243618d86d51b0293b236148394ca356eae1d1ea59b",
"templateCredsSetupCompleted": true
},
"name": "YouTube Video Translator & Summarizer → Slack Auto-Post",
"tags": [],
"nodes": [
{
"id": "12d7d3b4-f93a-4ba5-9aa4-eab50c190415",
"name": "Slack에 요약 전송 (#youtube-summary)",
"type": "n8n-nodes-base.slack",
"position": [
1376,
-80
],
"webhookId": "4512a04c-2298-482d-b27a-6b88486b8650",
"parameters": {
"text": "=🎥 *New YouTube Video Summary*\n\n🕒 Posted: {{ $('YouTube RSS Trigger (Channel 1)').item.json.pubDate }}\n🧩 Title: {{ $('YouTube RSS Trigger (Channel 1)').item.json.title }}\n🔗 Link: {{ $('YouTube RSS Trigger (Channel 1)').item.json.link }}\n📝 Summary: {{$json[\"message\"][\"content\"]}}\n",
"select": "channel",
"channelId": {
"__rl": true,
"mode": "list",
"value": "C09LVUG4S5U",
"cachedResultName": "youtube-summary"
},
"otherOptions": {},
"authentication": "oAuth2"
},
"credentials": {
"slackOAuth2Api": {
"id": "8nlSlZuLK1ZboZkW",
"name": "Slack account"
}
},
"typeVersion": 2.3
},
{
"id": "80facbb9-3728-4c99-b9fd-8fbf9df3cd7d",
"name": "YouTube RSS 트리거 (채널 1)",
"type": "n8n-nodes-base.rssFeedReadTrigger",
"position": [
208,
-80
],
"parameters": {
"feedUrl": "https://www.youtube.com/feeds/videos.xml?channel_id=",
"pollTimes": {
"item": [
{
"mode": "everyX",
"value": 1
}
]
}
},
"typeVersion": 1
},
{
"id": "3908d543-a4e3-4c6e-a9cc-32b87b291c23",
"name": "RapidAPI를 통한 YouTube 자막 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
512,
-80
],
"parameters": {
"url": "=https://youtube-transcript3.p.rapidapi.com/api/transcript?videoId={{$json[\"id\"].replace(\"yt:video:\", \"\")}}\n",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "x-rapidapi-key",
"value": "YOUR_RAPIDAPI_KEY_HERE"
},
{
"name": "x-rapidapi-host",
"value": "youtube-transcript3.p.rapidapi.com"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "b2534af6-112b-4545-80c9-e5396c7a901d",
"name": "자막 텍스트 결합 (코드)",
"type": "n8n-nodes-base.code",
"position": [
800,
-80
],
"parameters": {
"jsCode": "const rss = $item(0, 0).$node[\"YouTube RSS Trigger (Channel 1)\"].json;\nconst transcript = $json.transcript || [];\n\nreturn {\n json: {\n title: rss.title,\n link: rss.link,\n full_text: transcript.map(t => t.text).join(' '),\n },\n};"
},
"typeVersion": 2
},
{
"id": "6cbfe83d-a942-4ea9-adfd-7b1789ae97bf",
"name": "일본어 요약 생성 (OpenAI)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
1040,
-80
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "id",
"value": "gpt-4o-mini"
},
"options": {},
"messages": {
"values": [
{
"content": "=Summarize the following YouTube video transcript into **3 concise sentences in Japanese.**\n{{$json[\"full_text\"]}}\n"
}
]
}
},
"credentials": {
"openAiApi": {
"id": "xWUO0jq5mcmikNzw",
"name": "検証開発用1_OpenAI"
}
},
"typeVersion": 1.8
},
{
"id": "33628cdc-54fd-41a3-b4b9-06d65c205307",
"name": "고정: HTTP 정보",
"type": "n8n-nodes-base.stickyNote",
"position": [
416,
-272
],
"parameters": {
"color": 5,
"width": 288,
"height": 400,
"content": "## Fetch Video Transcript\nUses the “youtube-transcript3” API (via RapidAPI) to retrieve subtitles\nfor the detected video. Works for both English and Japanese videos."
},
"typeVersion": 1
},
{
"id": "a589d990-f3bd-45b2-bfcf-d9be27ed54b2",
"name": "고정: 코드 정보",
"type": "n8n-nodes-base.stickyNote",
"position": [
720,
-272
],
"parameters": {
"color": 2,
"width": 272,
"height": 400,
"content": "## Merge Transcript Text\nThis Code node combines all the transcript segments\ninto a single clean block of text for easier processing."
},
"typeVersion": 1
},
{
"id": "5915165b-7d27-416b-b6e0-c17fa779d765",
"name": "고정: OpenAI 정보",
"type": "n8n-nodes-base.stickyNote",
"position": [
1008,
-272
],
"parameters": {
"color": 4,
"width": 272,
"height": 400,
"content": "## Generate a 3-Line Summary (Japanese)\nYouTube Video Caption Summarizer to Slack"
},
"typeVersion": 1
},
{
"id": "ca6e6333-600a-42fb-894c-6e46f40ba485",
"name": "고정: Slack 정보",
"type": "n8n-nodes-base.stickyNote",
"position": [
1296,
-272
],
"parameters": {
"color": 3,
"width": 256,
"height": 400,
"content": "## YouTube Video Caption Summarizer to Slack\nAutomatically posts the video title, link, and Japanese summary\nto the #youtube-summary Slack channel."
},
"typeVersion": 1
},
{
"id": "e88bb15f-d17d-431e-9475-bdb1a20b2228",
"name": "고정: HTTP 정보1",
"type": "n8n-nodes-base.stickyNote",
"position": [
96,
-272
],
"parameters": {
"color": 6,
"width": 304,
"height": 400,
"content": "## Detect New YouTube Uploads\nThis node monitors the specified YouTube channel’s RSS feed.\nWhen a new video is uploaded, it automatically triggers the workflow."
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "6a06db3a-a283-4c0c-95ff-2231a94cedc9",
"connections": {
"b2534af6-112b-4545-80c9-e5396c7a901d": {
"main": [
[
{
"node": "6cbfe83d-a942-4ea9-adfd-7b1789ae97bf",
"type": "main",
"index": 0
}
]
]
},
"80facbb9-3728-4c99-b9fd-8fbf9df3cd7d": {
"main": [
[
{
"node": "3908d543-a4e3-4c6e-a9cc-32b87b291c23",
"type": "main",
"index": 0
}
]
]
},
"6cbfe83d-a942-4ea9-adfd-7b1789ae97bf": {
"main": [
[
{
"node": "12d7d3b4-f93a-4ba5-9aa4-eab50c190415",
"type": "main",
"index": 0
}
]
]
},
"3908d543-a4e3-4c6e-a9cc-32b87b291c23": {
"main": [
[
{
"node": "b2534af6-112b-4545-80c9-e5396c7a901d",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
인보이스 OCR → 자동으로 스프레드시트에 추가 (내부)
OCR.Space, GPT 및 Google Sheets를 통한 인보이스 데이터 추출 자동화
Code
Google Drive
Http Request
+
Code
Google Drive
Http Request
14 노드Supira Inc.
청구서 처리
뉴스 자동 수집기 → Google 스프레드시트
NewsAPI, OpenAI 및 Google 스프레드시트를 사용하여 다양한 언어의 뉴스를 수집 및 요약
If
Set
Code
+
If
Set
Code
19 노드Supira Inc.
AI 요약
Notion과 GPT-4를 사용한 SNS 자동 게시기 (Instagram 자동 게시 + Threads/X/블로그 초안)
GPT-4, Notion, Instagram API로 소셜 미디어 콘텐츠 자동 생성 및 게시
Notion
Webhook
Http Request
+
Notion
Webhook
Http Request
17 노드Supira Inc.
기타
GPT-4와 Apify 기반 AI 기반 경쟁사 및 시장 인텔리전스 시스템
GPT-4와 Apify 기반 AI 기반 경쟁사 및 시장 인텔리전스 시스템
Code
Merge
Slack
+
Code
Merge
Slack
12 노드Marth
시장 조사
회의록 및 액션 아이템 트래커
AI 기반 회의록: GPT-4, 작업 할당 및 다중 채널 배포 활용
If
Set
Code
+
If
Set
Code
38 노드Jitesh Dugar
콘텐츠 제작
주식 분석 어시스턴트
AI 기반 주식 시장 요약 봇
If
Set
Code
+
If
Set
Code
21 노드kenandrewmiranda
금융