Settings

External access evaluation can be activated under this menu item. As soon as external access evaluation is activated, bookings are no longer evaluated on the AccessManager.

For external evaluation, KentixONE offers the option of sending webhooks for bookings. A corresponding webhook must be configured for this. The DoorLock can be opened using the Kentix SmartAPI via an API call.

The Kentix SmartAPI documentation contains further information on the necessary parameters for the API request.

Example webhook

{
"UserRfidUid": "$USER_RFID_UID$",
"UserRfidData": "$USER_RFID_DATA$",
"UserRfidPin": "$USER_PIN$",
"DeviceWhichHasBeenBooked": "$DEVICE_ID$",
}

Related Articles