Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

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.
  1. Navigate to <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\"}"     },
    To bring in data from Conga Platform:
     {       "Category": "xauthor",       "Name": "externalconnectionproperties",       "Value": "{\r\n  \"ConnectToCRM\": \"False\"}"     },
    Note:
    • 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

  2. Navigate to <hostdomain>/api/xauthor/v1/config-management/crm-connection to turn the connection on and off.