Coupa
Supports:
- ✅ Connection Proxy
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
auth_method | string | Authentication method Accepted values: oauth, clientcredentials | true |
client_id | string | Client ID | true |
client_secret | string | Client Secret | true |
host | string | Host | true |
oauth_refresh_token | string | false |
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 }
