OC.Automate.Bluesky
1.0.3
dotnet add package OC.Automate.Bluesky --version 1.0.3
NuGet\Install-Package OC.Automate.Bluesky -Version 1.0.3
<PackageReference Include="OC.Automate.Bluesky" Version="1.0.3" />
<PackageVersion Include="OC.Automate.Bluesky" Version="1.0.3" />
<PackageReference Include="OC.Automate.Bluesky" />
paket add OC.Automate.Bluesky --version 1.0.3
#r "nuget: OC.Automate.Bluesky, 1.0.3"
#:package OC.Automate.Bluesky@1.0.3
#addin nuget:?package=OC.Automate.Bluesky&version=1.0.3
#tool nuget:?package=OC.Automate.Bluesky&version=1.0.3
OC.Automate.Bluesky
A Bluesky connection type and action for Umbraco Automate.
Post to Bluesky as part of an automation workflow — for example, automatically posting when a blog post is published.
Installation
dotnet add package OC.Automate.Bluesky
No further setup required. The composer registers itself automatically via Umbraco's IComposer discovery.
Setup
1. Generate a Bluesky app password
In your Bluesky account go to Settings → Privacy and Security → App Passwords and create a new app password. Copy the generated password.
2. Add the app password to appsettings
App passwords are stored in configuration, not the backoffice. Add the following to your appsettings.json (or appsettings.Production.json):
{
"OwainCodes:Automate:Bluesky": {
"AppPasswords": {
"myaccount": "your-app-password-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 passwords via environment variables rather than a config file:
OwainCodes__Automate__Bluesky__AppPasswords__myaccount=your-app-password-here
3. Create the connection in the backoffice
- Go to Automate → Connections and create a new Bluesky connection.
- Enter the PDS URL (defaults to
https://bsky.social). - Enter your Identifier — your Bluesky handle (e.g.
yourname.bsky.social) or email. - Enter the Connection Name — this must match the key you used in appsettings (e.g.
myaccount). - Click Test connection to verify.
Usage
Add the Send Bluesky Post action to any automation and select your Bluesky connection. Available fields:
| Field | Description |
|---|---|
| Content | The post text (max 300 characters). Supports ${ binding } expressions. |
| Post URL | Optional URL appended to the post on a new line. |
| Content Warning | Optional label: sexual, nudity, porn, or graphic-media. |
Compatibility
| Package version | Umbraco Automate | Umbraco CMS |
|---|---|---|
| 1.x | 17.x | 17.x |
License
MIT
Links
| 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 (>= 17.0.0-beta)
- Umbraco.Cms.Core (>= 17.4.0 && < 18.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.