...
Once you have authorization, you can create a new webhook in OnLink with Paylocity as the system and the below config:
map:first_nameemployeeFirstName=customfield_10122
map:last_nameemployeeLastName=customfield_10123
config:summary='Paylocity Inbound: ', [0], ' ', [1]
config:auth_scheme=basic_auth
config:auth_username=testuser
config:auth_password=30jiwe[fow049r
Additional mapping fields can be added. See Mapping section below for common fields you can map from Paylocity.
API Connectivity
You will need to request Paylocity for API credentials. This link provides more info on the information you will receive when API Access is granted i.e., client id and client secret.
...