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

1{
2 "name": "Coupa connection",
3 "type": "coupa",
4 "configuration": {
5 "auth_method": "",
6 "client_id": "",
7 "client_secret": "",
8 "host": "acme.coupahost.com",
9 "oauth_refresh_token": ""
10 }
11}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

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

Bulk Sync

Source

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