---
sourceDocument: Australia Sales and Order Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/order-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Sales and Order Management

ft:clusterId :

    - omgmt

bundleId :

    - omgmt

workflow :

    - Customer and Industry


---

# Set up an external connection in CPQ

# Set up an external connection in CPQ {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Set up an external connection in CPQ by copying the client ID and client xecret of the Logik.ai Auth record.

## Vorbereitungen

Role required: admin

## Prozedur

1. In Sales and Order Management, navigate to https://\<service_instance_url\>/oauth_entity.do?sys_id=99a63a9e2baeea1001bff246f291bf57.  
   We will use the integration we created to set up an external connection in CPQ.
2. Copy the client ID and the client secret.
3. In CPQ, navigate to UtilitiesExternal Connections.
4. Click New.
5. Set the name to <kbd class="ph userinput">pricing</kbd>.  
   If you enter a different name, you must update the default enrichment scripts to point to the varname.
6. Under Integration Type, select External.
7. For Authentication Type, select OAuth - Client Credentials Flow.
8. Enter the client ID and client secret that you copied in step 2.  
   The token URL is https://\<site\>.service-now.com/oauth_token.do.
9. Set the remaining details as follows:  
   * Scope: useraccount
   * HTTP method: POST
   * Host: https://\<site\>.service-now.comstep
   * Path: `"/{{pricingPath}}"step`
   * Body: `"{{pricingRequest}}"`
   {#set-up-external-connection-logik__ul_xmf_bfq_g3c}
10. Make sure that the content type is `application/json`.
11. Click Save.
12. Navigate to UtilitiesSettings and set the pricing connection to the newly created connection.
{#set-up-external-connection-logik__steps_zs1_51q_4hc}

