Bluesky 上の新しいフォロワーに対して DMs で自動メッセージを送信する

上級

これはMarketing分野の自動化ワークフローで、26個のノードを含みます。主にIf, Set, Code, Wait, Limitなどのノードを使用。 Baserow を使用して、Bluesky の新規フォロワーに自動で Dm を送信する

前提条件
  • ターゲットAPIの認証情報が必要な場合あり

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "iL1BabR20UrKFBSs",
  "meta": {
    "instanceId": "1b1e85a338c6ce950207b3b471d43405c7b292e6b980ee5b66c1a9e5af2a50f8"
  },
  "name": "Automatically Send a Direct Message (DM) to New Followers on Bluesky",
  "tags": [
    {
      "id": "ScSW8zXj1FpGaft9",
      "name": "n8n Template",
      "createdAt": "2025-01-16T04:46:41.376Z",
      "updatedAt": "2025-01-16T04:46:41.376Z"
    },
    {
      "id": "f3JGorUk16BX0hZI",
      "name": "Bluesky",
      "createdAt": "2025-01-19T09:37:40.989Z",
      "updatedAt": "2025-01-19T09:37:40.989Z"
    },
    {
      "id": "hTHZamkzaTBmF3yo",
      "name": "Template",
      "createdAt": "2025-01-16T04:45:44.377Z",
      "updatedAt": "2025-01-16T04:45:44.377Z"
    }
  ],
  "nodes": [
    {
      "id": "0c391374-282e-4c6f-9c73-3fded8a9b411",
      "name": "Blueskyセッション作成",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -2160,
        540
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "4affbd7c-c4b0-466d-8431-7c8388a340d3",
      "name": "毎日9時に実行",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -2640,
        540
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "6cf70c45-b0b3-4621-9253-62dd6da61c13",
      "name": "Bluesky認証情報設定",
      "type": "n8n-nodes-base.set",
      "position": [
        -2380,
        540
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "ea8ac8ce-167a-4931-a6dd-4d4a16f27e36",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2440,
        380
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "621704b0-1a65-4c12-82f9-16bd002f3ccf",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1960,
        380
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "94667269-8229-4f60-88a5-2b8ca0fc67cc",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1480,
        380
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "22d8220c-8dc8-4251-a49f-2e55708beb60",
      "name": "付箋5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2700,
        380
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ecbd5fa3-ebcb-4fe1-8b44-d2f5edf77acc",
      "name": "付箋6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2440,
        740
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f1390527-06d9-49aa-8cd9-1b47d5c1c17c",
      "name": "フォロワー配列抽出",
      "type": "n8n-nodes-base.code",
      "position": [
        -1680,
        540
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "694fb919-12e3-421d-99e9-c07c9b3ca131",
      "name": "フォロワーレコード作成",
      "type": "n8n-nodes-base.baserow",
      "position": [
        -760,
        540
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c28ade9c-6d2f-48ff-8676-d42a3c7dc47d",
      "name": "フォロワーレコード取得",
      "type": "n8n-nodes-base.baserow",
      "position": [
        -1200,
        540
      ],
      "parameters": {},
      "typeVersion": 1,
      "alwaysOutputData": true
    },
    {
      "id": "69412b2b-eb8a-46a3-8160-24d2cbc3ed56",
      "name": "フォロワー存在確認",
      "type": "n8n-nodes-base.if",
      "position": [
        -980,
        540
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "7bbaa38e-1cb5-460f-a3eb-d3fc8050ecab",
      "name": "リミット",
      "type": "n8n-nodes-base.limit",
      "position": [
        -2380,
        800
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d718160e-13c7-4622-a791-dba1a8ea792f",
      "name": "全新規フォロワー取得",
      "type": "n8n-nodes-base.baserow",
      "position": [
        -2200,
        800
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ac37c82f-427f-4427-89ba-ea114b89ac16",
      "name": "ウェルカムメッセージ送信",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -960,
        900
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "a896bb9b-3ee7-4fa8-b19a-0bf3ae152903",
      "name": "ウェルカムメッセージ作成",
      "type": "n8n-nodes-base.code",
      "position": [
        -1180,
        900
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "07ac29b7-2e4d-4558-807c-9e82e54c1eb6",
      "name": "新規フォロワーループ",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -2000,
        800
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "bddf0999-dbbe-4c73-86be-b1f000504f15",
      "name": "フォロワーループ",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -1420,
        560
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "ae2e4ccc-eb1f-49e7-9e15-a986c6525951",
      "name": "ワークフロー終了",
      "type": "n8n-nodes-base.noOp",
      "position": [
        -1720,
        1020
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "712b6576-256d-4707-89c9-68600455c4e3",
      "name": "ウェルカム送信済み再確認",
      "type": "n8n-nodes-base.if",
      "position": [
        -1420,
        800
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "b602f44c-d5d9-4ee3-961d-9ff5d1427198",
      "name": "フォロワーループ待機",
      "type": "n8n-nodes-base.wait",
      "position": [
        -540,
        540
      ],
      "webhookId": "417f0e38-4ee7-4de3-9588-eb96bc7eeac1",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "811c6f0b-bab7-41f8-bda1-ab2669f3fae5",
      "name": "新規フォロワーループ待機",
      "type": "n8n-nodes-base.wait",
      "position": [
        -540,
        800
      ],
      "webhookId": "3022fa13-7f7c-4273-80d6-ceb4fbc7fd92",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "ea1a5fb3-1283-4d9f-a9a7-d33dc1e74f39",
      "name": "ファーストネーム取得",
      "type": "n8n-nodes-base.code",
      "position": [
        -1800,
        800
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ec5b50ab-97be-49e7-b3c4-5261cc8a8b10",
      "name": "フォロワーレコード更新(送信済みフラグTRUE)",
      "type": "n8n-nodes-base.baserow",
      "position": [
        -760,
        800
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f8e3317f-8e2c-469a-a438-a46bc71a0b4d",
      "name": "最新フォロワー取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1880,
        540
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "77a98423-9164-4482-9c8c-9c1c142d7956",
      "name": "会話ID取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1620,
        800
      ],
      "parameters": {},
      "typeVersion": 4.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "cd72b550-adfc-4286-8fbb-6497cd90be88",
  "connections": {
    "7bbaa38e-1cb5-460f-a3eb-d3fc8050ecab": {
      "main": [
        [
          {
            "node": "d718160e-13c7-4622-a791-dba1a8ea792f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "77a98423-9164-4482-9c8c-9c1c142d7956": {
      "main": [
        [
          {
            "node": "712b6576-256d-4707-89c9-68600455c4e3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ea1a5fb3-1283-4d9f-a9a7-d33dc1e74f39": {
      "main": [
        [
          {
            "node": "77a98423-9164-4482-9c8c-9c1c142d7956",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bddf0999-dbbe-4c73-86be-b1f000504f15": {
      "main": [
        [
          {
            "node": "7bbaa38e-1cb5-460f-a3eb-d3fc8050ecab",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "c28ade9c-6d2f-48ff-8676-d42a3c7dc47d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4affbd7c-c4b0-466d-8431-7c8388a340d3": {
      "main": [
        [
          {
            "node": "6cf70c45-b0b3-4621-9253-62dd6da61c13",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "69412b2b-eb8a-46a3-8160-24d2cbc3ed56": {
      "main": [
        [
          {
            "node": "bddf0999-dbbe-4c73-86be-b1f000504f15",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "694fb919-12e3-421d-99e9-c07c9b3ca131",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "07ac29b7-2e4d-4558-807c-9e82e54c1eb6": {
      "main": [
        [
          {
            "node": "ae2e4ccc-eb1f-49e7-9e15-a986c6525951",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "ea1a5fb3-1283-4d9f-a9a7-d33dc1e74f39",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b602f44c-d5d9-4ee3-961d-9ff5d1427198": {
      "main": [
        [
          {
            "node": "bddf0999-dbbe-4c73-86be-b1f000504f15",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c28ade9c-6d2f-48ff-8676-d42a3c7dc47d": {
      "main": [
        [
          {
            "node": "69412b2b-eb8a-46a3-8160-24d2cbc3ed56",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f8e3317f-8e2c-469a-a438-a46bc71a0b4d": {
      "main": [
        [
          {
            "node": "f1390527-06d9-49aa-8cd9-1b47d5c1c17c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ac37c82f-427f-4427-89ba-ea114b89ac16": {
      "main": [
        [
          {
            "node": "ec5b50ab-97be-49e7-b3c4-5261cc8a8b10",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d718160e-13c7-4622-a791-dba1a8ea792f": {
      "main": [
        [
          {
            "node": "07ac29b7-2e4d-4558-807c-9e82e54c1eb6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0c391374-282e-4c6f-9c73-3fded8a9b411": {
      "main": [
        [
          {
            "node": "f8e3317f-8e2c-469a-a438-a46bc71a0b4d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "694fb919-12e3-421d-99e9-c07c9b3ca131": {
      "main": [
        [
          {
            "node": "b602f44c-d5d9-4ee3-961d-9ff5d1427198",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a896bb9b-3ee7-4fa8-b19a-0bf3ae152903": {
      "main": [
        [
          {
            "node": "ac37c82f-427f-4427-89ba-ea114b89ac16",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "811c6f0b-bab7-41f8-bda1-ab2669f3fae5": {
      "main": [
        []
      ]
    },
    "f1390527-06d9-49aa-8cd9-1b47d5c1c17c": {
      "main": [
        [
          {
            "node": "bddf0999-dbbe-4c73-86be-b1f000504f15",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6cf70c45-b0b3-4621-9253-62dd6da61c13": {
      "main": [
        [
          {
            "node": "0c391374-282e-4c6f-9c73-3fded8a9b411",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ec5b50ab-97be-49e7-b3c4-5261cc8a8b10": {
      "main": [
        [
          {
            "node": "811c6f0b-bab7-41f8-bda1-ab2669f3fae5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "712b6576-256d-4707-89c9-68600455c4e3": {
      "main": [
        [
          {
            "node": "ec5b50ab-97be-49e7-b3c4-5261cc8a8b10",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "a896bb9b-3ee7-4fa8-b19a-0bf3ae152903",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

上級 - マーケティング

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
上級
ノード数26
カテゴリー1
ノードタイプ11
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
Gareth B. Davies

Gareth B. Davies

@garethbdavies

API/AI/Automation Coach with 30 years experience helping teams build sustainable, efficient processes and systems. Join my Automate 30 for 30 live cohort and course to reclaim your time.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34