{
  "name": "Automate video creation with Luma AI Dream Machine and Airtable (Part 2)",
  "nodes": [
    {
      "id": "cb03e151-9931-4917-bf6f-2a1c9e06b896",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -560,
        120
      ]
    },
    {
      "id": "33a93e0d-3424-480b-9b55-9124d826b233",
      "name": "Video JSON",
      "type": "n8n-nodes-base.set",
      "position": [
        -360,
        120
      ]
    },
    {
      "id": "103b3a52-dc99-46b4-9d8e-41fa413b7c7b",
      "name": "Execution Data",
      "type": "n8n-nodes-base.executionData",
      "position": [
        480,
        20
      ]
    },
    {
      "id": "90f163dd-1b59-4a6c-a5ca-00c52cffacdd",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -160,
        120
      ]
    },
    {
      "id": "9ace2252-e3e0-4321-92c5-1cfcf1b97ebf",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -100
      ],
      "parameters": {
        "width": 220,
        "height": null,
        "content": "## Define your SETTINGS here"
      }
    },
    {
      "id": "116048ff-d444-4808-b533-116614386c0c",
      "name": "Global SETTINGS",
      "type": "n8n-nodes-base.set",
      "position": [
        60,
        20
      ]
    },
    {
      "id": "449983cc-ed22-4544-a3df-1e1f7087c810",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -820,
        0
      ],
      "parameters": {
        "width": 400,
        "height": null,
        "content": "## Make sure this URL for the Webhook matches that in Part 1 of this series"
      }
    },
    {
      "id": "eee48ffe-dddc-41c9-ae8d-ca75cd8ce31c",
      "name": "ADD Video and Thumbnail URL",
      "type": "n8n-nodes-base.airtable",
      "position": [
        280,
        20
      ]
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Global SETTINGS",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Video JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Video JSON": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Global SETTINGS": {
      "main": [
        [
          {
            "node": "ADD Video and Thumbnail URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ADD Video and Thumbnail URL": {
      "main": [
        [
          {
            "node": "Execution Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}