ClientCraft.uCRM
17.0.7
dotnet add package ClientCraft.uCRM --version 17.0.7
NuGet\Install-Package ClientCraft.uCRM -Version 17.0.7
<PackageReference Include="ClientCraft.uCRM" Version="17.0.7" />
<PackageVersion Include="ClientCraft.uCRM" Version="17.0.7" />
<PackageReference Include="ClientCraft.uCRM" />
paket add ClientCraft.uCRM --version 17.0.7
#r "nuget: ClientCraft.uCRM, 17.0.7"
#:package ClientCraft.uCRM@17.0.7
#addin nuget:?package=ClientCraft.uCRM&version=17.0.7
#tool nuget:?package=ClientCraft.uCRM&version=17.0.7
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:
- Restart the site.
- Add your backoffice users to the generated
uCRM UsersoruCRM Adminsgroups. - 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
- Website: https://client-craft.com
- Contact: arthur.nassar@client-craft.com
| Product | Versions 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. |
-
net10.0
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 10.0.0-preview.7.25380.108)
- MimeKit (>= 4.15.1)
- Umbraco.Cms.Api.Common (>= 17.2.2)
- Umbraco.Cms.Api.Management (>= 17.2.2)
- Umbraco.Cms.Web.Common (>= 17.2.2)
- Umbraco.Cms.Web.Website (>= 17.2.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial Umbraco 17 CRM backoffice release with leads, contacts, accounts, deals, dashboards, activities, notes, tasks, and attachments.