Available PSA integrations
ConnectWise Manage
ConnectWise Manage
Syncs: Companies, ConfigurationsConnectWise Manage is a full-featured PSA used by many MSPs as their primary ticketing and company management platform. Recapp connects directly to the ConnectWise REST API using API key authentication.Required credentials
| Field | Description |
|---|---|
| Region | Select your hosting region: North America, Europe, Australia, or Staging |
| Company ID | Your ConnectWise company identifier — the subdomain from your ConnectWise URL (e.g., acme from acme.myconnectwise.net) |
| Client ID | An API Client ID generated in ConnectWise under System → API Keys |
| Public Key | The public key portion of your API key pair (no colons or special characters) |
| Private Key | The private key portion of your API key pair (no colons or special characters) |
Recapp combines your Company ID, Public Key, and Private Key into a Base64-encoded API token (
companyId+publicKey:privateKey) for authentication. You do not need to format this yourself — the setup dialog handles it automatically.HaloPSA
HaloPSA
Syncs: Clients, AssetsHaloPSA uses OAuth 2.0 for API access. Recapp authenticates with your HaloPSA instance using a client credentials flow and syncs your client list along with asset records.Required credentials
Asset type filteringAfter entering credentials, you can click Fetch Types in the setup dialog to load your HaloPSA asset types. Select which types to include when syncing devices — for example, only workstations and servers. Leave the filter empty to sync all asset types.
| Field | Description |
|---|---|
| Instance URL | Your HaloPSA instance URL, e.g. https://yourcompany.halopsa.com |
| Tenant | Your HaloPSA tenant name — only required for multi-tenant instances (optional) |
| Client ID | Your OAuth 2.0 Client ID, found in Configuration → Integrations → HaloPSA API |
| Client Secret | Your OAuth 2.0 Client Secret from the same location |
| Scope | OAuth scope to request (default: all). Common values: all, read:customers, read:tickets |
Autotask PSA (Coming Soon)
Autotask PSA (Coming Soon)
Syncs: Companies, ConfigurationsAutotask PSA integration is in development. When available, it will sync companies and configurations in the same way as ConnectWise Manage. Check back for updates.