Active |
---|
This application does not need additional settings. So you can make connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). More only by using your login credentials or by following the instructions below . |
With HiBob modulesThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More in Boost.spaceCentralization and synchronization platform, where you can organize and manage your data. More IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. More, you can:
-
watch all events
-
complete a task, retrieve an employee, and make an API call
-
list all employees, employee historyBoost.space Integrator maintains a history of your scenario and records: The date that scenario execution started Status (success, warning, or error) Execution duration Number of operations spent during the scenario run Size of transferred data Link to detailed information, where you can inspect all data in that particular execution received and how the data was processed You can view this..., and tasks
To get started with HiBob, create an account at www.hibob.com.
To connect HiBob app, you need to obtain the API key and insert it into the HiBob scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. More.
-
Log in to your HiBob account.
-
Click Profile Icon > API access and copy the access tokenThe API token is a multi-digit code that allows a user to authenticate with cloud applications. More to a safe place.
-
Log in to your Boost.space Integrator account, insert a HiBob moduleThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More in your scenario, and click the Add button next to the Connection field.
-
Optional: In the Connection name field, enter a name for the connection.
-
In the API Key field, enter the access token copied in step 2 and click Save.
You have successfully established the connection. You can now edit your scenario and add more HiBob modules. If your connection needs reauthorization, follow the connection renewal steps here.
You can watch all events using the following modules.
TriggersEvery scenario has a trigger, an event that starts your scenario. A scenario must have a trigger. There can only be one trigger for each scenario. When you create a new scenario, the first module you choose is your trigger for that scenario. Create a trigger by clicking on the empty module of a newly created scenario or moving the... when an event occurs. Events are set in HiBob > Settings > Integrations > WebhooksA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers..
Connection |
|
WebhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. name |
Enter a name for the webhook. |
To set up the webhook, see the section, Setting up HiBob webhooks.
You can complete a task, retrieve an employee, and make an API call using the following modules.
Performs an arbitrary authorized API call.
Note | |
---|---|
For the list of available endpoints, refer to the HiBob API documentation. |
Connection |
|
URL |
Enter a path relative to |
Method |
GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers |
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
Query String |
Enter the request query string. |
Body |
Enter the body content for your API call. |
Retrieves an employee by their ID or email address.
Connection |
|
Employee ID or Email address |
Select either the Employee ID or Email address whose details you want to retrieve. |
Include Human Readable Data |
Select whether to include human-readable data. |
Marks tasks as completed.
Connection |
|
Task ID |
Select or map the Task ID you want to complete. |
You can list all employees, employee’s history, and tasks using the following modules.
Lists employees of the company. The data is filtered based on the access level of the logged-in userCan use the system on a limited basis based on the rights assigned by the admin. More. Only viewable categories are returned.
Connection |
|
Include Inactive Employees |
Select whether to include inactive employees. |
Include Human Readable Data |
Select whether to include human-readable data. |
Limit |
Set the maximum number of employees Boost.space Integrator will return during one execution cycleA cycle is the operation and commit/rollback phases of scenario execution. A scenario may have one or more cycles (one is the default).. The default value is 10. |
Lists employee’s work history, employment, life-cycle statusCreate statuses for each module separately to create an ideal environment for efficient and consistent work. More, or salary.
Connection |
|
Employee ID |
Select or map the Employee ID whose history you want to list. |
Select |
Select a parameter to list:
|
Limit |
Set the maximum number of employees Boost.space Integrator will return during one execution cycle. The default value is 10. |
Lists tasks based on selected criteria.
Connection |
||||
Select Group of Tasks |
Select a task to list:
|
|||
Employee ID |
Select or map the Employee ID whose tasks you want to list. |
|||
Tasks Status |
Select the task status:
|
|||
Limit |
Set the maximum number of tasks Boost.space Integrator will return during one execution cycle. The default value is 10. |
This app uses webhooks to triggerEvery scenario has a trigger, an event that starts your scenario. A scenario must have a trigger. There can only be one trigger for each scenario. When you create a new scenario, the first module you choose is your trigger for that scenario. Create a trigger by clicking on the empty module of a newly created scenario or moving the... a scenario when an event occurs instantly.
To set up the webhooks:
-
Open the Watch All Events module, enter a name for the webhook, establish a connection, click Save, and copy the URL address to your clipboard. Click OK.
-
Log in to your HiBob account, and click Settings > Automation > Webhook.
-
To create a new webhook, click Add a new Subscriber. Enter a name and URL copied in step 1 in the URL field, and select the events you want to watch.
-
Click Save.
You have successfully set up the webhooks.