workflows.fit
Back to n8n workflows
n8n templateFreeBy Incrementors

Turn podcast and video URLs into blogs and social content using WayinVideo and OpenAI

Paste any podcast or YouTube video URL into a simple form and the workflow handles everything else. [WayinVideo](https://wayin.ai/api/) extracts summary and key highlights from the video, then OpenAI reads those highl...

Data & StorageProductivityDevelopmentCore NodesAILangchainSticky NoteForm Trigger
Loading interactive preview...

Template notes

Paste any podcast or YouTube video URL into a simple form and the workflow handles everything else. [WayinVideo](https://wayin.ai/api/) extracts summary and key highlights from the video, then OpenAI reads those highlights and writes a structured 550–700 word blog post with a title and subheadings. The finished blog post, along with the summary, highlights, and tags, is saved automatically as a new row in your Google Sheet. Built for content marketers, podcast teams, and agencies who want to turn video content into written blog posts without spending hours writing manually.

---

What This Workflow Does

- Extracts video summary and highlights automatically — Sends the video URL to WayinVideo, which returns a written summary, timestamped key highlights, and content tags — no manual watching needed - Writes a full blog post using AI — Passes the summary and highlights to OpenAI GPT, which writes a 550–700 word human-sounding blog post with a title, hook, subheadings, and a closing insight - Structured blog output every time — The output parser ensures the blog always arrives as a clean JSON object with a blogtitle and blogcontent field — no formatting errors - Saves everything to Google Sheets — Appends the video URL, blog title, full blog post, key summary, highlights, and tags as a new row in your sheet — your content library grows automatically - Auto-retry if summary is not ready — If WayinVideo has not finished processing when first checked, the workflow waits another 40 seconds and retries automatically until highlights are available - Form-based submission — Anyone on your team can paste a video URL and submit via the web form — no access to n8n required - Brand-aware output — The form collects your brand or show name alongside the URL — useful for tracking which content belongs to which show or client

---

Setup Requirements

Tools you'll need: - Active n8n instance (self-hosted or n8n Cloud) - WayinVideo account + API key - OpenAI account + API key - Google account connected to n8n via Google Sheets OAuth2 - A Google Sheet with columns: Video URL, Blog Title, Blog, Key Summary, Highlights, Tags

Estimated Setup Time: 15–20 minutes