Installing the package
The easiest way to get the package is navigating to the True Contact AppExchange listing and click 'Get it Now'. Next, login into your org and install the package for administrators only. Allow callouts to https://api.signicat.com since that is the URL of Signicat. Also allow callouts for https://api.data-identity.com. This is necessary for the ID Method FTE.
In case you want to install the package through the Salesforce CLI, that is possible as well. Assuming you have installed the Salesforce CLI and have logged in to the org you want to install the package into, go to a terminal (or command line in Windows) and type the following command:
sf package install -o <your org alias> -p <True contact package ID> -w 30 -r
This will install the package into your org.
Last updated