Actions
| 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 |
custom_api_callMake a custom call to the Greenhouse Harvest v3 API | Make a custom call to the Greenhouse Harvest v3 API |
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/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'greenhouse',
actionName: 'list_candidates',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Greenhouse support?
Greenhouse supports 16 actions 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 TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.
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 1,000 free actions every month. No credit card required.