Connectwise Manage Documentation¶
This guide will show you how to set up your new Helpdesk Buttons with ConnectWise Manage in as few as 15 minutes.
Integration¶
Connectwise Manage integration requires three main parts:
1) set up an unregistered user as a catchall account as a contact in your PSA
2) set up the API integration.
3) configure helpdeskbuttons account.
Video Walkthrough¶
1) Unregistered User¶
You will start off by logging into your ConnectWise Manage instance. The first step is to create a dummy company to catch tickets from unregistered users (If you already have a catch all that can submit tickets feel free to use that company). Fill out the required fields with your companies information and remember to click save. You might name the company “unregistered users” or something to that effect.
Once the company has been created, select Company Finance
Set the newly created company to ‘Active’ and click ‘Save’.
Create an ‘Unregistered’ contact This must have the email address unregistered@helpdeskbuttons.com
This is the user which any Button Press tickets appear to come from if the user is unregistered. Remember to click save.
You are now done setting up your company and contact.
2) Get an API Key¶
Next step is to create an API key.
First you need your company name. This appears on the login screen.
Log into ConnectWise Manage and then select System and then Members
Select the ‘API Members’ tab.
Click on the ‘New’ button and set up the new API member
Enter a member ID and name which fits your organization. Select the appropriate System options according to how your ConnectWise Manage system is configured.
Take note of the Service Defaults as they can effect the way tickets come into the system. The default board is self explanatory, but the Restrict Board Access is a blacklist
Be sure to click ‘Save’ when everything looks correct.
Next, browse to the ‘API Keys’ tab.
Click ‘New’ and set an appropriate description.
Be sure to copy both the Public and Private Keys
Once this has been set up, you will have all the information required.
3) Helpdeskbuttons.com Settings¶
Log into your Helpdeskbuttons.com account. Select settings and then Backend Information
Select ‘Connectwise manage’ for the ticket system
For the Ticket System API endpoint you would use
yourconnectwiseinstance.com/v4_6_release
Do not Substitute the /v4_6_release part for your ConnectWise version, this is the API version, and should always be se to v4_6_release.
The Ticket System API Key format is as follows
Companyid+publickey:privatekey
For example
Comp_a+123asd4asabcd:asdf38judj234
Comp_a is the company ID normally entered on the login screen
123asd4asabcd is the example public key for the API
Asdf38judj234 is the example private key for the API
Make sure that there is a + between the company ID and a : between the public and private key.
Once you have entered the correct information on the Helpdesk Buttons page, make to click Update so it saves the changes.
Test by submitting a ticket using the button.
Integration Defaults¶
For most integrations you can leave these blank and the PSA/Ticket System will fill in some defaults.
For ConnectWise Manage specifically, most of the fields can be set to “__default__”
Note: State, Team and Type are all related to the Board. For any customizations to those fields do not use the “__default__” Board. Please provide the Board by name (This also applies to Dispatcher Rules).
Manage Configurations (BETA)¶
Our Software will attempt to attach configurations from the users company whose device id’s match the hostname of the computer submitting the ticket.
API Access Settings¶
For those of you who want to restrict the access the API user has, here is the security access we need: (a custom role will need to be created and assigned to us with these permissions):
- Companies/Company Maintenance/Inquire Level - All (For gathering company data like street addresses)
- Companies/Contacts/Inquire Level - All (For gathering contact data like email addresses)
- Service Desk/Service Ticket - Dependencies/ Add, Edit, Inquire Level - All (Adding/editing/reading notes and attachments on tickets)
- Service Desk/Service Ticket/ Add, Edit, Inquire Level - All (Adding/editing/reading tickets)
New in version 6 (BETA)
- Companies/Configurations/Inquire Level - All (For including configurations pertaining to the ticket)
As of version v2020_4 of ConnectWise Manage
- System/Table Setup/Inquire Level - All (For checking values like priority, board, etc)
- The specific things in the system table we need are:
- Service/Priority
- Service/Service Board
- Service/Severity
- Service/Source
The group is based on your company, but it can be tricky. We recommend leaving this as Admin as it the integration will require access to view contact information based on the clients input. To avoid errors, your staff would need to make sure that no one puts in an email address that corresponds to a contact that is not covered by the group to which this API user belongs. To be clear, the permissions don’t need to be Admin, but the group does. This will allow us access to all of your customers, but only limited access to each.
Keep in mind that this list is based on the current feature set. With the expansion of the product, different security settings may need to be tweaked in the future.
Anti-Virus and AntiMalware¶
It is not always necessary, but we recommend whitelisting the tier2tickets installation folder (C:\Program Files(x86)\tier2tickets). We regularly submit our code through VirusTotal to make sure we are not getting flagged, but almost all AV/M interactions cause some sort of failure. Webroot in particular can cause issues with screenshots.
Dispatcher Rules¶
This is the list of variables that can be accessed when using the Dispatcher Rules.
Read/Write | Read Only |
---|---|
priority | selections |
state | name |
team | |
type | ip |
msg | mac |
subject | hostname |
source | |
impact | |
urgency | |
owner | |
board | |
append |
Field Definitions¶
Setting up a Callback (Webhook)¶
To do this in Manage, go to System -> Setup Tables -> Integrator Login
You will want to create a new one. We don’t actually need the credentials.
On this screen make sure to fill out the fields as described:
Access Level: All Records
API Name: Service Ticket
- Callback URL: Listed on your Integration Settings Page. under the Ticket Notification section.
Click Save and you are all done.