Appcues
Supports:
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
account_id | string | Account ID | true |
api_key | string | API Key | true |
api_secret | string | API Secret | true |
Example
1 { 2 "name": "Appcues connection", 3 "type": "appcues", 4 "configuration": { 5 "account_id": "", 6 "api_key": "", 7 "api_secret": "" 8 } 9 }
