Employee: Custom Field Value Changed

employee.custom_field_value_changed

Example Webhook Event

{
  "event": "employee.custom_field_value_changed",
  "type": "employee",
  "trigger": "custom_field_value_changed",
  "context": {
    "custom_field_id": 5243803121,
    "custom_field_name": "Badge Number",
    "custom_field_type": "Number Field",
    "new_value": "1353",
    "old_value": "1111"
  },
  "response": {
    "id": 190814361,
    "name": "Marcel Nitzsche",
    "email": "[email protected]",
    "title": "Actuary",
    "location_id": 672632879,
    "department_id": 654672700,
    "notes": null,
    "archived": true,
    "number_of_assets": 1,
    "number_of_accessories": 1,
    "number_of_consumables": 0,
    "number_of_licenses": 0,
    "assets": [
      637109523
    ],
    "accessories": [
      790269760
    ],
    "consumables": null,
    "licenses": null,
    "created_at": "2024-12-12T08:19:10.830Z",
    "updated_at": "2024-12-12T08:19:10.970Z",
    "custom_fields": [
      {
        "Badge Number": "1353"
      }
    ],
    "manager_id": 706603824
  }
}