Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You will need to request Paylocity to setup webhook for your use cases e.g. new hire, termination, etc. This link provides more information about their process. Use the form specified in step-4 to provide relevant details. The URL, username and password can be copied once new webhooks are created in OnLink. See this link for reference.

...

Once you have authorization, you can create a new webhook in OnLink with Paylocity as the system and the below config:

map:first_name=customfield_10122
map:last_name=customfield_10123
config:summary='Candidate offboarding: ', [0], ' ', [1]
config:auth_scheme=basic_auth
config:auth_username=testuser
config:auth_password=30jiwe[fow049r

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.

...