Showpad

Supports:

Connection

Configuration

NameTypeDescriptionRequired
api_tokenstringAPI Tokentrue
subdomainstringSubdomain

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}