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 →
{
"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
}
]
]
}
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow transforms n8n into a call automation system, where AI agents can talk directly with people over the phone using Twilio.
Supercharge Claude 3.7 with full customization & deeper reasoning!
ProceedGate Guard Sub-workflow: Costly API. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 5 nodes.
Model Onboarding Flow. Uses start, telegramTrigger, googleSheets, httpRequest. Event-driven trigger; 4 nodes.
Topic Planner (Claude). Uses httpRequest. Event-driven trigger; 4 nodes.