workflows.fit
Back to n8n workflows
n8n templateFreeBy Joseph

Generate riddle shorts & post on YouTube with Sonnet 3.5, Pinecone & Creatomate

This workflow allows you to generate riddle-themed vertical videos (9:16), render them using Creatomate, and upload them directly to YouTube — all automatically. It's optimized for low-cost operation while still integ...

Data & StorageProductivityDevelopmentCore NodesCommunicationHITLAILangchain
Loading interactive preview...

Template notes

This workflow allows you to generate riddle-themed vertical videos (9:16), render them using Creatomate, and upload them directly to YouTube — all automatically. It's optimized for low-cost operation while still integrating AI and automation at key stages.

Here is a sample: [https://youtube.com/shorts/svhgti9L6Fw?feature=share](https://youtube.com/shorts/svhgti9L6Fw?feature=share)

---

🔄 Workflow Overview

This is a schedule-triggered workflow that:

1. Generates riddles with answers using an AI agent. 2. Checks Pinecone vector store to avoid repeating riddles. 3. Inserts new riddles into Pinecone under a namespace structured by month/year for easier indexing. 4. Fetches an unused music track URL for video background. 5. Generates a video using Creatomate with the riddles and audio. 6. Uploads the video to YouTube via a custom HTTP request with OAuth. 7. Updates the worksheet and riddle numbering, and notifies via email.

---

🔗 Integration Guide