uSync.Automate.Actions 17.0.0-beta1

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

uSync.Automate.Actions

Umbraco.Automate actions and triggers for uSync:

  • Actions - run a uSync export, import or report from an Automate workflow (uSync.export, uSync.import, uSync.report), or target a single item (uSync.exportItem, uSync.importItem).
  • Triggers - start a workflow when a uSync import/export/report begins or completes, or (opt-in, see below) when an individual item is imported or exported.

Does not reference uSync.Automate - this package runs uSync operations from a workflow; that one syncs Automate's own settings. Install either or both depending on what you need.

Loop protection

A uSync import can fire thousands of Umbraco content-saved notifications, which can in turn trigger Automate content automations. If those automations call back into uSync (an export, say), the two systems can cascade into each other. This package guards against that in its own actions and triggers, but Automate's built-in content triggers have no equivalent guard when their settings are empty - see the project's risk log. If you run uSync imports on a site that also uses Automate content triggers, set OnAutomationOriginatedEvent to Skip Entirely on those triggers.

License

MPL-2.0

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 (1)

Showing the top 1 NuGet packages that depend on uSync.Automate.Actions:

Package Downloads
uSync.Automate.Actions.Complete

Run uSync.Complete publisher pushes/pulls and create restore points from Umbraco Automate workflows, and trigger workflows when a publish is received.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.0-beta1 40 8/13/2026