AutomationFlowsSocial Media › Youtube Scheduler Workflow

Youtube Scheduler Workflow

YouTube Scheduler Workflow. Uses httpRequest. Scheduled trigger; 5 nodes.

Cron / scheduled trigger★★★★☆ complexity5 nodesHTTP Request
Social Media Trigger: Cron / scheduled Nodes: 5 Complexity: ★★★★☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "YouTube Scheduler Workflow",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 10 * * *"
            }
          ]
        }
      },
      "id": "cron-trigger",
      "name": "Daily Trigger",
      "type": "n8n-nodes-base.cron",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "functionCode": "// Load user configurations from database/config\n// In production, fetch from Firestore or database\n\nreturn {\n  users: [\n    {\n      userId: 'user1',\n      topic: 'AI Technology',\n      scriptDuration: 60,\n      voiceSettings: {\n        languageCode: 'en-US',\n        name: 'en-US-Neural2-D',\n        speed: 1.0\n      },\n      imagesPerMinute: 3,\n      apiKeys: {\n        gemini: '$env.GEMINI_API_KEY',\n        googleTTS: '$env.GOOGLE_TTS_API_KEY'\n      }\n    }\n  ]\n};"
      },
      "id": "load-users",
      "name": "Load Active Users",
      "type": "n8n-nodes-base.function",
      "typeVersion": 1,
      "position": [
        450,
        300
      ]
    },
    {
      "parameters": {
        "batchSize": 1,
        "options": {}
      },
      "id": "split-users",
      "name": "Split Users",
      "type": "n8n-nodes-base.splitInBatches",
      "typeVersion": 3,
      "position": [
        650,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "={{ $env.N8N_WEBHOOK_BASE_URL }}/webhook/youtube/generate",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "userId",
              "value": "={{ $json.userId }}"
            },
            {
              "name": "topic",
              "value": "={{ $json.topic }}"
            },
            {
              "name": "scriptDuration",
              "value": "={{ $json.scriptDuration }}"
            },
            {
              "name": "voiceSettings",
              "value": "={{ $json.voiceSettings }}"
            },
            {
              "name": "imagesPerMinute",
              "value": "={{ $json.imagesPerMinute }}"
            },
            {
              "name": "apiKeys",
              "value": "={{ $json.apiKeys }}"
            }
          ]
        },
        "options": {}
      },
      "id": "trigger-generation",
      "name": "Trigger Generation",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        850,
        300
      ]
    },
    {
      "parameters": {
        "amount": 5,
        "unit": "seconds"
      },
      "id": "wait-between",
      "name": "Wait Between Users",
      "type": "n8n-nodes-base.wait",
      "typeVersion": 1,
      "position": [
        1050,
        300
      ]
    }
  ],
  "connections": {
    "Daily Trigger": {
      "main": [
        [
          {
            "node": "Load Active Users",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Load Active Users": {
      "main": [
        [
          {
            "node": "Split Users",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Users": {
      "main": [
        [
          {
            "node": "Trigger Generation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger Generation": {
      "main": [
        [
          {
            "node": "Wait Between Users",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait Between Users": {
      "main": [
        [
          {
            "node": "Split Users",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [],
  "triggerCount": 1,
  "updatedAt": "2026-01-25T00:00:00.000Z",
  "versionId": "1"
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

YouTube Scheduler Workflow. Uses httpRequest. Scheduled trigger; 5 nodes.

Source: https://github.com/Prince364133/snap-Tube-ai/blob/7c5acb3d5c26d67fcecd5bc6a7aeef6870a9f98a/n8n-workflows/youtube-scheduler.json — original creator credit. Request a take-down →

More Social Media workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Social Media

This n8n workflow provides automated monitoring of YouTube channels and sends real-time notifications to RocketChat when new videos are published. It supports all YouTube URL formats, uses dual-source

HTTP Request, XML, Rocketchat
Social Media

📘 Multi-Photo Facebook Post (Windows Directory) – How to Use ✅ Requirements To run this automation, make sure you have the following:

Read Write File, Execute Command, Facebook Graph Api +1
Social Media

This enterprise-grade n8n workflow automates the Instagram complaint handling process — from detection to resolution — using Claude AI, dynamic ticket assignment, and SLA enforcement. It converts cust

HTTP Request, Google Sheets, Slack
Social Media

Gemini - Video Analysis (NEW). Uses httpRequest, stickyNote, sort, limit. Scheduled trigger; 29 nodes.

HTTP Request, Airtable, Execute Workflow Trigger
Social Media

📺 Full walkthrough video: https://youtu.be/Me4d4BILvHk

Gmail, Data Table, HTTP Request