added

New Webhooks v2 Event

With this update, we have added a new event for the Webhooks v2 endpoints.

Parameter

  • User Duty Status (user_duty_status_updated): This event is triggered when the status of the driver's duty is changed or updated.

Example Event

{
  "action": "user_duty_status_updated",
  "id": 123456,
  "role": "driver",
  "email": null,
  "username": "test-driver-name",
  "first_name": "Test",
  "last_name": "Driver-name",
  "driver_company_id": null,
  "phone": null,
  "phone_ext": null,
  "carrier_name": null,
  "carrier_street": null,
  "carrier_city": null,
  "carrier_state": null,
  "carrier_zip": null,
  "terminal_street": null,
  "terminal_city": null,
  "terminal_state": null,
  "terminal_zip": null,
  "time_zone": "Pacific Time (US & Canada)",
  "cycle": "Other",
  "exception_24_hour_restart": false,
  "exception_8_hour_break": false,
  "exception_wait_time": false,
  "exception_short_haul": false,
  "exception_ca_farm_school_bus": false,
  "cycle2": null,
  "exception_24_hour_restart2": false,
  "exception_8_hour_break2": false,
  "exception_wait_time2": false,
  "exception_short_haul2": false,
  "exception_ca_farm_school_bus2": false,
  "eld_mode": "exempt",
  "time_tracking_mode": "timecards",
  "drivers_license_number": null,
  "drivers_license_state": null,
  "yard_moves_enabled": false,
  "personal_conveyance_enabled": false,
  "status": "active",
  "trigger": "updated",
  "duty_status": "on_duty",
  "updated_at": "2025-02-19T11:04:09Z"
}