Automated YouTube Video Uploads with 12h Interval Scheduling in JST — Workflow n8n

Moyen complexité Déclencheur8 nœuds📣 Marketingpar Zane

Aperçu

This workflow automates a batch upload of multiple videos to YouTube, spacing each upload 12 hours apart in Japan Standard Time (UTC+9) and automatically adding them to a playlist.

⚙️ Workflow Logic

Manual Trigger — Starts the workflow manually.
List Video Files — Uses a shell command to find all .mp4 files under the specified directory (/opt/downloads/单词卡/A1-A2).
Sort and Generate Items — Sorts videos by day number (dayXX) extracted from filenames and assigns a sequential order value.
C

Nœuds utilisés

YouTubeCode

Aperçu du workflow

Overview
This workflow automates video publishing to YouTube.
It lists local video files, generates upload metadata,
List & Prepare Files
Retrieves all video files from the local folder and pre
Each item includes the file path and basic information
Sort & Schedule Uploads
Sorts videos in the correct order and calculates a publ
Each video is assigned a publishAt time spaced 12 hours
Process in Batches
Ensures videos are handled one by one.
Prevents large uploads from overloading memory and make
Upload to YouTube
Reads each video from disk and uploads it to YouTube as
The video becomes public automatically at its scheduled
Add to Playlist
After upload, each video is automatically added to the
M
Manual Trigger
L
List Video Files
Sort and Generate Items
Calculate Publish Schedu…
S
Split in Batches (1 per …
R
Read Video File
Upload to YouTube (Sched…
Add to Playlist
8 nodes8 edges

Comment ça fonctionne

  1. 1

    Déclencheur

    Le workflow démarre avec un déclencheur déclencheur.

  2. 2

    Traitement

    Les données transitent par 8 nœuds, connecting code, executecommand, manualtrigger.

  3. 3

    Sortie

    Le workflow termine son automatisation et livre le résultat à la destination configurée.

Détails des nœuds (8)

YO

YouTube

youTube

#1
CO

Code

code

#2

Comment importer ce workflow

  1. 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
  2. 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
  3. 3Sélectionnez le fichier automated-youtube-video-uploads-with-12h-interval-scheduling-in-jst téléchargé et cliquez sur Importer.
  4. 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
  5. 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.

Ou collez directement dans n8n → Importer depuis JSON :

{ "name": "Automated YouTube Video Uploads with 12h Interval Scheduling in JST", "nodes": [...], ...}

Intégrations

codeexecutecommandmanualtriggerreadwritefilesplitinbatchesyoutube

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds8
Complexitémedium
Déclencheurtrigger
CatégorieMarketing

Créé par

Zane

Zane

@zane

Tags

codeexecutecommandmanualtriggerreadwritefilesplitinbatchesyoutube

Nouveau sur n8n ?

n8n est un outil d'automatisation de workflows gratuit et open-source. Hébergez-le vous-même ou utilisez la version cloud.

Obtenir n8n gratuitement →