ClientCraft.uCRM 17.0.7

dotnet add package ClientCraft.uCRM --version 17.0.7
                    
NuGet\Install-Package ClientCraft.uCRM -Version 17.0.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ClientCraft.uCRM" Version="17.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ClientCraft.uCRM" Version="17.0.7" />
                    
Directory.Packages.props
<PackageReference Include="ClientCraft.uCRM" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ClientCraft.uCRM --version 17.0.7
                    
#r "nuget: ClientCraft.uCRM, 17.0.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ClientCraft.uCRM@17.0.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ClientCraft.uCRM&version=17.0.7
                    
Install as a Cake Addin
#tool nuget:?package=ClientCraft.uCRM&version=17.0.7
                    
Install as a Cake Tool

Client Craft uCRM

ClientCraft.uCRM brings CRM workflows into the Umbraco 17 backoffice.

It is designed for teams that want leads, contacts, accounts, deals, notes, tasks, attachments, and CRM dashboards inside Umbraco instead of maintaining a separate editor workflow.

What This Package Focuses On

  • CRM workspaces inside the Umbraco backoffice
  • Tenant-aware CRM connectivity through a tenant identifier and integration key
  • Lead capture plumbing for Client Craft CRM integrations
  • Activity history, notes, tasks, and attachments on CRM records

This release is focused on the backoffice CRM experience. Form and onboarding flows are still evolving and will be presented more fully in a later iteration.

Installation

dotnet add package ClientCraft.uCRM

After installing:

  1. Restart the site.
  2. Add your backoffice users to the generated uCRM Users or uCRM Admins groups.
  3. Configure the package settings.

Configuration

{
  "uCRM": {
    "tenantIdentifier": "YOUR-TENANT-GUID",
    "integrationKey": "YOUR-INTEGRATION-KEY"
  }
}

Current Release Highlights

  • Leads, contacts, accounts, and deals workspaces
  • CRM dashboards for backoffice users
  • Record activity history
  • Notes, tasks, and attachments on entity detail views
  • Umbraco group and package asset provisioning on startup

Support

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.7 77 4/25/2026
17.0.5 133 4/8/2026
17.0.4 117 4/7/2026
17.0.3 105 4/7/2026
13.0.3 211 5/5/2025

Initial Umbraco 17 CRM backoffice release with leads, contacts, accounts, deals, dashboards, activities, notes, tasks, and attachments.