Umbraco.Forms.Automate 18.0.2

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

<p align="center"> <img alt="Umbraco Automate" src="./assets/logo-128.png" width="128"> </p>

Umbraco.Forms.Automate

Umbraco Forms triggers and actions for Umbraco Automate.

Overview

Umbraco.Forms.Automate is a provider package that connects Umbraco Forms to Umbraco Automate, exposing form submission and record management events as first-class triggers and actions in Automate flows — for example, posting to a channel when a form is submitted, or exporting entries on a schedule.

Key Features

  • 2 triggers — react to form submission and entry approval events, with optional per-form filtering
  • 2 actions — submit form entries programmatically and export entries from automation steps
  • Rich trigger outputs — form ID, form name, record ID, state, timestamps, IP, member key, culture, the record's field values as JSON, plus the submitted form's fields exposed individually (bindable as fields.<alias> in the expression picker)
  • Zero configuration — triggers and actions are automatically discovered by Umbraco Automate

Installation

dotnet add package Umbraco.Forms.Automate

No further wiring is required — triggers and actions are auto-discovered by Umbraco Automate.

Requirements

  • .NET 10.0
  • Umbraco CMS 18.x
  • Umbraco Forms 18.0+
  • Umbraco.Automate 18.0+

Triggers

Fire an Automate flow when something happens in Forms.

Trigger Fires when…
Form Submitted A form entry is submitted
Form Entry Approved A form entry is approved

Both triggers produce a FormRecordOutput containing the form ID, form name, record ID, state, timestamps, IP, member key, culture, and the record's field values as JSON. Triggers can be filtered to specific forms via the settings, or left blank to match all forms.

When one or more forms are selected in the trigger settings, those forms' fields are additionally exposed as individual fields.<alias> outputs in the Insert Binding Expression picker (the union of the selected forms' fields), so you can bind directly to fields.email, fields.name, and so on. Leaving the filter blank matches all forms and lists only the standard outputs above; the submitted form's fields.<alias> values are still populated at runtime.

Actions

Run Forms operations from an Automate flow.

Action What it does
Submit Form Programmatically submits a form entry with field values
Export Form Entries Exports form entries as a JSON array (with optional approved-only filter and pagination)

How It Works

Umbraco Forms publishes notifications directly through Umbraco CMS's standard notification pipeline, so triggers subscribe to Forms notifications natively — no bridge handlers are required.

Development

dotnet restore
dotnet build
dotnet test

Project layout

src/
  Umbraco.Forms.Automate/            # Package source (triggers and actions)
tests/
  Umbraco.Forms.Automate.Tests.Unit/
demo/
  Umbraco.Forms.Automate.DemoSite/   # Demo Umbraco site

NuGet feeds

This project uses central package management. The Umbraco.Automate.* packages are sourced from the Umbraco Nightly feed via nuget.config.

License

MIT — see LICENSE for details.

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
18.0.2 174 8/10/2026
18.0.1 105 8/4/2026
18.0.0 184 7/9/2026
18.0.0-beta 123 6/25/2026
17.0.2 309 8/10/2026
17.0.1 111 8/4/2026
17.0.0 458 7/9/2026
17.0.0-beta 242 6/10/2026