Bob HR
Feature | Description |
Configuring Functions | You can use our Bob connector to push data to Bob. Here are the instructions to configure a post function that executes such an integration.
|
Add Employee Field Mapping | Find the API field you want to add. The list of API fields can be retrieved by calling https://apidocs.hibob.com/reference/get_company-people-fields API from Bob's documentation. For example, let's say you want to set "Employment type" field. The above API returns below snippet.
The jsonPath value "payroll.employment.type" should then be used in the mapping config e.g. Similarly, you can add additional fields. Here's an example mapping:
|
Inbound Webhooks | Follow instructions in our Webhook documentation to get started with creating a Webhook for Bob. Here is a quick loom video on the configuration steps
This will allow to create the webhook on the Hi Bob and once its created. Use the Secret key for the and remove To map fields, use format like below. You can include all fields that are listed here - Webhooks (Global). The singature_token should be set to the secret signature from Bob UI. From their docs: “Requests from Bob to your system will be signed, and the secret signature can be grabbed from the Bob UI as part of the Webhook configuration.” |