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
<PackageReference Include="Umbraco.Community.Forms.Workflows" Version="16.1.2" />
<PackageVersion Include="Umbraco.Community.Forms.Workflows" Version="16.1.2" />
<PackageReference Include="Umbraco.Community.Forms.Workflows" />
paket add Umbraco.Community.Forms.Workflows --version 16.1.2
#r "nuget: Umbraco.Community.Forms.Workflows, 16.1.2"
#:package Umbraco.Community.Forms.Workflows@16.1.2
#addin nuget:?package=Umbraco.Community.Forms.Workflows&version=16.1.2
#tool nuget:?package=Umbraco.Community.Forms.Workflows&version=16.1.2
Workflows
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.
Logo
The package logo uses the "mailing list" (by Thomas Deckert) icon from the Noun Project, licensed under CC BY 3.0 US.
Product | Versions 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. |
-
net9.0
- campaignmonitor-api (>= 6.0.2)
- MailChimp.Net.V3 (>= 5.7.0)
- Umbraco.Forms.Core.Providers (>= 16.0.0 && < 16.999.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Targeting Umbraco 13