Umbraco.Community.Forms.Workflows 16.1.2

dotnet add package Umbraco.Community.Forms.Workflows --version 16.1.2
                    
NuGet\Install-Package Umbraco.Community.Forms.Workflows -Version 16.1.2
                    
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="Umbraco.Community.Forms.Workflows" Version="16.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.Forms.Workflows" Version="16.1.2" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.Forms.Workflows" />
                    
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 Umbraco.Community.Forms.Workflows --version 16.1.2
                    
#r "nuget: Umbraco.Community.Forms.Workflows, 16.1.2"
                    
#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 Umbraco.Community.Forms.Workflows@16.1.2
                    
#: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=Umbraco.Community.Forms.Workflows&version=16.1.2
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.Forms.Workflows&version=16.1.2
                    
Install as a Cake Tool

Workflows

Workflows for Umbraco Forms Logo

Umbraco Forms Workflows by the community for Umbraco 16.

Available workflows include:

  • Mailcoach Email Subscription sign-up
  • MailChimp Email Subscription sign-up
  • Campaign Manager Email Subscription sign-up

Configuration

Add Workflow Settings to appsettings.json with the following configuration. The Mailing List settings are optional and can be configured directly on the Workflow:

{
  "Community": {
    "Forms": {
      "Mailcoach": {
        "ApiDomain": "your-mailcoach-domain.com",
        "ApiToken": "your-mailcoach-api-token"
      },
      "MailChimp": {
        "ApiKey": "mailchimp-api-key"
      }
    }
  }
}

Mailcoach Workflow

The Mailcoach workflow configuration accepts a domain name for a mailcoach server - for example, {your-account}.mailcoach.app or a private mailcoach server - as well as a Mailcoach token.
If not set, these will fall back to the settings in appsettings.

MailChimp Workflow

The Mailcoach workflow configuration accepts an API Key. If not set, it will fall back to the settings in appsettings.

Campaign Monitor Workflow

The Campaign Monitor workflow configuration accepts an API Key and Client (if more than one found). If not set, it will fall back to the settings in appsettings.

It also supports opting in for SMS Sending and Tracking.

The package logo uses the "mailing list" (by Thomas Deckert) icon from the Noun Project, licensed under CC BY 3.0 US.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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
16.1.2 169 8/29/2025
16.1.1 123 8/20/2025
16.1.0 60 8/16/2025
16.0.0 93 8/9/2025

Targeting Umbraco 13