Automate Video Creation with Luma AI Dream Machine and Airtable (Part 2)
Automate Video Creation with Luma AI Dream Machine and Airtable (Part 2)
Description
This is the second part of the Luma AI Dream Machine automation. It captures the webhook response from Luma AI after video generation is complete, processes the data, and automatically updates Airtable with the video and thumbnail URLs. This completes the end-to-end automation for video creation and tracking.
👉 Airtable Base Template
👉 Tutorial Video
Setup
-
Luma AI Setup
Ensure you’ve created an account with Luma AI and generated an API key.
Confirm that the API key has permission to manage video requests. -
Airtable Setup
Make sure your Airtable base includes the following fields (set up in Part 1):
Use the Airtable Base Template linked above to simplify setup.
Generation ID** – To match incoming webhook data.
Status** – Workflow status (e.g., "Done").
Video URL** – Stores the generated video URL.
Thumbnail URL** – Stores the thumbnail URL. -
n8n Setup
Ensure that the n8n workflow from Part 1 is set up and configured.
Import this workflow and connect it to the webhook callback from Luma AI.
How It Works
-
Webhook Trigger
The Webhook node listens for a POST response from Luma AI once video generation is finished.
The response includes:
Video URL – Direct link to the video.
Thumbnail URL – Link to the video thumbnail.
Generation ID – Used to match the record in Airtable. -
Process Webhook Data
The Set node extracts the video data from the webhook response.
The If node checks if the video URL is valid before proceeding. -
Store in Airtable
The Airtable node updates the record with:
Video URL – Direct link to the video.
Thumbnail URL – Link to the video thumbnail.
Status – Marked as "Done."
Uses the Generation ID to match and update the correct record.
Why This Workflow is Useful
✅ Automates the completion step for video creation
✅ Ensures accurate record-keeping by matching generation IDs
✅ Simplifies the process of managing and organizing video content
✅ Reduces manual effort by automating the update process
Next Steps
Future Enhancements** – Adding more complex post-processing, video trimming, and multi-platform publishing.
Related Templates
Bulk Automated Google Drive Files Sharing and Direct Download Link Generation
This N8N workflow automates the process of sharing files from Google Drive. It includes OAuth2 authentication, batch pro...
USDT And TRC20 Wallet Tracker API Workflow for n8n
Overview This n8n workflow is specifically designed to monitor USDT TRC20 transactions within a specified wallet. It u...
Add product ideas to Google Sheets via a Slack
Use Case This workflow is a slight variation of a workflow we're using at n8n. In most companies, employees have a lot o...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments