{
  "name": "Automate video creation with Luma AI Dream Machine and Airtable (Part 1)",
  "nodes": [
    {
      "id": "dbe1dbcc-05a0-4439-869c-157e51a99dd1",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -440,
        0
      ]
    },
    {
      "id": "603f7fdd-e590-4a51-b606-a9bb9396a0c0",
      "name": "Text 2 Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "494ac05e-e0c5-465e-b805-2749683ab789",
      "name": "RANDOM Camera Motion",
      "type": "n8n-nodes-base.code",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "30ba7cfc-d2c3-478f-ae01-0a3397ceb439",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        -120
      ],
      "parameters": {
        "width": 180,
        "height": null,
        "content": "## Define your SETTINGS here"
      }
    },
    {
      "id": "12924397-b2a4-43a0-8ec5-1b13c0357e40",
      "name": "Global SETTINGS",
      "type": "n8n-nodes-base.set",
      "position": [
        -220,
        0
      ]
    },
    {
      "id": "9f4732b5-8e3e-4fb6-942f-32c72b3eb041",
      "name": "ADD Video Info",
      "type": "n8n-nodes-base.airtable",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "9923373d-d4ce-42bb-9f2d-34350f64ac5b",
      "name": "Execution Data",
      "type": "n8n-nodes-base.executionData",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "5044e1f2-c985-4c3a-9386-f4fe4f85f37b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -120
      ],
      "parameters": {
        "width": 840,
        "height": null,
        "content": "## This is where the magic happens... "
      }
    }
  ],
  "connections": {
    "Text 2 Video": {
      "main": [
        [
          {
            "node": "Execution Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ADD Video Info": {
      "main": [
        []
      ]
    },
    "Execution Data": {
      "main": [
        [
          {
            "node": "ADD Video Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Global SETTINGS": {
      "main": [
        [
          {
            "node": "RANDOM Camera Motion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RANDOM Camera Motion": {
      "main": [
        [
          {
            "node": "Text 2 Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Global SETTINGS",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}