Configure ConnectWise
Table of Contents
Overview
In this article is being described how to set up the live tile for ConnectWise. As an admin you need to do additional configuration to connect to your ConnectWise account.
This configuration is only possible on instance level. For individual environments this is not possible right now. This means that you can only configure one ConnectWise for all the workspaces registered on the instance
Configuration
<add name="ConnectWise" connectionString="Address={{ConnectwiseUrl}};CompanyId={{CompanyId}};PublicKey={{PublicKey}};PrivateKey={{PrivateKey}};Board={{Board}}"/>
In this config there are five variables you need to set:
- {{ConnectwiseUrl}}
- {{CompanyId}}
- {{PublicKey}}
- {{PrivateKey}}
- {{Board}}
You need to set these to your own ConnectWise configuration.
Example
<add name="ConnectWise" connectionString="Address=https://connectwise.info.com;CompanyId=newdayatwork;PublicKey=fgOa0rh03wPO45;PrivateKey=57qXJztbdoFtOWo;Board=Boardname"/>
ConnectWiseUrl
This is the URL where your ConnectWise is available on.
CompanyID
This is the CompanyID.
PublicKey
This key can be found under "My Account" under the "API KEY" tab.
PrivateKey
When saving the public key, you also get the private key via a screen pop-up.
Board
The name of the board you want to view.