BitlyとOllamaチャットモデル、そしてOpen Chatを使用

中級

これはAI, Marketing分野の自動化ワークフローで、9個のノードを含みます。主にBitlyTool, Agent, ChatTrigger, LmChatOllamaなどのノードを使用、AI技術を活用したスマート自動化を実現。 Llama3チャットインターフェースを使用したBitly URL短縮の自動化

前提条件
  • AIサービスAPIキー(OpenAI、Anthropicなど)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "djEQhBoL2sh0ojdA",
  "meta": {
    "instanceId": "54985dca90e764ba04ed8f61efe057163f128af85943567c62c5761f48d1c878",
    "templateCredsSetupCompleted": true
  },
  "name": "Using Bitly With Ollama Chat Model and Open Chat",
  "tags": [],
  "nodes": [
    {
      "id": "9376c577-706a-4e37-808a-30c800120f1a",
      "name": "リンク作成",
      "type": "n8n-nodes-base.bitlyTool",
      "position": [
        360,
        380
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "550c40ae-6638-41b1-ab72-e007e490904f",
      "name": "Ollamaチャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatOllama",
      "position": [
        60,
        380
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "64ceba81-c42a-41b3-b5af-84cf3d1bf3da",
      "name": "AIエージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        180,
        20
      ],
      "parameters": {},
      "typeVersion": 1.9
    },
    {
      "id": "c6b0a8c8-7d45-409d-a1a0-953eeddbf5a5",
      "name": "付箋6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -540,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "3a2bab82-1c1f-4ab7-b5e7-a242910dec00",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "665b7e23-c3aa-40c1-9556-6ebd7dbbcc41",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "7a6d0601-5d5e-47bb-bd96-d2fe81d77e91",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "fdc20ba4-6181-4163-88e8-768bb713ad80",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        280,
        220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "15df35ea-63dc-4cc7-9f5f-d84f4944c807",
      "name": "Open Chat",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -60,
        20
      ],
      "webhookId": "447cba79-509e-4bd9-aaa9-5ee8c182fb21",
      "parameters": {},
      "typeVersion": 1.1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "848186e0-bd85-4fcb-aa35-5fde47943340",
  "connections": {
    "64ceba81-c42a-41b3-b5af-84cf3d1bf3da": {
      "main": [
        []
      ]
    },
    "15df35ea-63dc-4cc7-9f5f-d84f4944c807": {
      "main": [
        [
          {
            "node": "64ceba81-c42a-41b3-b5af-84cf3d1bf3da",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9376c577-706a-4e37-808a-30c800120f1a": {
      "ai_tool": [
        [
          {
            "node": "64ceba81-c42a-41b3-b5af-84cf3d1bf3da",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "550c40ae-6638-41b1-ab72-e007e490904f": {
      "ai_languageModel": [
        [
          {
            "node": "64ceba81-c42a-41b3-b5af-84cf3d1bf3da",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

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

有料ですか?

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

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

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

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34