Connections for Default Services

Connections for Default Services

Setting Up Connections with Default Services

The application provides default connections with many services, such as Zoho, Google, Hubspot, Trello, etc. To set up connections for default services:
  1. Go to Setup > Developer Space > Connections.
  2. Click Add Connection.
  3. Select the service under Pick Your Service tab.
  4. Provide the connection name and link name.
  5. Under Scope (if available), select the access permissions required by ServiceDesk Plus MSP Cloud to the resource data.
  6. The Use Credentials Of Login User checkbox is used to allow users to authorize the connection in custom widgets individually. If the option is unchecked, only the administrator who created the connection can authorize it using their own tokens.
  7. Click Create and Connect.

Info
The Scope access permissions are defined only by the third-party service that you're using in the Connection. Therefore check the help documents of the third-party service to learn about the scope they provide.  

The Use Credentials Of Login User option is relevant only to custom widgets. If a connection is used independent of custom widgets, this configuration will not be accounted by ServiceDesk Plus MSP Cloud and only administrators will be allowed to authorize connections. 
 

 

The Connection will be created and displayed with the following fields and a code snippet.
  1. Link Name: This is the name you provided for your connection.
  2. Scopes: The account authorized through the connection will have access to the URLs displayed under Scopes.
  3. ServiceName: Name of the third-party application.
  4. Status: Indicates the connection status.
  1. Click Done.
  2. To set up the created connection, click Connect or the Plug icon displayed upon hovering over the specific connection.


  1. Sign in to the third-party application and authenticate ServiceDesk Plus MSP Cloud. The connection will become active.
  1. You can use the code snippet provided for the connection in custom functions.
Warning
If you are using a custom domain, make sure that it's HTTPS enabled to access connections. 

Using Connections

Click a Connection on the Connection home page to view the code snippet.
Copy the Deluge code snippet to a custom function and proceed as follows:
  1. Replace <url> with the URL to be invoked.
  2. Choose the HTTP method.
  3. Pass parameters, if any.
You can add connections to custom widgets by copying the JSON code snippet to a custom widget package. Note the following pointers for reference:
  1. Add line breaks after each property in the JSON object.
  2. You can set the "userAccess" as "true" to allow users to authorize connections individually. To restrict authorization to only administrators, set userAcess as "false".
Click here to learn more about adding connections to custom widgets.

Connections Home Page Actions

On this page, you can set up, revoke, and delete connections.
  1. Use the Add Connection button to create a connection with default and custom services.
  2. Click Connect or the Plug icon displayed on a connection to set up the connection.
  3. View the code snippet of each connection (both active and revoked) by simply clicking the connection name.
  4. Modify the name and scope of a connection by using the Edit button displayed upon hovering over the connection.
 

  1. Revoke and delete connections by using the respective options displayed upon hovering over the connection.
 

Info
Technicians can set up, use, edit, and delete connections created by other technicians and view the code snippet as well. 

You cannot delete a connection being used in a custom function.  

When you update a connection's scope, the connection will automatically be revoked. You must re-authenticate to use the connection.

 Learn about setting up connections for custom services here
 
    • Related Articles

    • Connections for Custom Services

      Write new connections for custom services and expand the third-party support of ServiceDesk Plus MSP Cloud. Important Terminologies Before you set up connections with custom services, familiarize yourself with the following terms: Client: The ...
    • Overview

      Connections is a simple authentication mechanism to connect your ServiceDesk Plus MSP Cloud account with external applications. You can use connections inside custom functions to invoke any third-party applications' REST APIs. Benefits: Connections ...
    • Facility Services

      Under facility services, you can add various facilities, such as wifi, pantry, cab, etc. You can associate these services with campuses, buildings, floors, and rooms & spaces. To add a new facility service, Go to Spaces > Facility Services. Select a ...
    • Default Values

      Configure default values to be populated in the new purchase order (PO) form. You can set default values such as the default currency, default tax rate, billing & shipping address, and terms & conditions of the purchase. Role Required: SDAdmin Go to ...
    • Site24x7 Integration

      Site24x7 is a cloud-based all-in-one monitoring tool that helps DevOps and IT teams monitor the uptime and performance of all aspects of IT infrastructures including websites, virtual and on-premises servers, network devices, and applications. The ...