Configuring a UI-to-API Connection
- Click the App Launcher (
) icon from the top-left corner and go to Admin Console > Organization.
- Go to the Conga API Connections tab and click Add UI-To-API Connection .
- Enter values in the following fields.
Field
Required Action
External Identifier
Select the Salesforce org ID for which you want to configure the connection. The external identifier list is populated based on the external integration that you added.
Client Name
Enter the client's name.
Description
Enter an appropriate description.
Redirect URI
Enter the UI callback endpoint, the site to which identification and access tokens are sent.
Note: You can configure multiple Redirect URIs within a single UI-to-API connection by entering comma-separated values in the Redirect URI field.- For production instance: https://prod-rls10.congacloud.com/static/clm/congacopilot/?q=param
- For preview instance: https://preview-rls09.congacloud.com/static/clm/congacopilot/?q=param
- For staging instance: https://rls-stg.congacloud.io/static/clm/congacopilot/?q=param
Cors Origins
Enter the domain name in the callback endpoint. This is the origin server's base URL to enable cross-site requests.
For example, https://business-agility-9613-dev-ed.scratch.my.salesforce.com
- Leave all the other fields blank.
- Click Save & Generate Client Secret to generate the Client ID.
- Click Copy next to the Client ID. Save it as SPAClientId for future use.
The UI to API connection is configured and activated.
- Click Save.
You can deactivate or reactivate the API Connections by using the respective hyperlink under the Actions column and edit the configuration by clicking the External Identifier hyperlink on the list page.
