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
<PackageReference Include="Umbraco.Forms.Automate" Version="18.0.2" />
<PackageVersion Include="Umbraco.Forms.Automate" Version="18.0.2" />
<PackageReference Include="Umbraco.Forms.Automate" />
paket add Umbraco.Forms.Automate --version 18.0.2
#r "nuget: Umbraco.Forms.Automate, 18.0.2"
#:package Umbraco.Forms.Automate@18.0.2
#addin nuget:?package=Umbraco.Forms.Automate&version=18.0.2
#tool nuget:?package=Umbraco.Forms.Automate&version=18.0.2
<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 | 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
- Umbraco.Automate.Core (>= 18.0.0 && < 18.999.999)
- Umbraco.Forms.Core (>= 18.0.0 && < 18.999.999)
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 |