Skip to content
Recued
Menu
← Back to recipes

BambooHR people operations digest

by recued-core v1

Scheduled read-only BambooHR people operations digest. It lists bounded pages of employees, who's-out entries, time-off requests, time-off types, fields, and saved custom reports through recued-core.bamboohr, renders compact review tables, and optionally sends an in-app nudge when time-off requests are visible. It never creates employees, creates time-off requests, updates employee records, mutates tables, uploads files, approves or denies time off, changes policies, administers webhooks, or calls arbitrary BambooHR endpoints.

How it works 21 steps

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

Process (21 steps)
employees_raw ?
whos_out_raw ?
time_off_requests_raw ?
time_off_types_raw ?
fields_raw ?
reports_raw ?
employees default
Apply default
whos_out default
Apply default
time_off_requests default
Apply default
reports default
Apply default
employee_count count
Count items in employees
whos_out_count count
Count items in whos out
request_count count
Count items in time off requests
report_count count
Count items in reports
has_requests compare
Check if request count is greater than 0
notify_enabled compare
Check if setting notify when requests equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
employee_rows slice
Take a subset of
employee_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 10 configurable

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

bamboohr setting =
channels setting = in_app
end date setting =
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 50
start date setting =
start hour setting = 8
employee status setting = active
notify when requests setting = true

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

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

About

Tags

bamboohr bamboohrhrispeople-opsemployeestime-offdigestnotificationpack:bamboohr

Details

21 steps 10 configurable settings recipe_id: bamboohr-people-operations-digest