Paycor (Webhook)
Enabling Paycor webhooks allows you to create a Jira or JSM ticket whenever certain events (hire, terminate, employee changes) occur in Paycor. You can enable event notifications in Paycor - instructions are here: https://developers.paycor.com/guides#event-subscriptions
Follow instructions in our Webhook documentation to understand how OnLink supports webhooks. Here are the config elements you will need to configure Paycor webhook:
config:auth_scheme=request_signing_paycorconfig:signature_token=<create random secret>
This random secret needs to be entered in Paycor when configuring event subscriptions.
You can set config:validate_signature=FALSE when doing the initial build and test. This by-passes signature validation so should only be set for dev and test stages.
Here’s sample field mapping for events related to “Employee” object in Paycor.
key:employeeNumber=customfield_10121map:firstName=customfield_10065map:lastName=customfield_10066map:email.emailAddress=customfield_10104map:employmentDateData.hireDate=customfield_10105map:workLocation.city=customfield_10053config:summary='New Hire: ', {customfield_10065}, ' ', {customfield_10066}
Any field supported by Paycor can be mapped in this way.