Set up an external connection in ServiceNow CPQ
Set up an external connection in ServiceNow CPQ by copying the client ID and client secret of the CPQ.ai Auth record.
Before you begin
Role required: admin
Procedure
In ServiceNow Sales CRM, 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 ServiceNow CPQ.
Copy the client ID and the client secret.
In ServiceNow CPQ, navigate to Utilities > External Connections.
Select New.
Set the name to
pricing.Under Integration Type, select External.
For Authentication Type, select OAuth - Client Credentials Flow.
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.Set the remaining details as follows:
- Scope: useraccount
- HTTP method: POST
- Host: https://<site>.service-now.comstep
- Path:
“/{{pricingPath}}”step - Body:
“{{pricingRequest}}” - Make sure that the content type is
application/json.
Click Save.
Navigate to Utilities > Settings and set the pricing connection to the newly created connection.