Reddit の潜在顧客を見つけ、Llama3 AI と Google テーブルでパーソナライズされた返信を生成

中級

これはAI, Marketing分野の自動化ワークフローで、14個のノードを含みます。主にIf, Set, Code, Reddit, GoogleSheetsなどのノードを使用、AI技術を活用したスマート自動化を実現。 Reddit から潜在顧客を検索し、Llama3 AI と Google 試算表でパーソナライズされた返答を生成

前提条件
  • Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "3fb03f7852f4e2f7aeee7e1edbc7b11d424da3c67ffc7980f5d45ea0e00b1fa9",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "6e6dbef8-5068-4e08-b5c9-356bfa92bacd",
      "name": "「Test workflow」クリック時",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1160,
        2750
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7c5387d7-c96f-4d1d-b35f-edb3687a8a69",
      "name": "既存の投稿を取得1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -720,
        2650
      ],
      "parameters": {},
      "executeOnce": true,
      "typeVersion": 4.5
    },
    {
      "id": "bcfab50a-cb46-4546-8351-9f15f8fddcce",
      "name": "関連性の低い投稿を記録",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        756,
        2500
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "da43e4b5-90cc-4e19-a793-1ff0edd0b379",
      "name": "関連性の高い投稿を記録",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        756,
        2850
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "af58b686-b86d-4484-99b8-b575d479fe3e",
      "name": "Redditコメントを投稿",
      "type": "n8n-nodes-base.reddit",
      "position": [
        976,
        2950
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "136b95ed-15f1-46dc-8e37-c1864cb4c206",
      "name": "投稿は関連性がありますか?",
      "type": "n8n-nodes-base.if",
      "position": [
        536,
        2500
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "3015d949-5bea-48df-b3d2-4d39ec8f220c",
      "name": "AI応答を解析",
      "type": "n8n-nodes-base.code",
      "position": [
        316,
        2500
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "5a7e3ca1-6beb-438f-ae7b-c41b0c456758",
      "name": "Ollamaチャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatOllama",
      "position": [
        -40,
        2740
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "1e9b7447-d5b5-405c-854d-b5e0c3b877dd",
      "name": "AI関連性分析",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -60,
        2400
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "c35aa9a2-d727-4e4a-a7f6-18129b8c758f",
      "name": "投稿を1つずつ処理",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -280,
        2750
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "75122d4c-687b-468b-98d6-66cc80dca814",
      "name": "新しい投稿をフィルタリング",
      "type": "n8n-nodes-base.code",
      "position": [
        -500,
        2750
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "a46dd2d7-8843-4999-bf7c-2e8c209fae48",
      "name": "投稿フィールドを処理",
      "type": "n8n-nodes-base.set",
      "position": [
        -720,
        2850
      ],
      "parameters": {},
      "executeOnce": false,
      "typeVersion": 3.4
    },
    {
      "id": "6c37690a-b6fd-409c-b94b-cb056197cc08",
      "name": "Reddit投稿を取得",
      "type": "n8n-nodes-base.reddit",
      "position": [
        -940,
        2750
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f7279c5b-f67b-494f-bf7b-720c664993d8",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1260,
        2140
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "75122d4c-687b-468b-98d6-66cc80dca814": {
      "main": [
        [
          {
            "node": "c35aa9a2-d727-4e4a-a7f6-18129b8c758f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6c37690a-b6fd-409c-b94b-cb056197cc08": {
      "main": [
        [
          {
            "node": "a46dd2d7-8843-4999-bf7c-2e8c209fae48",
            "type": "main",
            "index": 0
          },
          {
            "node": "7c5387d7-c96f-4d1d-b35f-edb3687a8a69",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "136b95ed-15f1-46dc-8e37-c1864cb4c206": {
      "main": [
        [
          {
            "node": "da43e4b5-90cc-4e19-a793-1ff0edd0b379",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "bcfab50a-cb46-4546-8351-9f15f8fddcce",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "da43e4b5-90cc-4e19-a793-1ff0edd0b379": {
      "main": [
        [
          {
            "node": "af58b686-b86d-4484-99b8-b575d479fe3e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5a7e3ca1-6beb-438f-ae7b-c41b0c456758": {
      "ai_languageModel": [
        [
          {
            "node": "1e9b7447-d5b5-405c-854d-b5e0c3b877dd",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "3015d949-5bea-48df-b3d2-4d39ec8f220c": {
      "main": [
        [
          {
            "node": "136b95ed-15f1-46dc-8e37-c1864cb4c206",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7c5387d7-c96f-4d1d-b35f-edb3687a8a69": {
      "main": [
        [
          {
            "node": "75122d4c-687b-468b-98d6-66cc80dca814",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bcfab50a-cb46-4546-8351-9f15f8fddcce": {
      "main": [
        [
          {
            "node": "c35aa9a2-d727-4e4a-a7f6-18129b8c758f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "af58b686-b86d-4484-99b8-b575d479fe3e": {
      "main": [
        [
          {
            "node": "c35aa9a2-d727-4e4a-a7f6-18129b8c758f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a46dd2d7-8843-4999-bf7c-2e8c209fae48": {
      "main": [
        [
          {
            "node": "75122d4c-687b-468b-98d6-66cc80dca814",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1e9b7447-d5b5-405c-854d-b5e0c3b877dd": {
      "main": [
        [
          {
            "node": "3015d949-5bea-48df-b3d2-4d39ec8f220c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c35aa9a2-d727-4e4a-a7f6-18129b8c758f": {
      "main": [
        [
          {
            "node": "6c37690a-b6fd-409c-b94b-cb056197cc08",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "1e9b7447-d5b5-405c-854d-b5e0c3b877dd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6e6dbef8-5068-4e08-b5c9-356bfa92bacd": {
      "main": [
        [
          {
            "node": "6c37690a-b6fd-409c-b94b-cb056197cc08",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - 人工知能, マーケティング

有料ですか?

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

ワークフロー情報
難易度
中級
ノード数14
カテゴリー2
ノードタイプ10
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34