{
  "name": "Capture and structure web form leads for Odoo CRM (v15-v18 compatible)",
  "nodes": [
    {
      "id": "51c7c34e-a290-48ec-beb0-bee78fd4e639",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -440,
        -100
      ]
    },
    {
      "id": "250e3da7-cc4f-4df0-a2e6-4ebaee3d27f3",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        -180,
        -100
      ]
    },
    {
      "id": "e7d3b75a-657d-4a06-8bae-0db60b88d7e1",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -180
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d738b525-4d4e-41e5-b3ab-1a9b18d9fe61",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        -260
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "1a33fdc9-3e7b-45b8-b35a-0ff6e4aa04d0",
      "name": "Create Opportunity",
      "type": "n8n-nodes-base.odoo",
      "position": [
        60,
        -100
      ]
    },
    {
      "id": "5655efe6-00a8-440d-b8dd-b45b57a0620e",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -260
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "996f4332-2ba3-4246-a42e-26eac0ebe7ee",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        280,
        -100
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Create Opportunity",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Opportunity": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}