AIエクスプレス・フォーミュラ・ロボット・コピー

中級

これはPersonal Productivity, AI Chatbot分野の自動化ワークフローで、9個のノードを含みます。主にSet, Code, Switch, Webhook, Agentなどのノードを使用。 DeepSeek AIを使ってExcel/Google Sheetsの関数を生成し、解説する

前提条件
  • HTTP Webhookエンドポイント(n8nが自動生成)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "TBvLMoXcyfXr0I3D",
  "meta": {
    "instanceId": "5d70afe618ac8247c5a41a94ab5e7c10b707e0cfb80b2b7f8b9fa734be55d9a3",
    "templateCredsSetupCompleted": true
  },
  "name": "aiexcelformularbot copy",
  "tags": [],
  "nodes": [
    {
      "id": "efe0798f-0ae5-4815-bbad-dd86c7eddf04",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -500,
        40
      ],
      "webhookId": "b05f1f13-f137-400c-a58b-9592bb3e7660",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "7176b4d2-1dbc-46d2-b6ef-4827b712cb8d",
      "name": "Webhookへの応答",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        740,
        20
      ],
      "parameters": {},
      "typeVersion": 1.4
    },
    {
      "id": "c33ae905-20e8-4697-83f9-af47335e413a",
      "name": "OpenRouterチャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        -60,
        -160
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "1cd47f62-bf48-4335-9d4c-df66eb30450b",
      "name": "意図の検出",
      "type": "n8n-nodes-base.set",
      "position": [
        -280,
        40
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "4c5aecf2-2058-4efc-b551-4ec360994615",
      "name": "意図スイッチ",
      "type": "n8n-nodes-base.switch",
      "position": [
        -60,
        40
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "9151553c-5fa6-4667-8e04-47b8c80779bb",
      "name": "数式の生成",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        160,
        -100
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "2b905f82-a78b-4c57-a905-dcb4e16391e9",
      "name": "数式の説明",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        160,
        120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "3d66f914-aa61-4a2a-abae-bfedb88ae685",
      "name": "OpenRouterチャットモデル1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        -20,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5d63edd7-24c0-4603-8d6c-3fa7764633f9",
      "name": "コード",
      "type": "n8n-nodes-base.code",
      "position": [
        540,
        20
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "3c65c7f3-aeee-43ad-8bb6-de3b6b7199f5",
  "connections": {
    "5d63edd7-24c0-4603-8d6c-3fa7764633f9": {
      "main": [
        [
          {
            "node": "7176b4d2-1dbc-46d2-b6ef-4827b712cb8d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "efe0798f-0ae5-4815-bbad-dd86c7eddf04": {
      "main": [
        [
          {
            "node": "1cd47f62-bf48-4335-9d4c-df66eb30450b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1cd47f62-bf48-4335-9d4c-df66eb30450b": {
      "main": [
        [
          {
            "node": "4c5aecf2-2058-4efc-b551-4ec360994615",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4c5aecf2-2058-4efc-b551-4ec360994615": {
      "main": [
        [
          {
            "node": "9151553c-5fa6-4667-8e04-47b8c80779bb",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "2b905f82-a78b-4c57-a905-dcb4e16391e9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2b905f82-a78b-4c57-a905-dcb4e16391e9": {
      "main": [
        [
          {
            "node": "5d63edd7-24c0-4603-8d6c-3fa7764633f9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9151553c-5fa6-4667-8e04-47b8c80779bb": {
      "main": [
        [
          {
            "node": "5d63edd7-24c0-4603-8d6c-3fa7764633f9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c33ae905-20e8-4697-83f9-af47335e413a": {
      "ai_languageModel": [
        [
          {
            "node": "9151553c-5fa6-4667-8e04-47b8c80779bb",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "3d66f914-aa61-4a2a-abae-bfedb88ae685": {
      "ai_languageModel": [
        [
          {
            "node": "2b905f82-a78b-4c57-a905-dcb4e16391e9",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - 個人の生産性, AIチャットボット

有料ですか?

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

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

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

作成者
Gerald Denor

Gerald Denor

@dominixai

Gerald Akhidenor is an AI Automation Lead Creative with 5 years of experience in AI automation consultancy. He specializes in n8n and API integrations, driving innovative automation solutions. As founder of DominixAI, Gerald combines creative vision and technical expertise to streamline processes and boost efficiency through cutting-edge AI technologies. Website: https://dominixai.com JobMonkey: https://trafficabc.com/jobmonkey-application-generator/

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34