{
  "payload": {
    "headers": {
      "Content-Type": "application/json",
      "User-Agent": "SendGrid Event API"
    },
    "queryParameters": {},
    "rawBody": {
      "data": null
    },
    "body": {
      "data": [
        {
          "email": "user@example.com",
          "event": "delivered",
          "ip": "192.0.2.100",
          "sg_event_id": "ZGVsaXZlcmVkLTAtMTIzNDU2NzgtRXhhbXBsZUV2ZW50SWQxMjM0NTY3ODkw",
          "sg_message_id": "ExampleMessageId123.recvd-abc123def456-ghi789-1-12345678-9.0",
          "smtp-id": "<ExampleSmtpId123@example-server-01>",
          "timestamp": 1700000000,
          "tls": 1,
          "response": "250 2.0.0 OK 1700000000 example123-abc456def789ghi012jkl345.123 - gsmtp"
        }
      ],
      "contentType": "application/json"
    },
    "pathFragment": "",
    "webhookUrls": {},
    "webhookApiKeys": {},
    "invokeUrl": "",
    "executionId": "RXhhbXBsZUV4ZWN1dGlvblJlc3VsdElk",
    "customer": {
      "id": "testCustomerId",
      "name": "Test Customer",
      "externalId": "testExternalId"
    },
    "instance": {
      "id": "testInstanceId",
      "name": "Test Instance"
    },
    "user": {
      "id": "testUserId",
      "email": "user@example.com",
      "name": "Test User",
      "externalId": "testUserExternalId"
    },
    "integration": {
      "id": "testIntegrationId",
      "name": "Test Integration",
      "versionSequenceId": "1",
      "externalVersion": ""
    },
    "flow": {
      "id": "testFlowId",
      "name": "Test Flow",
      "stableId": "example-stable-id"
    },
    "startedAt": "2024-01-15T00:00:00.000Z",
    "globalDebug": false
  }
}