Tools
| Name | Description |
|---|---|
list_candidatesList Greenhouse candidates with Harvest v3 filters and cursor pagination | List Greenhouse candidates with Harvest v3 filters and cursor pagination |
get_candidateGet a candidate by Greenhouse candidate ID | Get a candidate by Greenhouse candidate ID |
create_candidateCreate a candidate in Greenhouse Harvest v3 | Create a candidate in Greenhouse Harvest v3 |
update_candidateUpdate a candidate in Greenhouse Harvest v3 | Update a candidate in Greenhouse Harvest v3 |
create_prospectCreate a Greenhouse prospect using the Harvest v3 candidate endpoint | Create a Greenhouse prospect using the Harvest v3 candidate endpoint |
create_candidate_noteAdd a note to an existing candidate profile in Greenhouse | Add a note to an existing candidate profile in Greenhouse |
find_candidateFind the first candidate matching an email address | Find the first candidate matching an email address |
find_or_create_candidateFind a candidate by email, or create one if no candidate exists | Find a candidate by email, or create one if no candidate exists |
find_due_scorecardRetrieve scorecard details by ID, typically from a New Scorecard Due trigger | Retrieve scorecard details by ID, typically from a New Scorecard Due trigger |
list_jobsList jobs with Greenhouse Harvest v3 filters | List jobs with Greenhouse Harvest v3 filters |
get_jobGet a Greenhouse job by ID | Get a Greenhouse job by ID |
list_applicationsList candidate and prospect applications with Harvest v3 filters | List candidate and prospect applications with Harvest v3 filters |
get_applicationGet a Greenhouse application by ID | Get a Greenhouse application by ID |
list_job_postsList Greenhouse job posts | List Greenhouse job posts |
list_interviewsList scheduled interviews | List scheduled interviews |
Triggers
| Name | Description |
|---|---|
new_candidate_applicationTriggers when a new application is submitted by a candidate | Triggers when a new application is submitted by a candidate |
candidate_hiredTriggers when an application is marked hired | Triggers when an application is marked hired |
new_job_postTriggers when a new job post is created | Triggers when a new job post is created |
job_updatedTriggers when an existing job is updated | Triggers when an existing job is updated |
new_scheduled_interviewTriggers when a new scheduled interview is created within the configured time window | Triggers when a new scheduled interview is created within the configured time window |
new_scorecard_dueTriggers when a new draft scorecard is due | Triggers when a new draft scorecard is due |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('greenhouse', 'list_candidates', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'greenhouse',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Greenhouse to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Greenhouse support?
Greenhouse supports 15 tools including List Candidates, Get Candidate, Create Candidate, Update Candidate, Create Prospect, and more.
Can I use Greenhouse with AI agents?
Yes. Add Greenhouse to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Greenhouse to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Greenhouse as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Greenhouse tools exposed by that workspace.
Does Greenhouse work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Greenhouse work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Greenhouse?
Greenhouse exposes 15 tools, including List Candidates, Get Candidate, Create Candidate, Update Candidate, Create Prospect, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Greenhouse be used in stateful agent workflows?
Yes. Agents can combine Greenhouse tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Greenhouse use?
Greenhouse uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Greenhouse integration cost?
The Greenhouse integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Greenhouse support?
Greenhouse supports 6 triggers including New Candidate Application, Candidate Hired, New Job Post, Job Updated, New Scheduled Interview, and more.
Connect Greenhouse in minutes
Get 20,000 free action executions every month. No credit card required.