Umbraco.Automate.Slack
17.0.0-beta
Prefix Reserved
dotnet add package Umbraco.Automate.Slack --version 17.0.0-beta
NuGet\Install-Package Umbraco.Automate.Slack -Version 17.0.0-beta
<PackageReference Include="Umbraco.Automate.Slack" Version="17.0.0-beta" />
<PackageVersion Include="Umbraco.Automate.Slack" Version="17.0.0-beta" />
<PackageReference Include="Umbraco.Automate.Slack" />
paket add Umbraco.Automate.Slack --version 17.0.0-beta
#r "nuget: Umbraco.Automate.Slack, 17.0.0-beta"
#:package Umbraco.Automate.Slack@17.0.0-beta
#addin nuget:?package=Umbraco.Automate.Slack&version=17.0.0-beta&prerelease
#tool nuget:?package=Umbraco.Automate.Slack&version=17.0.0-beta&prerelease
Umbraco Automate Slack
Slack connection and actions for Umbraco Automate.
Overview
Umbraco.Automate.Slack is a provider package that adds Slack connectivity to Umbraco Automate. It contributes a Slack connection type (authenticated via OAuth) and Slack actions that can be used as steps in automations — for example, posting a message to a channel when content is published.
Key Features
- Slack connection type — OAuth-based connection managed in the backoffice, powered by Umbraco.Automate.OpenIddict
- Send Message action — post messages to Slack channels from automation steps
- Automatic token management — OAuth credentials are stored and refreshed transparently
Installation
dotnet add package Umbraco.Automate.Slack
Configuration
Create a Slack app and configure its credentials via appsettings.json:
{
"Umbraco": {
"Automate": {
"Providers": {
"Slack": {
"ClientId": "your-slack-app-client-id",
"ClientSecret": "your-slack-app-client-secret"
}
}
}
}
}
The OAuth callback URI follows the convention {your-site}/umbraco/automate/oauth/callback/slack — add it to your Slack app's redirect URLs.
Once configured, create a Slack connection in a workspace from the backoffice and authorize it via the OAuth popup. Slack actions can then reference the connection.
License
MIT - See LICENSE for details. </content> </invoke>
| 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
- OpenIddict.Client.WebIntegration (>= 7.4.0 && < 7.999.999)
- Umbraco.Automate.Core (>= 17.0.0-beta && < 17.999.999)
- Umbraco.Automate.OpenIddict (>= 17.0.0-beta && < 17.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 |
|---|---|---|
| 17.0.0-beta | 38 | 6/10/2026 |