Greenhouse

Greenhouse

Recruiting and applicant tracking platform powered by Harvest v3

16 actions
6 triggers

Actions

Name
list_candidates

List Greenhouse candidates with Harvest v3 filters and cursor pagination

get_candidate

Get a candidate by Greenhouse candidate ID

create_candidate

Create a candidate in Greenhouse Harvest v3

update_candidate

Update a candidate in Greenhouse Harvest v3

create_prospect

Create a Greenhouse prospect using the Harvest v3 candidate endpoint

create_candidate_note

Add a note to an existing candidate profile in Greenhouse

find_candidate

Find the first candidate matching an email address

find_or_create_candidate

Find a candidate by email, or create one if no candidate exists

find_due_scorecard

Retrieve scorecard details by ID, typically from a New Scorecard Due trigger

list_jobs

List jobs with Greenhouse Harvest v3 filters

get_job

Get a Greenhouse job by ID

list_applications

List candidate and prospect applications with Harvest v3 filters

get_application

Get a Greenhouse application by ID

list_job_posts

List Greenhouse job posts

list_interviews

List scheduled interviews

custom_api_call

Make a custom call to the Greenhouse Harvest v3 API

Triggers

Name
new_candidate_application

Triggers when a new application is submitted by a candidate

candidate_hired

Triggers when an application is marked hired

new_job_post

Triggers when a new job post is created

job_updated

Triggers when an existing job is updated

new_scheduled_interview

Triggers when a new scheduled interview is created within the configured time window

new_scorecard_due

Triggers when a new draft scorecard is due

Quick Start

TypeScript
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.