Gainsight CS
Supports:
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
access_key | string | Gainsight CS API Access Key | true | false |
domain | string | Your Gainsight CS domain | true | false |
Example
1 { 2 "name": "Gainsight CS connection", 3 "type": "gainsight_cs", 4 "configuration": { 5 "access_key": "", 6 "domain": "company.gainsightcloud.com" 7 } 8 }