Skip to content

ServiceNow integration

CloudCADI offers a seamless integration with ServiceNow, enabling direct notification of recommendations to your engineering team through a single action button.

Step 1 - ServiceNow setup

  • If you don’t have an existing app, create a new one in ServiceNow.

  • Create a table with the following columns.

  • If you already have an app and table, ensure these columns are added to your existing table.

Columns:

  • resource_name
  • short_description
  • state
  • description
  • user_id
  • data_source
  • data_source_id

    image.png

Using REST API Explorer to Insert or Retrieve Data

  • Open the REST API Explorer in ServiceNow. image.png

  • Click on Create a record(POST) and Select the table you created or select existing table. image.png

  • Click Send to submit the request. image.png

  • A popup will appear, click OK to continue. image.png

  • You will receive a response with the URL.

  • Copy the generated POST URL for further use. image.png

Step 2 - CloudCADI setup

  • To integrate ServiceNow, SettingsIntegrationActivate. image.png

  • Enter the URL you have got in POST method request.

  • Provide the Username and Password received from ServiceNow. If you have forgotten your credentials, visit the ServiceNow Developer Website, click on your profile icon, and select Manage Instance Password to retrieve your credentials. image.png

  • Enter the URL, Username, password and click Activate. image.png

  • Update the details by using the update button, Enter the details and click Update. image.png image.png

  • Deactivate the ServiceNow instance by using the Deactivate button. image.png

  • To verify the ServiceNow Integration, Go to the CloudCADI Recommendation page and click the Create Ticket button. image.png

  • A small pop-up will appear confirming that a ticket has been created. image.png

  • The data is now successfully sent to the corresponding table in ServiceNow. image.png