Skip to main content

Greenhouse

The Greenhouse connector enables easy and secure data synchronization between your application and your customers’ Greenhouse accounts through unified data models.

Authorization

The Greenhouse connector uses OAuth for secure authentication. When creating a connection, the required OAuth scopes are automatically configured based on your specific operations needs (e.g. genericContact::create, genericUser::list).

✓ Automatic token refresh handling
✓ Proactive insufficient permissions detection

View our step-by-step integration guideWhitelabel
Supported
You can choose to provide your own set of clientId and clientSecret for this connector from the Morph Cloud dashboard; allowing a fully whitelabled experience for your end-customers.
import { Morph } from "@runmorph/cloud";

const morph = Morph({ publicKey: "pk_demo_xxxxxxxxxxxxxxx", secretKey: "sk_demo_xxxxxxxxxxxxxxx"}); 

// create a new connection
const connection = morph.connections({ connectorId: "greenhouse", ownerId: "demo" });
await connection.create({ operations:[ "genericContact::list" ]});

// auhtorize the connection
const { auhtorizationUrl } = await connection.authorize();

// redirect the user to the auhtorizationUrl

Live Demo
Select a connector below to experience our seamless authentication flow and see how easy it is to connect third-party services.

Models

Generic

The Greenhouse connector seamlessly integrates with our unified genericContact model, enabling you to manage Contacts with rich data including firstName, lastName, phoneNumber, email and other key details

API Reference
GET/resources/genericContactList and Search Greenhouse Contacts
GET/resources/genericContact/:idRetrieve a Greenhouse Contact
POST/resources/genericContactCreate a Greenhouse Contact
PATCH/resources/genericContact/:idUpdate a Greenhouse Contact
DEL/resources/genericContact/:idDelete a Greenhouse Contact
Custom Fields
Supported
The Greenhouse connector supports our Field Mapping feature, enabling you or your customers to seamlessly map Greenhouse Contact custom fields to the unified contact model. This allows for flexible data synchronization while maintaining data consistency across all connectors.

view Contact model details

The Greenhouse connector seamlessly integrates with our unified genericUser model, enabling you to manage Users with rich data including firstName, lastName, email and other key details

API Reference
GET/resources/genericUserList and Search Greenhouse Users
GET/resources/genericUser/:idRetrieve a Greenhouse User
POST/resources/genericUserCreate a Greenhouse User
PATCH/resources/genericUser/:idUpdate a Greenhouse User
DEL/resources/genericUser/:idDelete a Greenhouse User
Custom Fields
Supported
The Greenhouse connector supports our Field Mapping feature, enabling you or your customers to seamlessly map Greenhouse User custom fields to the unified user model. This allows for flexible data synchronization while maintaining data consistency across all connectors.

view User model details

The Greenhouse connector seamlessly integrates with our unified genericWorkspace model, enabling you to manage Workspaces with rich data including name and other key details

API Reference
GET/resources/genericWorkspaceList and Search Greenhouse Workspaces
GET/resources/genericWorkspace/:idRetrieve a Greenhouse Workspace
POST/resources/genericWorkspaceCreate a Greenhouse Workspace
PATCH/resources/genericWorkspace/:idUpdate a Greenhouse Workspace
DEL/resources/genericWorkspace/:idDelete a Greenhouse Workspace
Custom Fields
Supported
The Greenhouse connector supports our Field Mapping feature, enabling you or your customers to seamlessly map Greenhouse Workspace custom fields to the unified workspace model. This allows for flexible data synchronization while maintaining data consistency across all connectors.

view Workspace model details

Scheduling

The Greenhouse connector seamlessly integrates with our unified scheduleCalendar model, enabling you to manage Calendars with rich data including name, owner and other key details

API Reference
GET/resources/scheduleCalendarList and Search Greenhouse Calendars
GET/resources/scheduleCalendar/:idRetrieve a Greenhouse Calendar
POST/resources/scheduleCalendarCreate a Greenhouse Calendar
PATCH/resources/scheduleCalendar/:idUpdate a Greenhouse Calendar
DEL/resources/scheduleCalendar/:idDelete a Greenhouse Calendar

view Calendar model details

The Greenhouse connector seamlessly integrates with our unified scheduleEventType model, enabling you to manage Event Types with rich data including calendar, name, description, duration, location and other key details

API Reference
GET/resources/scheduleEventTypeList and Search Greenhouse Event Types
GET/resources/scheduleEventType/:idRetrieve a Greenhouse Event Type
POST/resources/scheduleEventTypeCreate a Greenhouse Event Type
PATCH/resources/scheduleEventType/:idUpdate a Greenhouse Event Type
DEL/resources/scheduleEventType/:idDelete a Greenhouse Event Type

view Event Type model details

The Greenhouse connector seamlessly integrates with our unified scheduleEvent model, enabling you to manage Events with rich data including title, description, startTime, endTime, location and other key details

API Reference
GET/resources/scheduleEventList and Search Greenhouse Events
GET/resources/scheduleEvent/:idRetrieve a Greenhouse Event
POST/resources/scheduleEventCreate a Greenhouse Event
PATCH/resources/scheduleEvent/:idUpdate a Greenhouse Event
DEL/resources/scheduleEvent/:idDelete a Greenhouse Event

view Event model details

ATS

The Greenhouse connector seamlessly integrates with our unified atsJob model, enabling you to manage Jobs with rich data including title, description, department, location, status and other key details

API Reference
GET/resources/atsJobList and Search Greenhouse Jobs
GET/resources/atsJob/:idRetrieve a Greenhouse Job
POST/resources/atsJobCreate a Greenhouse Job
PATCH/resources/atsJob/:idUpdate a Greenhouse Job
DEL/resources/atsJob/:idDelete a Greenhouse Job
Custom Fields
Supported
The Greenhouse connector supports our Field Mapping feature, enabling you or your customers to seamlessly map Greenhouse Job custom fields to the unified job model. This allows for flexible data synchronization while maintaining data consistency across all connectors.

view Job model details

The Greenhouse connector seamlessly integrates with our unified atsApplication model, enabling you to manage Applications with rich data including candidate, job, recruiter, stage, appliedDate and other key details

API Reference
GET/resources/atsApplicationList and Search Greenhouse Applications
GET/resources/atsApplication/:idRetrieve a Greenhouse Application
POST/resources/atsApplicationCreate a Greenhouse Application
PATCH/resources/atsApplication/:idUpdate a Greenhouse Application
DEL/resources/atsApplication/:idDelete a Greenhouse Application
Custom Fields
Supported
The Greenhouse connector supports our Field Mapping feature, enabling you or your customers to seamlessly map Greenhouse Application custom fields to the unified application model. This allows for flexible data synchronization while maintaining data consistency across all connectors.

view Application model details

The Greenhouse connector seamlessly integrates with our unified atsApplicationStage model, enabling you to manage Application Stages with rich data including name, order, isActive and other key details

API Reference
GET/resources/atsApplicationStageList and Search Greenhouse Application Stages
GET/resources/atsApplicationStage/:idRetrieve a Greenhouse Application Stage
POST/resources/atsApplicationStageCreate a Greenhouse Application Stage
PATCH/resources/atsApplicationStage/:idUpdate a Greenhouse Application Stage
DEL/resources/atsApplicationStage/:idDelete a Greenhouse Application Stage

view Application Stage model details

The Greenhouse connector seamlessly integrates with our unified atsOffer model, enabling you to manage Offers with rich data including application, offerDate, status, startDate, salary and other key details

API Reference
GET/resources/atsOfferList and Search Greenhouse Offers
GET/resources/atsOffer/:idRetrieve a Greenhouse Offer
POST/resources/atsOfferCreate a Greenhouse Offer
PATCH/resources/atsOffer/:idUpdate a Greenhouse Offer
DEL/resources/atsOffer/:idDelete a Greenhouse Offer
Custom Fields
Supported
The Greenhouse connector supports our Field Mapping feature, enabling you or your customers to seamlessly map Greenhouse Offer custom fields to the unified offer model. This allows for flexible data synchronization while maintaining data consistency across all connectors.

view Offer model details

Custom

Supported
Can’t find the unified model you need? The Greenhouse connector supports your own custom model.

Webhooks

The Greenhouse connector supports real-time event subscriptions, allowing you to receive instant notifications when records are created, updated, or deleted. Below are the supported models and their corresponding triggers.
ModelsCreatedUpdatedDeletedAPI Reference
genericContactview event
genericUserview event
genericWorkspaceview event
scheduleCalendarview event
scheduleEventTypeview event
scheduleEventview event
atsJobview event
atsApplicationview event
atsApplicationStageview event
atsOfferview event

Proxy

Supported
The Greenhouse connector supports our Proxy Request feature, allowing you to directly call any endpoints from Greenhouse’s public API without needing to handle authentication. Your customer’s token will be automatically set and refreshed as needed, enabling quick implementation of custom connector behaviors. View API Reference.