...
config:auth_scheme=header_token_ukgpro
config:header_token=<create a secure 20 char token, will be used when configuring webhook in UKG pro>
config:ukgpro_url=https://{tenantId}.{hostname}/personnel/v1/employee-changes/{employeeId}
can be changed to any other REST API - see this listconfig:auth_username=<webservice account username from UKG>
ref reference - Each UKG web service account is assigned a unique user API key. This user API key along with the web service account username and password is necessary for authentication to an endpoint.has username, password, and an API keyconfig:auth_password=<webservice account password>password from UKG>
config:auth_password=<webservice account api key>key from UKG>
Follow instructions here to configure webhook in UKG Pro: https://developer.ukg.com/general/docs/ukg-webhooks-user-guide#add-a-subscription
...