Coupa

Supports:

  • ✅ 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}