Skip to main content

Greenhouse

This connector captures data from Greenhouse into Estuary collections.

This connector is based on an open-source connector from a third party, with modifications for performance in the Estuary system.

Supported data resources

The following data resources are supported through the Greenhouse APIs:

By default, each resource is mapped to an Estuary collection through a separate binding.

Prerequisites

  • To set up the Greenhouse source connector, you'll need the Harvest API key with permissions to the resources Estuary should be able to access.

Configuration

You configure connectors either in the Estuary web app, or by directly editing the catalog specification file. See connectors to learn more about using connectors. The values and specification sample below provide configuration details specific to the Greenhouse source connector.

Properties

Endpoint

PropertyTitleDescriptionTypeRequired/Default
/apikeyAPI KeyThe value of the Greenhouse API Key generated.stringRequired

Bindings

PropertyTitleDescriptionTypeRequired/Default
/streamStreamResource of your Greenhouse project from which collections are captured.stringRequired
/syncModeSync ModeConnection method.stringRequired

Sample


captures:
${PREFIX}/${CAPTURE_NAME}:
endpoint:
connector:
image: ghcr.io/estuary/source-greenhouse:v1
config:
apikey: <secret>
bindings:
- resource:
stream: applications
syncMode: full_refresh
target: ${PREFIX}/applications
{...}