Chorus

Supports:

  • ✅ Models
  • ✅ Bulk sync source

Connection

Configuration

NameTypeDescriptionRequired
api_keystringAPI Key

(required if auth_method is “api_key”)
false
auth_methodstringAuthentication method

Accepted values: basic, api_key
true
passwordstringPassword

(required if auth_method is “basic”)
false
usernamestringUsername

(required if auth_method is “basic”)
false

Example

1{
2 "name": "Chorus connection",
3 "type": "chorus",
4 "configuration": {
5 "api_key": "",
6 "auth_method": "",
7 "password": "",
8 "username": ""
9 }
10}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

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