Settings 2.0 - Settings function on-demand validation schema
Settings function on-demand validation (builtin:example.settings.functioncall
)
Call an app-function with the body of the setting
Schema ID | Schema groups | Scope |
---|---|---|
builtin:example.settings.functioncall | - | environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
app | App name | text | - | required |
function | Function | text | - | required |
postRequest | Use POST request with setting value as body | boolean | - | required |
overrideToken | Use custom OAuth token instead of the logged in user for function call | boolean | - | required |
oauthToken | Use custom OAuth token to use for the function call | secret | Function call won't work with the stored token - has to be entered again each time | required |