HiBob integration connector
Add white-label customer-facing integration with HiBob into your app with just a few lines of code.
Managed authentication
Connect your customer accounts in HiBob without researching its API, registering in a developer program, and getting your application approved. We take care of authentication, secure credentials storage, and token refreshes so you don't have to.
Just one line of code for you and one click for your customers:
iApp.integration('hibob').open()
Add HiBob to your app in the next 30 minutes
Execute HiBob operations on behalf of your customers
Get information about available operations in a consistent way: name, description, input, output. Run operations using simple consistent API.
Search for employees
Note: Changes to this API are planned to take effect on May 31, 2024. Make sure to review all of the details in the Working pattern API Changes article in the help center.
This API returns a list of requested employees with requested fields...
Read all company employees
Note: Deprecated at the end of March 2024. Please use /people/search ("Search for employees") instead.
This returns a list of all active employees. The data is filtered based on the access level of the logged-in user...
Create company employee.
Note: Changes to this API are planned to take effect on May 31, 2024. Make sure to review all of the details in the Working pattern API Changes article in the help center.
This creates a new employee record in Bob...
Read company employee fields by employee ID.
Note: Changes to this API are planned to take effect on May 31, 2024. Make sure to review all of the details in the Working pattern API Changes article in the help center.
Returns the employee's fields by the specified ID or email.
Note: The values of the list fields represent the list item ID and not the list item value...
Read company employee by ID.
Note: Deprecated at the end of March 2024. Please use POST /people/{identifier} ("Read company employee fields by ID.") instead.
Returns the employee by the specified ID.
Note: The values of the list fields represent the list item ID and not the list item value...
Update company employee.
Note: Changes to this API are planned to take effect on May 31, 2024. Make sure to review all of the details in the Working pattern API Changes article in the help center.
This updates the employee record in Bob...
Work with HiBob data collections
Read and write data, get custom fields schema, and react to changes in HiBob data.
Read more about working with data collections
List | Find by ID | Create | Update | Delete | |
---|---|---|---|---|---|
Employees | ✅ | ✅ | ✅ | ✅ | ➖ |
Tasks | ✅ | ➖ | ➖ | ➖ | ➖ |
Trigger integrations on HiBob events
React to events in the external app. Receive changes in data regardless of whether webhooks are supported or not.
Read more about working with events
Data Record Created
Data Record Updated
Data Record Deleted
Use the same code to integrate with HiBob and 100+ other applications
With universal integrations, you can build your integration scenario once and it will work with every app automatically.
Employeesautomatically maps to | Tasksautomatically maps to | |
---|---|---|
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |