{
  "testedAt": "2026-09-06T06:56:09.589Z",
  "runtime": "n8n 2.19.3",
  "scope": "Local n8n CLI against a synthetic HTTP CRM; no Zapier runs or external CRM writes",
  "cases": [
    {
      "case": "normal",
      "crmAttempts": 1,
      "recordsCreated": 1,
      "execution": "completed"
    },
    {
      "case": "duplicate",
      "crmAttempts": 1,
      "recordsCreated": 0,
      "execution": "completed"
    },
    {
      "case": "transient-503",
      "crmAttempts": 2,
      "recordsCreated": 1,
      "execution": "completed"
    },
    {
      "case": "invalid-email",
      "crmAttempts": 0,
      "recordsCreated": 0,
      "execution": "held"
    },
    {
      "case": "no-permission",
      "crmAttempts": 0,
      "recordsCreated": 0,
      "execution": "held"
    },
    {
      "case": "permanent-503",
      "crmAttempts": 3,
      "recordsCreated": 0,
      "execution": "failed"
    }
  ],
  "summary": {
    "executions": 6,
    "completed": 3,
    "held": 2,
    "failed": 1,
    "crmAttempts": 7,
    "recordsCreated": 2
  },
  "restoreCheck": {
    "exportImported": true,
    "replayedExistingEvent": true,
    "crmAttempts": 1,
    "newRecords": 0
  },
  "zapierBaseline": {
    "status": "Not tested; this evidence covers the local n8n lab only",
    "executions": null,
    "tasks": null
  },
  "records": [
    {
      "event_id": "demo-001",
      "email": "alex@example.test",
      "company": "Example Services",
      "need": "Connect website enquiries to a CRM",
      "source": "website-demo"
    },
    {
      "event_id": "demo-002",
      "email": "alex@example.test",
      "company": "Example Services",
      "need": "Connect website enquiries to a CRM",
      "source": "website-demo"
    }
  ]
}
