Bluesky is a decentralized social media platform built on the AT Protocol. Connect Appmixer to Bluesky to automate posts, monitor mentions, search users and posts, manage follows, likes, reposts, and more.

Changelog

3 versions
v2.1.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewFollower, NewMention, NewReply.
v2.0.0
  • (breaking change) MakeApiCall: headers and parameters changed from textarea/JSON string to key-value array inputs per standard #1459 (body remains textarea/JSON to support nested structures) — existing flows that used the old string-typed headers or parameters must be updated.
v1.0.0
  • Initial release.

Authentication

TypeDetails
API Key
Handle (text)
Your Bluesky handle, e.g. alice.bsky.social. You can find it in your Bluesky profile settings.
App Password (password)
Generate an app-specific password at https://bsky.app/settings/app-passwords. Do NOT use your main account password.

Triggers

3
New Follower icon

New Follower

Triggers when you receive a new follower on Bluesky.
New Mention icon

New Mention

Triggers when you receive a new mention on Bluesky.
New Reply icon

New Reply

Triggers when you receive a new reply to one of your posts on Bluesky.

Actions

11
Make API Call icon

Make API Call

Performs an arbitrary authorized XRPC API call to the Bluesky / AT Protocol API. Use this for endpoints not covered by dedicated components.
Create Post icon

Create Post

Create a new post on Bluesky. Text is limited to 300 characters. Facets (mentions and links) are auto-detected from the text.
Delete Post icon

Delete Post

Delete a post from Bluesky by its AT URI.
Get Timeline icon

Get Timeline

Retrieve the authenticated user's home timeline. Returns up to 50 posts.
Like Post icon

Like Post

Like a post on Bluesky.
List Author Posts icon

List Author Posts

Retrieve the post feed of a specific Bluesky user. Returns up to 50 posts.
Repost Post icon

Repost Post

Repost (retweet) a post on Bluesky.
Search Posts icon

Search Posts

Search for posts on Bluesky by query. Returns up to 25 matching posts.
Follow User icon

Follow User

Follow a user on Bluesky by their handle or DID.
Get User Profile icon

Get User Profile

Retrieve the profile of a Bluesky user by their handle or DID.
Search Users icon

Search Users

Search for Bluesky users by a query string. Returns up to 25 matching users.