Skip to main content

Create threads on Bluesky

Workflow preview

Workflow preview
100%
Create threads on Bluesky preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Create engaging, structured threads on Bluesky with precise control over post timing and visibility . This workflow helps content creators and social media managers schedule and publish threaded po...

Best for

  • Social Media automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Gareth B. Davies.

Original n8n.io source

1.1 Workflow description

Title
Create threads on Bluesky
Workflow name
Create threads on Bluesky

Create engaging, structured threads on Bluesky with precise control over post timing and visibility.

This workflow helps content creators and social media managers schedule and publish threaded posts that maintain proper connections and formatting, ensuring your content appears exactly as intended.

How it works

  • Creates an initial visible post that starts your thread
  • Adds a series of hidden reply posts that form the body of your thread
  • Maintains proper parent-child relationships between posts to ensure correct threading
  • Enforces timing delays between posts to prevent rate limiting
  • Concludes with two visible posts at the end of your thread

The result is a clean, professional-looking thread where only the first and last two posts are immediately visible to your followers, encouraging engagement while maintaining a clean profile view.

Set up steps (10-30 minutes)

  1. Create a Bluesky account
  2. Enter your Bluesky handle and app password in the "Set Bluesky Credentials" node
  3. Customize the post text in the Code nodes to match your content:
    • Initial visible post
    • Hidden reply posts
    • Final visible posts
  4. Adjust the scheduling in the "Run Daily at 9 AM" node to match your preferred posting time

Suggested enhancements

  • Add error handling with retry logic for API failures
  • Add input validation for post length and credential format
  • Include error notifications via email or Slack
  • Add data persistence to track successful posts and resume failed threads
  • Make timing delays configurable with exponential backoff
  • Add monitoring for rate limits and API quotas

For Social Media Managers who want:

  • Control over post visibility and timing
  • Automated posting of long-form content
  • Professional-looking content presentation

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Create Bluesky Session

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 2 - Create Reply

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - Run Daily at 9 AM

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 4 - Set Bluesky Credentials

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Create Reply Text

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Create Sibling Text

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Create Sibling

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 12 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Loop Posts

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 15 - Create Initial Post

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 16 - Create Post

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 18 - Create Post Text

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 19 - Create Sibling Array

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 20 - Create Sibling Text (Loop)

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

3. Summary Table

Workflow Create threads on Bluesky
Complexity advanced
Nodes 20
Categories Social Media
Author Gareth B. Davies
Published 25 Jan 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2798/2798.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Create threads on Bluesky do?

Create engaging, structured threads on Bluesky with precise control over post timing and visibility . This workflow helps content creators and social media managers schedule and publish threaded po...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.