Skip to content

Bluesky

Publishes a post to one or more Bluesky accounts when the notification event is triggered.

Bluesky Account Required

Before posting messages to Bluesky, add at least one account via Settings → Bluesky.

Config

Dynamic Message Fields

As noted in the screenshot above, all text fields can use templating and special variables.

This toggle (enabled by default) controls whether Notifier will attempt to generate a rich preview card based on the first link in the post. The preview card will show the linked page's title, description, and image.

Turn the toggle off to post plain links with no card.

Send Message via Queue

Whether to send the message via the queue or immediately. On by default.

For performance reasons, it's recommended to send messages via the queue whenever possible.

Formatting

Character limit

Bluesky limits posts to 300 characters. Notifier truncates anything longer.

Auto-linked URLs and mentions

URLs and @handle.tld mentions in the post body link automatically. Hashtags do not.

Examples

Announce a post and credit the author

twig
New on the blog by @{{ entry.author.username }}.bsky.social: "{{ entry.title }}"

{{ entry.url }}

Promote an upcoming event

twig
Save the date! {{ event.title }} is happening {{ event.startDate|date('F j') }}.

{{ event.url }}

Announce a new product in the catalog

twig
Just added to the catalog: {{ product.title }}

{{ product.url }}