Skip to main content
HiBob

Integrate with HiBob HR Software to automate onboarding and offboarding and track leave & compensation.

Updated over a week ago

Hibob is an HR and employee experience software that allows for onboarding, tracking leave and compensation, and more.

Use HiBob Steps in Torq

Create a Service User in HiBob

  1. Create an API service account to access the API. Service accounts are not connected to any one employee.

  2. Go to the settings menu and select Automation.

  3. Click the Service Users thumbnail.

  4. Enter a unique name and a display name.

  5. Click Save.

  6. The new service user’s ID and token are now displayed. Make sure to keep the ID and token in a safe place; you will not be able to reaccess them.

  7. Add the service user to a group with the required permissions.

Create a HiBob API Key

  1. As per HiBob your API key must be a combination of the service user ID and token created earlier.

    1. Combine the service user ID and token as such:

      SRVS_USER_NAME:SRVS_ACCOUNT_TOKEN

  2. Convert the combined string to Base64 (you can use Torq's Encode Base64 step for this)

    1. ex: Base64.encode(SERVICE-USER-ID:Qe8q89RwbzeS7mmhMcAsN1crM73m6MdbjewGCCUY)

  3. Save the resulting Base64 string.

Create a HiBob Steps Integration in Torq

  1. Go to Build > Integrations > Steps > HiBob and click Add.

  2. Give the integration a unique and meaningful name.

  3. In the API Key field, write Basic and then paste the API key you created earlier. (ex: Basic <Base64-encoded credentials>)

  4. Click Add.

Use HiBob Trigger in Torq

Create a HiBob Trigger Integration in Torq

  1. Go to Build > Integrations > Triggers > HiBob and click Add.

  2. Give the integration a unique and meaningful name.

  3. Click Add.

  4. Copy the Webhook URL generated.

Subscribe to Employee Changes in HiBob

  1. In HiBob, go to System Settings > Integrations > Webhooks and click Manage.

  2. Click Add a new subscriber.

  3. Enter a meaningful name and paste the Torq webhook URL generated earlier.

  4. From the dropdown menu, check whichever events you want to trigger a workflow.

  5. Optionally:

    1. Check off Exclude events by system so that changes made by the HiBob system will not trigger a workflow.

    2. Under the Who to listen for, narrow the trigger to only specific employees.

  6. Click Save.

Premade Steps

These are the premade steps for Hunters. Don't see the step you need? No problem, you can easily create custom steps.

  • Get employee

  • Invite employee

  • List employees

  • List onboarding wizards

  • Remove employee

Did this answer your question?