{
  "name": "Convert URL-encoded webhook data from amoCRM to structured array",
  "nodes": [
    {
      "id": "57ecb69b-4f2d-4b26-8534-84288c654ffa",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -220,
        0
      ]
    },
    {
      "id": "540f10af-a63c-4c4b-83d3-d759ed63854e",
      "name": "Extract from File",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "edf41443-4225-47ab-a419-8449ee8589c7",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        200,
        0
      ]
    },
    {
      "id": "2e0037b6-fc11-4fa7-8a8e-b0f0fbe53c4d",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        400,
        0
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Extract from File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract from File": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}