Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Here’s a quick video showing the integration between Hubspot and OnLink

https://www.loom.com/share/0ad734a53fb14aeca82e78742cf18e2e

Setup Paycor connection in OnLink by selecting “Other HR Assets Source”. Follow instructions here to get the connection parameters: https://developers.paycor.com/guides#managing-applications

  1. Create application and get Oauth2 client id and secret values as well as APIm Subscription Key (goes into Org (Subscription) Id)

  2. Simple Client Activation - copy the Refresh Token

image-20241208-041132.png

Follow instructions in our Webhook documentation to understand how OnLink supports webhooks. Here are the config elements you will need to configure Hubspot webhook:

config:auth_scheme=request_signing_paycor
config: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

key:id=customfield_10121
map:firstName=customfield_10065
map:lastName=customfield_10066
map:email.emailAddress=customfield_10104
map:employmentDateData.hireDate=customfield_10105
map:workLocation.city=customfield_10053

Any field supported by Paycor can be mapped in this way.

  • No labels