- Integrations
- /
- Greenhouse
- /
- Actions
- /
- Create Greenhouse Candidate
ActionGreenhouseUpdated May 2026
How do I add a candidate to Greenhouse?
Short answer: Drop the "Greenhouse → Create Greenhouse Candidate" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
First Name first_name | string | Required | Contact's first (given) name. |
Last Name last_name | string | Required | Contact's last (family) name. |
Email email | string | Required | The email address. Used as the recipient or identifier depending on context. |
Phone phone | string | Optional | Phone number in E.164 format (with country code, no spaces). |
Current Company company | string | Optional | — |
Current Title title | string | Optional | — |
Applications applications | array | Optional | Array of {job_id: number} |
On Behalf Of (user id) on_behalf_of | string | Required | — |
Sample request
{"first_name": "e.g. Jane","last_name": "e.g. Doe","email": "e.g. user@example.com","phone": "e.g. +14155551234","company": "{{trigger.company}}"}
Returns
{"id": 12345,"last_name": "Doe","first_name": "Jane","applications": [{"id": 999}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for Create Greenhouse Candidate.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about Create Greenhouse Candidate.
What does the Create Greenhouse Candidate action do in Greenhouse?
Pushes a sourced candidate with email, name, optional initial application against a job, source attribution. For "LinkedIn Sales Navigator → push prospect to Greenhouse for the recruiter" sourcing workflows.
What inputs does Create Greenhouse Candidate require?
Required: First Name, Last Name, Email, On Behalf Of (user id). Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Greenhouse returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Create Greenhouse Candidate support batch operations?
Yes. Run Create Greenhouse Candidate inside a Loop node to process arrays. Tiny Command handles Greenhouse's rate limits automatically so you don't have to throttle manually.
More actions
Other Greenhouse actions.
Action
List Greenhouse Candidates
Paginated candidates with filters by source, status, recently active. For "yesterday's advancements" daily hiring-manager digests.
ActionList Greenhouse Jobs
Returns open requisitions with team, location, status. Useful for "auto-post to careers page" sync workflows and for routing inbound applications to the right job posting.
ActionMove Application to Stage
Transitions an application to a new pipeline stage. For "scorecard passed → auto-advance to next stage" workflows or for "bulk-reject after deadline" maintenance.
Send create greenhouse candidate from your workflows.
Triggered by anything in the catalog. Free tier available. No credit card.