Greenhouse

Supports:

  • āœ… Models
  • āœ… Bulk sync source

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

1{
2 "name": "Greenhouse connection",
3 "type": "greenhouse",
4 "configuration": {
5 "auth_method": "",
6 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq"
7 }
8}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "object": "object"
5 }
6}