You are helping me build the following AI agent workflow. ## Goal Video Translation & Distribution: Upload a video via form to get it dubbed in multiple languages and automatically distributed to YouTube, social networks, and cloud storage. ## Specification - What it does: Upload your video via a form to instantly get it dubbed in multiple languages and distributed across YouTube, social networks, and cloud storage like Box or Dropbox without any manual work. The system handles the entire process from DubLab translation to automatic posting on platforms managed by Postiz so you can reach global audiences immediately. - Trigger: Triggered by an event (Manual ยท on new video submission) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - n8n: Workflow orchestration - DubLab: Video dubbing and translation - YouTube: Video distribution - Postiz: Social media posting ## Known pitfalls, handle each one explicitly in your implementation 1. DubLab webhooks can sometimes arrive out of order or be delayed so add a retry mechanism with exponential backoff to ensure reliable processing. ## Reference implementation https://n8n.io/workflows/4751 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/automated-video-translation-distribution/ via usecasesforagents.com