HiBob Make integrationAutomate HiBob with Make.
Can an event in Bob kick off the rest of your HR admin by itself? The HiBob Make integration gives you 7 modules: 1 instant trigger, 3 actions and 3 searches. This guide is for people ops teams who know Bob well, and it walks you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the HiBob Make integration do for your HR team?
The HiBob Make integration links your Bob account to Make, a no-code tool where you chain apps into a scenario, meaning the automation you build block by block. Each block is a module: a trigger that starts the flow, an action, or a search. HiBob brings 7 of them, so an event in Bob can feed your other tools without anyone copying data by hand.
Employee record, sent where it is needed. Watch All Events reacts to the events you enable in Bob, then Get an Employee pulls the full profile of the person concerned so the next module (a sheet, a chat message, an IT ticket) gets names and details instead of a bare ID.
Onboarding tasks closed from another tool. List Tasks finds the open tasks that match your criteria, and Complete a Task marks one as done. When the work really happens outside Bob, say in an IT checklist, the task in Bob can follow without a manual click.
A history pulled for reporting. List Employee's History returns the work, employment, life-cycle or salary history of a person, and List All Employees returns the staff list, each person as one bundle (one item passed to the next module). Good material for a report in Airtable, as shown on the Airtable Make integration page.
Know the limits before you start. List All Employees only returns what the connected user is allowed to see, category by category. Anything the six ready-made modules skip goes through Make an API Call, with the same connection. And HiBob's module documentation on Make is flagged as AI-generated, so check any detail that matters with HiBob.
Weighing Make against n8n for this job? The n8n vs Make comparison lays out the criteria, and the Make training helps you build faster once you pick Make.
How do you connect your HiBob account to Make?
- 01
Create a service user in Bob
Make does not sign in with your personal Bob login. In HiBob, open the configuration menu, go to the Service Users section and create a new service user. Bob then shows an API key and an API token: copy both right away.
- 02
Open the connection window in Make
In your scenario, add any HiBob module and click Create a connection. A connection is your Bob account linked to Make once, then reused by every HiBob module. If you picked Watch All Events, click Create a webhook first.
- 03
Paste the credentials and save
Give the connection a clear name in the Connection name field (optional, but handy with several Bob accounts). Paste the key and token you copied from the service user, or follow the on-screen instructions, then save.
Build your first HiBob scenario in Make
GoalWhen an event you enabled fires in Bob, Make catches it and fetches the full record of the employee it concerns.
- 01
Create the scenario
On the Scenarios page of Make, create a new scenario. The editor opens on an empty canvas: click the big + to place the first module, the one that starts everything.
- 02
Add Watch All Events
Search for HiBob, pick Watch All Events, click Create a webhook, then Create a connection with the service user key and token. This trigger is instant: Bob calls Make as soon as an event happens.
- 03
Enable the events in Bob
Make only hears what Bob sends. In HiBob, open Settings, then Integrations, then Webhooks, and choose the events that should start your scenario.
- 04
Add Get an Employee
Click the + on the right of the trigger, pick HiBob again and choose Get an Employee. If the event data carries the employee ID or email, map it into the module (check it in the first test run), reusing the same connection.
- 05
Test with Run once
Click Run once, then trigger a matching event in Bob. Open the bubble above each module to read the bundles it received and check that the employee record came back complete.
- 06
Switch the scenario on
Once the test looks right, save and switch the scenario on. From then on, each event Bob sends runs it, and every module run counts as one operation on your Make plan.
What starts a HiBob scenario
1 module starts a scenario when something happens in HiBob. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by HiBob as soon as it happens.
Watch All Events
Instant triggerIn Make“Triggers when an event occurs. Events are set in HiBob > Settings > Integrations > Webhooks.”
Watch All Events hands your scenario every event you chose in Bob, the moment it happens, so the rest of your tools learn about a change without anyone forwarding it.
What the HiBob modules do
HiBob gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Complete a Task
ActionIn Make“Marks task as completed.”
Complete a Task ticks off a task in Bob for you, so the checklist there matches what was actually done in another tool.
Get an Employee
ActionIn Make“Retrieves an employee by their ID or email address.”
Get an Employee brings back one person's profile from Bob, found by ID or email address, ready to map into the next module.
Make an API Call
ActionIn Make“Performs arbitrary authorized API call.”
Make an API Call lets you reach any endpoint of the HiBob API from your scenario, using the connection you already set up, with no second login.
List All Employees
SearchIn Make“Lists employees of the company. The data is filtered based on the access level of the logged-in user. Only viewable categories are returned.”
List All Employees returns your company's staff, one bundle per person, which is the easy way to feed a directory, a sheet or a headcount report.
List Employee's History
SearchIn Make“Lists employee's history of work, employment, life-cycle status or salary.”
List Employee's History gives you the timeline of one person: work history, employment, life-cycle status or salary, whichever you choose.
List Tasks
SearchIn Make“Lists tasks based on selected criteria.”
List Tasks pulls the Bob tasks that match the criteria you set, so your scenario knows what is still pending before it acts.
Need help automating HiBob with Make?
A person reads every message.