Turn new YouTube uploads into video clips automatically. This workflow watches a channel's RSS feed daily, sends each n…
Turn new YouTube uploads into video clips automatically. This workflow watches a channel's RSS feed daily, sends each new video to Reka Vision for clipping, and notifies you on Telegram and Gmail when the clip is ready, while logging every result in Google Sheets so no video gets processed twice. Last updated: September 2026. Quick overview This workflow monitors a YouTube channel RSS feed, generates a video clip with Reka Vision, and sends completion or failure alerts via Telegram and Gmail while logging each result to Google Sheets to avoid reprocessing the same video. How it works Polls a YouTube channel RSS feed on a daily schedule and ingests new video entries. Extracts the video ID, title, URL, and publish date, then checks Google Sheets to see whether the video has already been logged. If the video is new, submits the video URL to Reka Vision to create a clip (with subtitles enabled) and initializes a retry counter. Waits 10 minutes and then polls Reka Vision for the render job status, repeating the check until the job completes or the retry limit is reached. When rendering completes, sends the clip download link to a Telegram chat and emails the link via Gmail, then appends a “completed” row to the Google Sheets ClipLog. If rendering does not complete after the allowed checks, sends failure alerts to Telegram and Gmail and appends a “failed” row to the Google Sheets ClipLog. Setup Update the YouTube RSS feed URL (channel_id) in the trigger to match the channel you want to monitor. Add credentials for Reka Vision, Google Sheets, Telegram, and Gmail. Create a Google Sheet tab named “ClipLog” with columns video_id, title, clip_url, status, logged_at, and set the CLIP_LOG_SHEET_URL environment variable to its URL. Set the TELEGRAM_CHAT_ID environment variable and update the recipient email address in both Gmail send steps. Adjust the wait time (10 minutes) and retry limit (6 checks) to match typical Reka rendering times. Quick Answers How often does it check for new videos? It polls the YouTube channel RSS feed on a daily schedule. Why do I need Google Sheets? A “ClipLog” tab records each video’s ID, title, clip URL, and status so the same video is never rendered twice. How long does a clip take to render? The workflow waits 10 minutes between render checks and retries up to 6 times before giving up. Additional info Built with n8n. Need an assessment on your business? Feel free to reach out at https://khmuhtadin.com/consultation/. An n8n automation workflow template by Khairul Muhtadin.
Khairul Muhtadin
web
free
Others in the same category, ranked by how often they are opened.