Skip to content
Recued
Menu
← Back to recipes

Add a Greenhouse candidate note

by recued-core v1

Approval-gated Greenhouse note creation. It reads the target candidate and optional application context, then creates one candidate note, email log, or activity entry through recued-core.greenhouse.note.create. It does not create candidates, move applications, change offers, mutate jobs, upload attachments, delete data, or call arbitrary Greenhouse endpoints.

How it works 8 steps

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

Process (8 steps)
body trim
Trim whitespace from setting body
candidate ?
applications ?
has_body compare
Check if body has data
has_candidate compare
Check if setting candidate id is greater than 0
ready all
Check if all conditions are true
create_note ?
skip: step.ready not_equal true
card to_summary
Format results as a summary card
Settings 7 configurable

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

body setting =
subject setting =
note type setting = NOTE
greenhouse setting =
visibility setting = private
candidate id setting = 0
application id setting = 0

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 Greenhouse connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

greenhouse greenhousecandidatenoteactivityapprovalpack:greenhouse

Details

8 steps 7 configurable settings recipe_id: add-greenhouse-candidate-note