AI Agents

Extract and Summarize YouTube Videos, Send to Telegram

12 nodes 217 126 Webhook
Download

Workflow Description

This automation receives YouTube video links via webhook, extracts video transcripts, summarizes them using OpenAI's language model, and delivers the summary directly to Telegram. It eliminates manual review time for lengthy video content and keeps your team informed in real time.

How it works

  1. 1.Receive video URL through webhook endpoint.
  2. 2.Retrieve video transcript from YouTube.
  3. 3.Generate summary using OpenAI's language model.
  4. 4.Format and deliver summary to Telegram channel.

Use cases

  • Summarize long team meetings or webinars and share summaries instantly with your Telegram group.
  • Monitor educational YouTube channels and receive automatic summaries of new lessons.
  • Archive and index video content as concise text summaries for team reference.

Requirements

  • YouTube API key and OpenAI API credentials.
  • Active Telegram channel or chat configured for message delivery.
  • Webhook URL accessible to trigger the automation.

Service Value

Ideal as a smart automation service combining integrations and AI to produce ready-to-use results.

Apps Used

YouTube Telegram OpenAI LLM Chain

Details

Trigger Webhook
Nodes 12
Apps 4
Views 217
Downloads 126

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (12)

/

Webhook

Webhook

#1

YouTube Transcript

Youtube Transcripter

#2

Split Out

Split Out

#3

Respond to Webhook

Webhook

#4

Telegram

Set

#5

Get YouTube URL

Set

#6

YouTube Video ID

Code

#7

Get YouTube Video

You Tube

#8

gpt-4o-mini

OpenAI

#9

Summarize & Analyze Transcript

LLM Chain

#10

Concatenate

Summarize

#11

Response Object

Set

#12