Coupa

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
auth_methodstringAuthentication method

Accepted values: oauth, clientcredentials
true
client_idstringClient IDtrue
client_secretstringClient secrettrue
hoststringHosttrue
oauth_refresh_tokenstringfalse

Example

{
"name": "Coupa connection",
"type": "coupa",
"configuration": {
"auth_method": "",
"client_id": "",
"client_secret": "",
"host": "acme.coupahost.com",
"oauth_refresh_token": ""
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

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

Bulk Sync

Source

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