In this guide, you will learn how to generate Sora videos in bulk with a simple Make.com automation. You will produce a workflow that takes prompts from a Google Sheet, generates videos with Sora, uploads them to Google Drive, and writes the Drive link back to the sheet. Once the automation runs, the sheet should update with the video link within a few minutes.
published dec 16, 2025
Quickly Iterate on Sora Videos With This Simple, Three-Step Automation
beginnerThe Rundown
Who This Is Useful For
- People who want to save time generating and tweaking video ideas
- Marketers who want to generate ads with Sora
- Content creators generating B-roll
What You Will Build
You will build a reusable Make.com scenario connected to a Google Sheet. Each row can contain a Sora prompt, and the automation will generate the video, save it to Google Drive, and update the sheet with the video’s Drive link.
- A Google Sheet for Sora video prompts
- A Make.com scenario with a Google Sheets trigger
- An OpenAI Sora module connected with an API key
- A Google Drive upload step for generated videos
- A Google Sheets update step that returns the Drive web view link
What You Need
- Make.com account; a free trial works
- OpenAI account
- Billing enabled
- Verified OpenAI organization
Going Further
- After the basic automation is working, you can make it more responsive by using a Google Sheets webhook and the Make.com add-on so row updates are sent to Make.com automatically instead of waiting for the 15-minute trigger interval.