Greenhouse

Supports:

  • ✅ Models
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
auth_methodstringAuthentication method

Accepted values: oauth, clientcredentials
true
oauth_refresh_tokenstringfalse

auth_method

When auth_method is clientcredentials
NameTypeDescriptionRequired
client_idstringClient IDtrue
client_secretstringClient secrettrue

Example

{
"name": "Greenhouse connection",
"type": "greenhouse",
"configuration": {
"auth_method": "",
"oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq"
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

{
...
"configuration": {
"object": "object"
}
}

Bulk Sync

Source

Greenhouse connections may be used as a bulk sync source. No additional configuration options are required.