port-labs / ocean

🌊 Ocean 🌊 is an innovative solution developed by Port to seamlessly integrate various third-party systems with our developer portal product, empowering engineers to effortlessly prioritize key features and streamline the integration process.
https://ocean.getport.io
Apache License 2.0
104 stars 33 forks source link

[Integration][Servicenow] - Update Connectivity Test #825

Closed PeyGis closed 1 month ago

PeyGis commented 1 month ago

Description

What - Updated the Servicenow connectivity test to use an existing table (incident) rather than the instance table, which may require the user to grant extra permission Why - As part of the connectivity check, we query the tapi/now/table/instance endpoint to retrieve information about the instance. One customer was particularly worried that they don't want the integration to access this table since it involve granting admin privileges. So, instead of querying another table, we use one of the existing tables which we have access to(incident) to perform the connectivity check. For us to know that the connection was successful, we display a sample incident to the console

How -

Type of change

Please leave one option from the following and delete the rest:

Screenshots

Include screenshots from your environment showing how the resources of the integration will look.

Screenshot 2024-07-17 at 6 26 55 PM

API Documentation

Provide links to the API documentation used for this integration.