Auto Summarize YouTube Videos to Japanese with GPT-4o-mini & Post to Slack

Go to Workflow
0 views
Built by Supira Inc. Supira Inc.
Created on June 09, 2026

Description

๐Ÿ’ก How It Works

This workflow automatically detects new YouTube uploads, retrieves their transcripts, summarizes them in Japanese using GPT-4 o mini, and posts the results to a selected Slack channel.
Itโ€™s ideal for teams who follow multiple creators, internal training playlists, or corporate webinars and want concise Japanese summaries in Slack without manual work.

Hereโ€™s the flow at a glance:

YouTube RSS Trigger โ€” monitors a specific channelโ€™s RSS feed.
HTTP Request via RapidAPI โ€” fetches the video transcript (supports both English & Japanese).
Code Node โ€” merges segmented transcript text into one clean string.
OpenAI (GPT-4o-mini) โ€” generates a natural-sounding, 3-line Japanese summary.
Slack Message โ€” posts the title, link, and generated summary to #youtube-summary.

โš™๏ธ Requirements

n8n (v1.60 or later)
RapidAPI account + [youtube-transcript3 API key]
OpenAI API key (GPT-4o-mini recommended)
Slack workspace with OAuth connection

๐Ÿงฉ Setup Instructions

1.Replace YOUR_RAPIDAPI_KEY_HERE with your own RapidAPI key.
2.Add your OpenAI Credential under Credentials โ†’ OpenAI.
3.Set your target Slack channel (e.g., #youtube-summary).
4.Enter the YouTube channel ID in the RSS Trigger node.
5.Activate the workflow and test with a recent video.

๐ŸŽ›๏ธ Customization Tips

Modify the OpenAI prompt to change summary length or tone.

Duplicate the RSS Trigger for multiple channels โ†’ merge before summarization.

Localize Slack messages using Japanese or English templates.

๐Ÿš€ Use Case

Perfect for marketing teams, content curators, and knowledge managers who want to stay updated on YouTube content in Japanese without leaving Slack.

Nodes Used (4)

Code
n8n-nodes-base.code
HTTP Request
n8n-nodes-base.httpRequest
OpenAI
@n8n/n8n-nodes-langchain.openAi
Slack
n8n-nodes-base.slack