{
  "name": "Veo 3 ad script builder (GPT-4 + Google Docs integration)",
  "nodes": [
    {
      "id": "69d5ece2-345f-44be-971b-a3ed393fdafa",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -1160,
        160
      ]
    },
    {
      "id": "945e2399-c25f-4b77-adfe-3764b1feaa73",
      "name": "Build Persona",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -940,
        160
      ]
    },
    {
      "id": "947bd996-853e-4d4d-96a9-67bfc9034847",
      "name": "Build Environment",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -564,
        160
      ]
    },
    {
      "id": "cbdb303d-fe5a-46e7-9b63-7ffbbdebc83e",
      "name": "Generate Copy",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -188,
        160
      ]
    },
    {
      "id": "0ae8a839-0e9e-4a33-a103-8e74e04f6131",
      "name": "Google Docs",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        188,
        160
      ]
    },
    {
      "id": "29b497e7-5c01-460c-a74a-ad8e7d322598",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -940,
        -340
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Build Persona": {
      "main": [
        [
          {
            "node": "Build Environment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Copy": {
      "main": [
        [
          {
            "node": "Google Docs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Environment": {
      "main": [
        [
          {
            "node": "Generate Copy",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Build Persona",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}