Appcues

Supports:

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
account_idstringtruefalse
api_keystringtruefalse
api_secretstringtruefalse

Example

1{
2 "name": "Appcues connection",
3 "type": "appcues",
4 "configuration": {
5 "account_id": "",
6 "api_key": "",
7 "api_secret": ""
8 }
9}