workflows.fit
Back to n8n workflows
n8n templateFreeBy Alex Kim

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 generatio...

Data & StorageCore NodesDevelopmentWebhookSetExecution DataIf
Loading interactive preview...

Template notes

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](https://airtable.com/invite/l?inviteId=invOr5AApOnDOtkhi&inviteToken=72a165d2df1c9a1c82a6144effc626f88ad501e9eaab10a1c2f279c3d7a6faff) 👉 [Tutorial Video](https://youtu.be/yFCZYGHM9d8)

---

Setup 1. 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.

2. 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.

3. 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.

---