Version: 18.11 (EOL)
Integrations
The integrations
property defines the list of integrations that Workspaces will display on the details view in the Integrations card.
Properties
All properties are optional unless otherwise indicated.
Property | Description |
---|---|
label | String (Default: null )Required. Text to be displayed as the integration title. |
properties | List<Mapping> (Default: [] )List of property Mapping keys. |
Examples
Default integrations
[
{
"label": "FIS Chexsystems",
"properties": ["$ida", "$idv", "$ofac", "$qualfile"]
},
{
"label": "Threat metrix",
"properties": ["$score", "$decision", "$riskRating"]
},
{
"label": "TIN check",
"properties": ["$tinVerification"]
}
]
Display only the TIN Check Integration
[
{
"label": "TIN Check",
"properties": ["$tinVerification"]
}
]