{
  "id": "spikepindata001",
  "name": "Spike - pinData probe",
  "nodes": [
    {
      "id": "t1",
      "name": "When clicked",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        200,
        300
      ],
      "parameters": {}
    },
    {
      "id": "h1",
      "name": "Fetch Customer",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        440,
        300
      ],
      "parameters": {
        "url": "http://127.0.0.1:9/customer",
        "options": {}
      }
    },
    {
      "id": "s1",
      "name": "Use Customer",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        680,
        300
      ],
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "e1",
              "name": "seenEmail",
              "type": "string",
              "value": "={{ $node[\"Fetch Customer\"].json.email }}"
            },
            {
              "id": "e2",
              "name": "seenPlan",
              "type": "string",
              "value": "={{ $node[\"Fetch Customer\"].json.plan }}"
            }
          ]
        }
      }
    }
  ],
  "connections": {
    "When clicked": {
      "main": [
        [
          {
            "node": "Fetch Customer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Customer": {
      "main": [
        [
          {
            "node": "Use Customer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "active": false
}