0640 Wait Splitout Create Scheduled

0640 Wait Splitout Create Scheduled

Scheduled
High
19
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
19
Node Types
12

Node Types

http Request
Create Session, List followers, Send message, Get conversation ID
4 nodes
convert To File
Convert to File
1 node
extract From File
Extract from File
1 node
split Out
Split Out
1 node
split In Batches
Loop Over Items
1 node
wait
Wait
1 node
code
Find new followers
1 node
read Write File
Read followers from file, Save followers to file
2 nodes
set
Define welcome message
1 node
sticky Note
Sticky Note2, Sticky Note3, Sticky Note, Sticky Note1
4 nodes
schedule Trigger
Each 60 minutes
1 node
no Op
No Operation, do nothing
1 node

Workflow JSON

14.85 KB
{
  "name": "0640 Wait Splitout Create Scheduled",
  "nodes": [
    {
      "id": "6aa059e4-e78f-4bbd-a707-994a39840f97",
      "name": "Create Session",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -520,
        240
      ],
      "parameters": {
        "url": "https://bsky.social/xrpc/com.atproto.server.createSession",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "identifier",
              "value": "youruser.bsky.social"
            },
            {
              "name": "password",
              "value": "your-app-passord-here"
            }
          ]
        }
      },
      "notesInFlow": true,
      "typeVersion": 4.1
    },
    {
      "id": "143e37b0-de79-4329-99a2-51484c9609a8",
      "name": "List followers",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -280,
        240
      ],
      "parameters": {...

Showing first 1000 characters. Click "Expand" to view the full JSON.