Showpad
Supports:
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
api_token | string | API Token | true |
subdomain | string | Subdomain e.g. ‘acme’ if your Showpad URL is https://acme.api.showpad.com | true |
Example
1 { 2 "name": "Showpad connection", 3 "type": "showpad", 4 "configuration": { 5 "api_token": "", 6 "subdomain": "acme" 7 } 8 }
