ConnectWise PSA - idemeum integration
— Nik Pot
ConnectWise configuration
In order to allow 3rd party applications (like idemeum) to make calls on behalf of a user we need to create a Member API
and an API key
in ConnectWise.
Add an API member
- From the ConnectWise admin console navigate to:
System
→Members
→API Members
- Click the
+
sign and add a new API member. In the example below I have named it:nikpot-api
. - For the Role ID select
Admin
. Fill out the rest of the required fields and click Save icon.
Add API key
- After you have added the API member you can select it from the list and select API Keys tab and click the + sign to add a new API key.
- In the example below I have named the key
nikpot-key
. Click Save. - Make sure you save the
Private Key
somewhere safe as it is only displayed once when you create the API key. We will need both thePublic
andPrivate
Keys to be configured in idemeum Admin portal.
Idemeum configuration
- Login to the admin portal of idemeum and navigate to:
Settings
→Integrations
and clickAdd Integrations
→Outbound integrations
.
- From the list of connectors select
ConnectWise
. - Fill out the following information for the ConnectWise configuration:
- API server URL - needs to be one of the value from the list below
https://api-au.myconnectwise.net
https://api-eu.myconnectwise.net
https://api-na.myconnectwise.net
https://api-staging.connectwisedev.com
- ConnectWise Company Name - this is your company name in ConnectWise (the same one that you use to login to the Manage console for ConnectWise)
- API public key - the public key that you have created in ConnectWise
- API private key - the private key that you have created in ConnectWise
- Once you have added all the information click Save. During saving we will check if the information provided is correct by trying to make a call to the URL provided using the API public/private key.
- If the test passes, then the ConnectWise configuration will be saved.
Default ConnectWise parameters
❗
The following attributes are configured by default in backend and will be used when creating or closing the tickets. While we do not allow them to be configured in the UI, please reach to idemeum support if you need these values to be different.
- boardId: 1
- severity: Medium
- impact: Medium
- closeStatusId: 17
Link idemeum and ConnectWise tenants
When elevation events are created for one of your idemeum customers we need to know in which of your ConnectWise company to create the ticket.
- When saving the ConnectWise configuration, idemeum triggers an asynchronous request to match each of your idemeum customer names with your companies in ConnectWise. We will match first by
Customer Display Name
then byCustomer name
. - If your idemeum customers are different than your ConnectWise companies then you can manually link them in the Customers tab in idemeum admin portal.
Managing elevation requests
In the example below we will show how a user requests access to the Microsoft Edge browse as an admin. As the elevation request is created in idemeum, a ticket is also created in ConnectWise.
- User tries to launch Edge browser on a Windows desktop with admin privileges.
- Since this requires admin privileges on the computer the user is asked if a request for approval to be sent to the system administrator.
- Upon clicking yes, an elevation request will be send to the system administrator.
- If we go to ConnectWise console for this Company we can see that a ticket was created in New state:
- If we drill down into the ticket we can see more information about the ticket severity/impact. The summary of the ticket will contain the user that requested the elevation, on what device and which application
- We can also see a description with more information about the elevation request. You can see that the user that created the description is
nikpot-api
(this is the name of the API member that we configured in the first step in ConnectWise).
- There are also 2 links in the description that the user in ConnectWise can use to approve / deny the elevation request in either MSP tenant or customer tenant in idemeum.
- In case we find the device in one of the configurations in the ConnectWise company, we will also associated that configuration with the ticket created. When looking for the configuration we will search the configuration name or the tagNumber attributes.
- When clicking on the link to approve in the MSP tenant a new window will be opened and the user will be taken to that specific elevation request in idemeum so an approve/deny action can be taken.
- In this example we will Deny the elevation request just for this user.
- If we go back to the ticket in ConnectWise we will see that the ticket is in closed state and that a new resolution note was added on what action was taken for this elevation request.