Skip to content
Recued
Menu
← Back to recipes

Create a BambooHR employee intake

by recued-core v1

Approval-gated BambooHR employee creation. It reads available fields for context, then creates one employee through recued-core.bamboohr.employee.create with explicit first name, last name, work email, job title, department, location, hire date, and employee number. It does not update employees, write table rows, upload photos or files, create dependents, mutate benefits/payroll, assign policies, or call arbitrary BambooHR endpoints.

How it works 8 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (8 steps)
first_name trim
Trim whitespace from setting first name
last_name trim
Trim whitespace from setting last name
fields ?
has_first_name compare
Check if first name has data
has_last_name compare
Check if last name has data
ready all
Check if all conditions are true
create_employee ?
skip: step.ready not_equal true
card to_summary
Format results as a summary card
Settings 9 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

bamboohr setting =
location setting =
hire date setting =
job title setting =
last name setting =
department setting =
first name setting =
work email setting =
employee number setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Bamboohr connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

bamboohr bamboohremployeeonboardingintakepeople-opsapprovalpack:bamboohr

Details

8 steps 9 configurable settings recipe_id: create-bamboohr-employee-intake