IntegrationParam

Version 4.0.24.6 (latest)
Datatype
Description
(object)
object
name
string
Name of the parameter.
label
string
Label of the parameter.
description
string
Short description of the parameter.
required
boolean
Whether the parameter is required to be set to use the destination. If unspecified, this defaults to false.
has_value
boolean
Whether the parameter has a value set.
value
string
The current value of the parameter. Always null if the value is sensitive. When writing, null values will be ignored. Set the value to an empty string to clear it.
user_attribute_name
string
When present, the param's value comes from this user attribute instead of the 'value' parameter. Set to null to use the 'value'.
sensitive
boolean
Whether the parameter contains sensitive data like API credentials. If unspecified, this defaults to true.
per_user
boolean
When true, this parameter must be assigned to a user attribute in the admin panel (instead of a constant value), and that value may be updated by the user as part of the integration flow.
delegate_oauth_url
string
When present, the param represents the oauth url the user will be taken to.