{
  "payload": {
    "headers": {
      "Content-Type": "application/json",
      "X-BambooHR-Signature": "1d6207f8818f063890758a32d3833914754ba788cb2993b04ac8eb064fef0fcd",
      "X-BambooHR-Timestamp": "2026-05-21T14:00:00Z"
    },
    "queryParameters": {},
    "rawBody": {
      "data": "",
      "contentType": "application/json"
    },
    "body": {
      "data": {
        "employees": [
          {
            "id": 5,
            "fields": {
              "firstName": {
                "value": "Ashley"
              },
              "lastName": {
                "value": "Adams"
              },
              "jobTitle": {
                "value": "Senior HR Administrator"
              }
            },
            "changedFields": [
              "jobTitle"
            ]
          }
        ],
        "fields": {
          "firstName": "First Name",
          "lastName": "Last Name",
          "jobTitle": "Job Title"
        }
      },
      "contentType": "application/json"
    },
    "pathFragment": "",
    "webhookUrls": {
      "Webhook Flow": "https://hooks.example.com/trigger/EXAMPLE"
    },
    "webhookApiKeys": {
      "Webhook Flow": [
        "example-api-key"
      ]
    },
    "invokeUrl": "https://hooks.example.com/trigger/EXAMPLE",
    "executionId": "SW5zdGFuY2VFeGVjdXRpb246MTIzNDU=",
    "customer": {
      "id": "Q3VzdG9tZXI6MTIzNDU=",
      "externalId": "example-customer-external-id",
      "name": "Example Customer"
    },
    "instance": {
      "id": "SW5zdGFuY2U6MTIzNDU=",
      "name": "Example Instance"
    },
    "user": {
      "id": "VXNlcjoxMjM0NQ==",
      "externalId": "example-user-external-id",
      "name": "Example User",
      "email": "user@example.com"
    }
  }
}