Skip to main content

Schedule BlueSky posts and threads using Google Sheets as content calendar

Workflow preview

Workflow preview
100%
Schedule BlueSky posts and threads using Google Sheets as content calendar preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow turns a Google Sheet into a fully automated content calendar for BlueSky. It handles single posts, multi post threads, and image attachments, allowing you to manage your entire social...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.sort, n8n-nodes-base.splitinbatches, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.set

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Soumya Sahu.

Original n8n.io source

1.1 Workflow description

Title
Schedule BlueSky posts and threads using Google Sheets as content calendar
Workflow name
Schedule BlueSky posts and threads using Google Sheets as content calendar

This workflow turns a Google Sheet into a fully automated content calendar for BlueSky. It handles single posts, multi-post threads, and image attachments, allowing you to manage your entire social presence from a simple spreadsheet.

Who is this for

Ideal for social media managers, content creators, and growth marketers who want to schedule content in bulk without using expensive third-party tools.

What it does

It runs on a schedule to check your Google Sheet for posts marked "Ready." It automatically handles:

  • Threading: Links posts together if they share a Thread ID and Sequence.
  • Images: Downloads image URLs and uploads them as blobs to BlueSky.
  • Status Updates: Marks rows as "Posted" and saves the live URL back to your sheet.

How to set up

  1. Google Sheet: Create a sheet with these columns: Content, Thread ID, Sequence (use '1' for single posts), Image URL, Scheduled Time, Status, Post Link.
    • Important: Even if it is a single post (not a thread), you must add a unique Thread ID.
    • Note: Image URL is optional.
    • Format: Set the "Scheduled Time" column type to Plain Text to prevent date errors.
    • (A sample Google Sheet link is provided inside the workflow notes).
  2. Credentials: Enter your BlueSky Handle and App Password in the "Configuration" node.
  3. Select Sheet: In both the "Get row(s)" and "Update row" nodes, select your specific Google Sheet.

🚀 The BlueSky Growth Suite

This workflow is part of a 3-part automation suite designed to help you grow on BlueSky:

  • Part 1: Post Scheduler (This template)
  • Part 2: Analytics Tracker (Track likes/reposts back to Sheets)
  • Part 3: Lead Magnet Bot (Auto-DM users who reply to your posts)

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 - Schedule Trigger

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

Block 2 - Get row(s) in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 3 - Sort

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

Block 4 - Loop Over Items

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

Block 5 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 6 - HTTP Download Image

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

Block 7 - Update row in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 8 - Construct Payload

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

Block 9 - BlueSky Auth

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

Block 10 - Create Post

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

Block 11 - Update Thread State

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

Block 12 - Configuration

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

Block 13 - Sticky Note

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

Block 14 - Sticky Note1

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

Block 15 - Sticky Note2

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

Block 16 - Sticky Note3

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

Block 17 - Sticky Note4

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

Block 18 - Sticky Note5

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

Block 19 - Sticky Note6

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

Block 20 - Sticky Note7

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

Block 21 - Upload Blob

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

Block 22 - Sticky Note8

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

Block 23 - Sticky Note9

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

Block 24 - Sticky Note10

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

Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Schedule BlueSky posts and threads using Google Sheets as content calendar
Complexity advanced
Nodes 35
Categories Social Media, Multimodal AI
Author Soumya Sahu
Published 26 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12153/12153.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 Schedule BlueSky posts and threads using Google Sheets as content calendar do?

This workflow turns a Google Sheet into a fully automated content calendar for BlueSky. It handles single posts, multi post threads, and image attachments, allowing you to manage your entire social...

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, Multimodal AI use case.