{
  "name": "Nodbot - VK lead forms to CRM with dedupe and UTM",
  "nodes": [
    {
      "parameters": {},
      "id": "node-1",
      "name": "VK Callback API",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        200,
        300
      ],
      "notes": "принимает событие сообщества или формы"
    },
    {
      "parameters": {},
      "id": "node-2",
      "name": "Parse answers",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        420,
        300
      ],
      "notes": "приводит ответы формы к единому объекту"
    },
    {
      "parameters": {},
      "id": "node-3",
      "name": "Normalize contact",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        640,
        300
      ],
      "notes": "чистит телефон и email"
    },
    {
      "parameters": {},
      "id": "node-4",
      "name": "Idempotency lookup",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        860,
        300
      ],
      "notes": "отсекает повтор lead_id"
    },
    {
      "parameters": {},
      "id": "node-5",
      "name": "CRM or Sheets upsert",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        1080,
        300
      ],
      "notes": "создаёт или обновляет заявку"
    },
    {
      "parameters": {},
      "id": "node-6",
      "name": "Manager alert",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        1300,
        300
      ],
      "notes": "уведомляет ответственного"
    }
  ],
  "connections": {
    "VK Callback API": {
      "main": [
        [
          {
            "node": "Parse answers",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse answers": {
      "main": [
        [
          {
            "node": "Normalize contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Normalize contact": {
      "main": [
        [
          {
            "node": "Idempotency lookup",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Idempotency lookup": {
      "main": [
        [
          {
            "node": "CRM or Sheets upsert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "CRM or Sheets upsert": {
      "main": [
        [
          {
            "node": "Manager alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {},
  "meta": {
    "templateCredsSetupCompleted": false,
    "description": "Problem/Solution-гайд по VK и n8n: как принимать лиды и события сообщества через Callback API, нормализовать контакты, защищаться от повторов и передавать заявки в CRM или Google Sheets."
  },
  "tags": [
    "nodbot",
    "integration",
    "production"
  ]
}