Quick StartDataMagicSyncsSync ExecutionsReportMagicCached ValuesMacro DefaultsAccessAgent ConsoleApi TokensAudit LogsBadgesBrandingCertificatesConnectionsConnection Role SecurityAgent Connections (In-House Systems)AutoTask ConnectionsCertify ConnectionsCherwell ConnectionsCisco ConnectionsCloudHealth ConnectionsCodacy ConnectionsConnectWise Manage ConnectionsDatabase ConnectionsGit / GitHub ConnectionsHalo PSA ConnectionsHighlight ConnectionsHubSpot ConnectionsIMAP ConnectionsJira ConnectionsLogicMonitor ConnectionsLogicMonitor DataMagic ConfigurationMeraki ConnectionsMicrosoft Azure ConnectionsMicrosoft Dataverse ConnectionsMagic Suite ConnectionsSalesforce ConnectionsServiceNow ConnectionsSharePoint ConnectionsSFTP ConnectionsSMTP ConnectionsToggl ConnectionsWeb ConnectionsFeedbackNotificationsSubscriptionsUsers
ConnectWise Manage Connections
To connect to ConnectWise Manage, you will need:
- URL (e.g. https://cwm.mycompany.com)
- Company ID (e.g. mycompany)
- Application ID (a GUID, all lowercase)
- Username (e.g. sdfsdfsdfsdfsdfsdf)
- Password (e.g. asdasdasdasdasdasd)
Configure these items as follows in the Connection dialog:
- URL: enter the ConnectWise Manage API URL
- Username: enter your username
- Password: enter your password
- Configuration: includes both mandatory and optional items (see below)
Connection Configuration Items
The items that can be configured (as JSON) are as follows:
- ApplicationId: the application ID from Connectwise [required]
- CompanyId: the company ID from ConnectWise [required]
- ApiVersion: the ConnectWise API version [optional - defaults to "3.0"]
- CacheDurationSeconds: the time in seconds by which subsequent data requests will be cached (and not re-fetched) [optional - defaults to 60 seconds]
- Release: the ConnectWise release version [optional - defaults to "v4_6_release"]
Example Configuration
Only the mandatory items are set in this example:
{
"CompanyId" : "<CompanyId>",
"ApplicationId" : "<ApplicationId>"
}