Skip to main content

Automatically send a direct message (DM) to new followers on Bluesky using Baserow

Workflow preview

Workflow preview
100%
Automatically send a direct message (DM) to new followers on Bluesky using Baserow preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Send personalized welcome messages to your new Bluesky followers automatically, helping you maintain engagement while saving time. This workflow monitors your follower list and sends customized dir...

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.baserow, n8n-nodes-base.if, n8n-nodes-base.limit

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
Automatically send a direct message (DM) to new followers on Bluesky using Baserow
Workflow name
Automatically send a direct message (DM) to new followers on Bluesky using Baserow

Send personalized welcome messages to your new Bluesky followers automatically, helping you maintain engagement while saving time.

This workflow monitors your follower list and sends customized direct messages, creating a warm welcome for new connections without manual intervention.

How it works

  • Checks your Bluesky followers list daily at 9 AM
  • Identifies new followers by comparing against a database
  • Extracts the follower's first name when available
  • Sends a personalized welcome message with optional link
  • Prevents duplicate messages through double-verification
  • Maintains a record of sent messages to avoid repetition

Set up steps (10-15 minutes)

  1. Create a Bluesky account if you haven't already
  2. Generate an app password in your Bluesky settings
  3. Enter your Bluesky handle and app password in the "Set Bluesky Credentials" node
  4. Set up your database (Baserow, or adapt for Airtable/Google Sheets)
  5. Customize your welcome message in the "Create Welcome Message" node
  6. Optional: Adjust the regular check time (default: 9 AM)

Features

  • Personalized messaging using follower's first name when available
  • Database tracking to prevent duplicate messages
  • Basic rate limiting protection to stay within API limits
  • Customizable welcome message with clickable links
  • Ability to handle up to 100 new followers per check

Perfect for creators who want to

  • Welcome new followers consistently
  • Save time on manual messaging
  • Build early engagement with followers
  • Share important links or resources
  • Maintain a professional presence
  • Scale their community management

Suggested enhancements

  • Add message templates for different follower types
  • Include email/Slack notifications for errors
  • Add analytics tracking for message success rates
  • Implement dynamic timing based on follower activity
  • Create A/B testing for different welcome messages
  • Add follower segmentation based on profile data

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 - Run Daily at 9 AM

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

Block 3 - Set Bluesky Credentials

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

Block 4 - Sticky Note

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

Block 5 - Sticky Note1

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

Block 6 - Sticky Note2

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

Block 7 - Sticky Note5

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

Block 8 - Sticky Note6

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

Block 9 - Extract Followers Array

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

Block 10 - Create Follower Record

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

Block 11 - Get Follower Record

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

Block 12 - If Follower Exists

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

Block 13 - Limit

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

Block 14 - Get All New Followers

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

Block 15 - Send Welcome Message

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

Block 16 - Create Welcome Message

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

Block 17 - Loop New Followers

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

Block 18 - Loop Followers

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

Block 19 - END OF WORKFLOW

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

Block 20 - Double Check If Welcome Has Already Been Sent

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

Block 21 - Wait Follower Loop

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

Block 22 - Wait New Follower Loop

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

Block 23 - Get Firstname

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

Block 24 - Update Follower Record to SentWelcome = TRUE

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

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

3. Summary Table

Workflow Automatically send a direct message (DM) to new followers on Bluesky using Baserow
Complexity advanced
Nodes 26
Categories Social Media
Author Gareth B. Davies
Published 30 Jan 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2827/2827.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 Automatically send a direct message (DM) to new followers on Bluesky using Baserow do?

Send personalized welcome messages to your new Bluesky followers automatically, helping you maintain engagement while saving time. This workflow monitors your follower list and sends customized dir...

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.