Add a Greenhouse candidate note
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
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
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.