Umbraco.Forms.Integrations.Crm.ActiveCampaign
4.0.0
Prefix Reserved
dotnet add package Umbraco.Forms.Integrations.Crm.ActiveCampaign --version 4.0.0
NuGet\Install-Package Umbraco.Forms.Integrations.Crm.ActiveCampaign -Version 4.0.0
<PackageReference Include="Umbraco.Forms.Integrations.Crm.ActiveCampaign" Version="4.0.0" />
paket add Umbraco.Forms.Integrations.Crm.ActiveCampaign --version 4.0.0
#r "nuget: Umbraco.Forms.Integrations.Crm.ActiveCampaign, 4.0.0"
// Install Umbraco.Forms.Integrations.Crm.ActiveCampaign as a Cake Addin #addin nuget:?package=Umbraco.Forms.Integrations.Crm.ActiveCampaign&version=4.0.0 // Install Umbraco.Forms.Integrations.Crm.ActiveCampaign as a Cake Tool #tool nuget:?package=Umbraco.Forms.Integrations.Crm.ActiveCampaign&version=4.0.0
ActiveCampaign Contacts for Umbraco Forms
This integration provides a custom workflow for Umbraco Forms that will convert submitted contact information from your Umbraco webpage into an ActiveCampaign contact and a potential lead!
To start using the integration for Umbraco Forms you will need to attach the ActiveCampaign Contacts Workflow to a form, configure the mappings between the contact properties and the form fields, select an account if you want to associate the contacts, and map any contact custom fields.
Custom fields are created in ActiveCampaign by managing the fields of an existing contact.
As you set up the workflow, the list of custom fields will be retrieved from your ActiveCampaign account and made available for mapping.
When a form that has the ActiveCampaign workflow attached is submitted, the contact is looked up by email, if a record is found and the AllowContactUpdate flag is false, the workflow execution will stop and a message logged. Otherwise, the custom fields will be added to the request object and then the contact record will get created or updated. If an account association has been specified, then the created contact will be associated with the account.
Want to know more about this integration?
If you want to see the details on how the integration to ActiveCampaign Contacts is made or just follow the example of extending Umbraco with a third-party system you can take a look at the blog post supplementing this integration.
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. |
-
net9.0
- Umbraco.Cms.Api.Common (>= 15.0.0 && < 16.0.0)
- Umbraco.Cms.Api.Management (>= 15.0.0 && < 16.0.0)
- Umbraco.Cms.Core (>= 15.0.0 && < 16.0.0)
- Umbraco.Cms.Web.Website (>= 15.0.0 && < 16.0.0)
- Umbraco.Forms.Core (>= 15.0.0 && < 16.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.