Create daily faceless YouTube Shorts with Groq, SamAutomation and Google Sheets
Quick Overview This workflow runs daily to generate a YouTube Shorts topic and script with Groq, render a faceless vertical video via SamAutomation (images, voiceover, subtitles), upload it to YouTube, and track status in Google Sheets.
How it works Runs every day at 10:00 on a schedule. Reads niche, sub-niche, and voice settings from a Google Sheets “Config” tab. Calls the Groq Chat Completions API to generate three Shorts topic ideas and selects the first topic. Appends the selected topic to a Google Sheets “Topic Bank” tab with status set to “scripting,” then calls Groq again to generate a scene-based script plus YouTube metadata. Builds a SamAutomation render payload that generates Flux images, adds TTS voiceover, and burns word-level subtitles into a 1080×1920 video. Starts a SamAutomation render job and polls until the status is “done,” then captures the hosted MP4 URL. Uploads the video to YouTube with the generated title, description, and tags, and updates the Google Sheets “Topic Bank” row to “published” with a timestamp.
Setup Create credentials for Groq (HTTP Header Auth with Authorization: Bearer ) and SamAutomation (HTTP Header Auth with X-API-Key: ). Connect Google Sheets OAuth2 and update the spreadsheet URL/ID in the Google Sheets nodes, with tabs named “Config” (selected_niche, selected_sub_niche, voice_id) and “Topic Bank” (date, niche, topic_title, hook_line, angle, target_emotion, status, published_at). Connect YouTube OAuth2, enable the YouTube Data API v3 in Google Cloud, and ensure your OAuth scopes allow uploading (for example youtube.upload). Review the YouTube upload settings (privacy status, categoryId, language) and adjust the daily cron schedule time if needed.
Related Templates
Restore your workflows from GitHub
This workflow restores all n8n instance workflows from GitHub backups using the n8n API node. It complements the Backup ...
Build a Restaurant Voice Assistant with VAPI and PostgreSQL for Bookings & Orders
This n8n template demonstrates how to create a comprehensive voice-powered restaurant assistant that handles table reser...
Extract Named Entities from Web Pages with Google Natural Language API
Who is this for? Content strategists analyzing web page semantic content SEO professionals conducting entity-based anal...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments