8
n8n 한국어amn8n.com

Bitly와 Ollama 채팅 모델 및 Open Chat 사용

중급

이것은AI, Marketing분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 BitlyTool, Agent, ChatTrigger, LmChatOllama 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Llama3 채팅 인터페이스를 사용한 Bitly URL 단축 자동화

사전 요구사항
  • AI 서비스 API Key(예: 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