Set up an External Connection in Logik by copying the Client ID and Client Secret of the Logik.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 Client Secret.
-
In Logik, navigate to .
-
Select New.
-
Set the name to pricing.
If you give a different name, it will require updating the default Enrichment scripts to point to the varname given.
-
Select “External” under “Integration Type”
-
Select “OAuth - Client Credentials Flow” for ‘Authentication Type’
-
Fill in Client ID and Client Secret you copied in step 2.
Token URL is: https://<site>.service-now.com/oauth_token.do
-
Scope: useraccount
-
HTTP method: POST
-
Host: https://<site>.service-now.comstep
-
Path: “/{{pricingPath}}”step
-
Body: “{{pricingRequest}}”
-
Ensure the Content Type is application/json.
-
Save.
-
Navigate to , then set the Pricing Connection to the newly created connection.