See llms.txt for all machine-readable content.

Back to Templates

Analyze competitor YouTube thumbnails with OpenAI and hand off approved concepts to ThumbCanvas

Created by

Created by: Kevin || kevinwowo
Kevin

Last update

Last update 14 hours ago

Categories

Share


Quick Overview

This workflow serves a web form to collect a YouTube video brief, validates the input, generates three distinct thumbnail prompt directions, and returns a review page with deep links that open each direction pre-filled in ThumbCanvas.

How it works

  1. Receives a GET request via an n8n webhook and serves an HTML thumbnail-brief form in the browser.
  2. Receives the submitted brief via a POST webhook and normalizes fields, enforces length limits, and validates the optional YouTube URL and thumbnail text.
  3. Returns an HTTP 400 error page with correction messages if the brief fails validation.
  4. Builds three distinct creative directions (Curiosity gap, High stakes, and Before and after) and generates URL-encoded ThumbCanvas deep links with the prompt and selected aspect ratio (and optional YouTube URL).
  5. Responds with an HTML direction pack page that shows each direction’s rationale and prompt and provides a button to open it in ThumbCanvas.

Setup

  1. Activate the workflow to generate the production webhook URLs.
  2. Open the GET webhook URL for /webhook/thumbcanvas-brief in your browser to access the form.
  3. Ensure your n8n instance is reachable over HTTPS if you plan to pass and open HTTPS YouTube links in the handoff.
  4. (Optional) Sign in to ThumbCanvas to use its create page according to your plan and limits.