Connect to CRM REST API
You can connect X-Author for Contracts Advanced to a Salesforce or Conga Platform Org based using the Connect to CRM REST API.
Note: After performing this action, you must log in to the application again.

X-Author for Contracts Advanced for Advantage Platform
list_alt
<hostdomain>/api/config-management/v1/configurations/Xauthor to make the following configuration changes:To bring in data from Salesforce:
{ "Category": "xauthor", "Name": "externalconnectionproperties", "Value": "{\r\n \"ConnectToCRM\": \"True\"}" }, { "Category": "xauthor", "Name": "externalconnectionproperties", "Value": "{\r\n \"ConnectToCRM\": \"False\"}" },If the value of the Connect To CRM REST API is "True", then X-Author for Contracts Advanced will always connect to Salesforce for all users in the Org.
If the value of Connect To CRM REST API is "False" then X-Author for Contracts Advanced will always connect to Conga Platform always for all users in the Org
<hostdomain>/api/xauthor/v1/config-management/crm-connection to turn the connection on and off.