金融開発 | AIアシスタント

中級

これはAI分野の自動化ワークフローで、9個のノードを含みます。主にSet, Telegram, Agent, TelegramTrigger, ChatTriggerなどのノードを使用、AI技術を活用したスマート自動化を実現。 金融AIアシスタント - TelegramとWhatsAppに対応

前提条件
  • Telegram Bot Token
  • OpenAI API Key
  • PostgreSQLデータベース接続情報

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "Ot2eAIwN4WcEfK27",
  "meta": {
    "instanceId": "7ec217dac074bfef73627690c901899089826bac2558dc377a3958ae7305a09b",
    "templateCredsSetupCompleted": true
  },
  "name": "Financial Dev | AI Agent",
  "tags": [],
  "nodes": [
    {
      "id": "b0090b4f-554b-4e5c-9108-47d32628e200",
      "name": "AIエージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "typeVersion": 1.9
    },
    {
      "id": "bf0b782d-d2db-4c0d-8c13-0d93b2607cd4",
      "name": "OpenAI チャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        100,
        220
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "6ed1e80a-41ba-4b7e-8db2-2929585b4167",
      "name": "Postgresチャットメモリ",
      "type": "@n8n/n8n-nodes-langchain.memoryPostgresChat",
      "position": [
        260,
        220
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "0e7a40c9-93fd-41ec-9711-5f3ca6d076ca",
      "name": "取引登録",
      "type": "@n8n/n8n-nodes-langchain.toolWorkflow",
      "position": [
        420,
        220
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "da9d4d5a-bc6e-4261-bf71-edcd4089fa30",
      "name": "チャット",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -240,
        -180
      ],
      "webhookId": "30dc5ca2-b504-4fff-81a9-3675abbc9fd9",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "b46d755d-7e34-4148-a8cf-7000bdb3dd9f",
      "name": "Telegram トリガー",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -240,
        0
      ],
      "webhookId": "c9065337-71a9-4dd3-9a5a-23978ae4a8df",
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "491fef07-5982-415c-91e0-2fec78c18f80",
      "name": "正規化",
      "type": "n8n-nodes-base.set",
      "position": [
        -20,
        0
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "3a129ebf-34f4-4887-8949-8ca2b834c529",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        580,
        0
      ],
      "webhookId": "91b61951-671c-456c-a470-9cd41266f123",
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "e5929da6-17bd-4602-b90e-60b7d78cd228",
      "name": "残高レポート",
      "type": "@n8n/n8n-nodes-langchain.toolWorkflow",
      "position": [
        580,
        220
      ],
      "parameters": {},
      "typeVersion": 2.2
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "callerPolicy": "workflowsFromSameOwner",
    "executionOrder": "v1",
    "executionTimeout": 3600,
    "saveDataSuccessExecution": "all"
  },
  "versionId": "64058215-7a86-483c-855d-8e7fdf66d940",
  "connections": {
    "da9d4d5a-bc6e-4261-bf71-edcd4089fa30": {
      "main": [
        []
      ]
    },
    "b0090b4f-554b-4e5c-9108-47d32628e200": {
      "main": [
        [
          {
            "node": "3a129ebf-34f4-4887-8949-8ca2b834c529",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "491fef07-5982-415c-91e0-2fec78c18f80": {
      "main": [
        [
          {
            "node": "b0090b4f-554b-4e5c-9108-47d32628e200",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e5929da6-17bd-4602-b90e-60b7d78cd228": {
      "ai_tool": [
        [
          {
            "node": "b0090b4f-554b-4e5c-9108-47d32628e200",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "b46d755d-7e34-4148-a8cf-7000bdb3dd9f": {
      "main": [
        [
          {
            "node": "491fef07-5982-415c-91e0-2fec78c18f80",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bf0b782d-d2db-4c0d-8c13-0d93b2607cd4": {
      "ai_languageModel": [
        [
          {
            "node": "b0090b4f-554b-4e5c-9108-47d32628e200",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "6ed1e80a-41ba-4b7e-8db2-2929585b4167": {
      "ai_memory": [
        [
          {
            "node": "b0090b4f-554b-4e5c-9108-47d32628e200",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "0e7a40c9-93fd-41ec-9711-5f3ca6d076ca": {
      "ai_tool": [
        [
          {
            "node": "b0090b4f-554b-4e5c-9108-47d32628e200",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - 人工知能

有料ですか?

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

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

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

作成者
Bruno Dias

Bruno Dias

@brunodias

Especialista em automações, IA e marketing digital. #n8n #IA #automacao #make

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34