Nova Admin Docs
Integrations

ConnectWise PSA

How to get your ConnectWise PSA API key and connect it to Nova Admin.

Connect your ConnectWise Manage instance. Create API keys under System > Members > API Members, and register a clientId. Your credentials are stored securely and never exposed to the browser.

Prerequisites

Steps

  1. In ConnectWise Manage go to System > Members > API Members and create an API Member
  2. Create an API key for that member and note the Public Key and Private Key
  3. Register an integrator login to obtain a clientId (GUID) under System > Integrator Login
  4. Set your site URL e.g. https://api-na.myconnectwise.net or your on-premise URL
  5. Paste the siteUrl, companyId, publicKey, privateKey, and clientId below

Credential fields

FieldRequiredDescription
Site URLYesstring (e.g. https://api-na.myconnectwise.net)
Company IDYesstring (e.g. Your ConnectWise company identifier)
Public KeyYesstring (e.g. API member public key)
Private KeyYesSecret — stored encrypted, never exposed. (e.g. API member private key)
Client IDYesstring (e.g. Integrator clientId GUID)

Troubleshooting

  • Invalid credentials: verify the key was copied in full with no trailing spaces.
  • Key not working: check that your ConnectWise PSA account has API access enabled and billing is active if required.
  • Need help?: refer to the ConnectWise PSA documentation.

On this page