{
  "id": "wf-deterministic-webhook-ping",
  "name": "Webhook HTTP Ping",
  "nodes": [
    {
      "id": "w1000001-0001-0001-0001-000000000001",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        100,
        300
      ],
      "parameters": {
        "httpMethod": "POST",
        "path": "ingest-ping",
        "responseMode": "onReceived",
        "responseCode": 200
      }
    },
    {
      "id": "w1000002-0002-0002-0002-000000000002",
      "name": "Health Check",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        300,
        300
      ],
      "parameters": {
        "method": "GET",
        "url": "https://example.com/api/health",
        "options": {}
      }
    },
    {
      "id": "w1000003-0003-0003-0003-000000000003",
      "name": "Second Ping",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        500,
        300
      ],
      "parameters": {
        "method": "GET",
        "url": "https://example.org/status",
        "options": {}
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Health Check",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Health Check": {
      "main": [
        [
          {
            "node": "Second Ping",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": true,
  "settings": {
    "executionOrder": "v1"
  }
}