Skip to main content

ServiceNow

CloudCADI integrates with ServiceNow to send recommendations directly to your engineering team as tickets, using a single action button.

Step 1 - Configure ServiceNow

  • 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.

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

    CloudCADI ServiceNow table columns

Use the REST API Explorer to insert or retrieve data

  • Open the REST API Explorer in ServiceNow.

    CloudCADI ServiceNow REST API Explorer

  • Click Create a record (POST) and select the table you created, or select an existing table.

    CloudCADI ServiceNow select table

  • Click Send to submit the request.

    CloudCADI ServiceNow send request

  • A popup will appear. Click OK to continue.

    CloudCADI ServiceNow confirm popup

  • You will receive a response containing the URL. Copy the generated POST URL for further use.

    CloudCADI ServiceNow POST URL

Step 2 - Configure CloudCADI

  • To integrate ServiceNow, navigate to Settings, select Integrations, and click Activate.

    CloudCADI ServiceNow activate

  • Enter the URL you received from the POST method request.

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

    CloudCADI ServiceNow credentials

  • Enter the URL, Username, and Password, then click Activate.

    CloudCADI ServiceNow activate form

  • To update the details, click Update, enter the new details, and click Update again.

    CloudCADI ServiceNow update CloudCADI ServiceNow update confirm

  • To deactivate the integration, click Deactivate.

    CloudCADI ServiceNow deactivate

  • To verify the ServiceNow integration, go to the CloudCADI Recommendation page and click Create Ticket.

    CloudCADI ServiceNow create ticket

  • A confirmation popup will appear indicating that a ticket has been created.

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

    CloudCADI ServiceNow table