![]() |
VOOZH | about |
dotnet add package OC.Automate.Mastodon --version 1.0.5
NuGet\Install-Package OC.Automate.Mastodon -Version 1.0.5
<PackageReference Include="OC.Automate.Mastodon" Version="1.0.5" />
<PackageVersion Include="OC.Automate.Mastodon" Version="1.0.5" />Directory.Packages.props
<PackageReference Include="OC.Automate.Mastodon" />Project file
paket add OC.Automate.Mastodon --version 1.0.5
#r "nuget: OC.Automate.Mastodon, 1.0.5"
#:package OC.Automate.Mastodon@1.0.5
#addin nuget:?package=OC.Automate.Mastodon&version=1.0.5Install as a Cake Addin
#tool nuget:?package=OC.Automate.Mastodon&version=1.0.5Install as a Cake Tool
👁 Downloads
👁 NuGet
👁 GitHub license
A Mastodon connection type and action for Umbraco Automate. Post statuses to any Mastodon instance as part of an automation workflow.
dotnet add package OC.Automate.Mastodon
No further setup required. The composer registers itself automatically via Umbraco's IComposer discovery.
In your Mastodon account go to Preferences → Development → New application and create an application with the write:statuses scope. Copy the access token.
Access tokens are stored in configuration, not the backoffice. Add the following to your appsettings.json (or appsettings.Production.json):
{
"OC.Automate.Mastodon": {
"AccessTokens": {
"myaccount": "your-access-token-here"
}
}
}
The key (myaccount above) is a name you choose — you will reference it when creating the connection in the backoffice. You can add multiple entries if you need to post from more than one account.
For production it is recommended to supply tokens via environment variables rather than a config file:
OC__Automate__Mastodon__AccessTokens__myaccount=your-access-token-here
https://mastodon.social).myaccount).Add the Send Mastodon Post action to any automation and select your Mastodon connection. Available fields:
| Field | Description |
|---|---|
| Content | The post text. Supports ${ binding } expressions. |
| Visibility | public, unlisted, private, or direct. Defaults to public. |
| Post URL | Optional URL appended to the post on a new line. |
| Sensitive | Marks the post as sensitive/NSFW. |
| Spoiler Text | Content warning shown before the post body. |
| Package version | Umbraco Automate | Umbraco CMS |
|---|---|---|
| 1.x | 17.x | 17.x |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.