AutomationFlowsAI & RAG › Video Automation Pod Workflow

Video Automation Pod Workflow

Video Automation Pod Workflow. Uses dropboxTrigger, httpRequest. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesDropbox TriggerHTTP Request
AI & RAG Trigger: Event Nodes: 4 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": "Video Automation Pod Workflow",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "match": "all",
          "conditions": [
            {
              "leftValue": "={{$json[\"file\"][\"name\"]}}",
              "operation": "contains",
              "rightValue": "_rough_assembly"
            }
          ]
        }
      },
      "name": "Dropbox Trigger",
      "type": "n8n-nodes-base.dropboxTrigger",
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "agent": "video-content-manager"
      },
      "name": "Video Content Manager",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "agent": "thumbnail-specialist"
      },
      "name": "Thumbnail Specialist",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        750,
        200
      ]
    },
    {
      "parameters": {
        "agent": "seo-strategist"
      },
      "name": "SEO Strategist",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        750,
        400
      ]
    }
  ],
  "connections": {
    "Dropbox Trigger": {
      "main": [
        [
          {
            "node": "Video Content Manager",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Video Content Manager": {
      "main": [
        [
          {
            "node": "Thumbnail Specialist",
            "type": "main",
            "index": 0
          },
          {
            "node": "SEO Strategist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Video Automation Pod Workflow. Uses dropboxTrigger, httpRequest. Event-driven trigger; 4 nodes.

Source: https://github.com/project-noemi/agents/blob/4cccb875c9389e9f27a6ad6848bc0c60ec53d210/examples/workflows/video-automation-pod.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

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

AI & RAG

This workflow transforms n8n into a call automation system, where AI agents can talk directly with people over the phone using Twilio.

HTTP Request, Twilio
AI & RAG

Supercharge Claude 3.7 with full customization & deeper reasoning!

Form Trigger, Form, HTTP Request
AI & RAG

ProceedGate Guard Sub-workflow: Costly API. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 5 nodes.

Execute Workflow Trigger, HTTP Request
AI & RAG

Model Onboarding Flow. Uses start, telegramTrigger, googleSheets, httpRequest. Event-driven trigger; 4 nodes.

Start, Telegram Trigger, Google Sheets +1
AI & RAG

Topic Planner (Claude). Uses httpRequest. Event-driven trigger; 4 nodes.

HTTP Request