Skip to content
Recued
Menu
← Back to recipes

Greenhouse recruiting operations digest

by recued-core v1

Scheduled read-only Greenhouse Harvest v3 recruiting digest. It lists bounded pages of open jobs, active applications, candidates, interviews, offers, offices, and departments through recued-core.greenhouse, renders compact review tables, and optionally sends an in-app nudge when active applications are visible. It never creates candidates, writes notes, moves applications, changes offers, mutates jobs or openings, uploads attachments, or calls arbitrary Greenhouse endpoints.

How it works 24 steps

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

Process (24 steps)
jobs_raw ?
applications_raw ?
candidates_raw ?
interviews_raw ?
offers_raw ?
offices_raw ?
departments_raw ?
jobs default
Apply default
applications default
Apply default
candidates default
Apply default
interviews default
Apply default
offers default
Apply default
job_count count
Count items in jobs
application_count count
Count items in applications
candidate_count count
Count items in candidates
interview_count count
Count items in interviews
offer_count count
Count items in offers
has_matches compare
Check if application count is greater than 0
notify_enabled compare
Check if setting notify when matches equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
application_rows slice
Take a subset of
application_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 9 configurable

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

channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 20
greenhouse setting =
job status setting = open
start hour setting = 8
application status setting = active
notify when matches 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 Greenhouse connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

greenhouse greenhouseatsrecruitingapplicationsjobsdigestnotificationpack:greenhouse

Details

24 steps 9 configurable settings recipe_id: greenhouse-recruiting-operations-digest