8
n8n ν•œκ΅­μ–΄amn8n.com

🌐 Confluence νŽ˜μ΄μ§€ AI 좔동 챗봇

κ³ κΈ‰

이것은Engineering, Product, AIλΆ„μ•Όμ˜μžλ™ν™” μ›Œν¬ν”Œλ‘œμš°λ‘œ, 16개의 λ…Έλ“œλ₯Ό ν¬ν•¨ν•©λ‹ˆλ‹€.주둜 Set, Markdown, SplitOut, Telegram, HttpRequest λ“±μ˜ λ…Έλ“œλ₯Ό μ‚¬μš©ν•˜λ©°μΈκ³΅μ§€λŠ₯ κΈ°μˆ μ„ κ²°ν•©ν•˜μ—¬ 슀마트 μžλ™ν™”λ₯Ό κ΅¬ν˜„ν•©λ‹ˆλ‹€. 🌐 Confluence νŽ˜μ΄μ§€ AI μ±„νŒ… λ‘œλ΄‡ μ›Œν¬ν”Œλ‘œμš°

사전 μš”κ΅¬μ‚¬ν•­
  • β€’Telegram Bot Token
  • β€’λŒ€μƒ API의 인증 정보가 ν•„μš”ν•  수 있음
  • β€’OpenAI API Key
μ›Œν¬ν”Œλ‘œμš° 미리보기
λ…Έλ“œ μ—°κ²° 관계λ₯Ό μ‹œκ°μ μœΌλ‘œ ν‘œμ‹œν•˜λ©°, ν™•λŒ€/μΆ•μ†Œ 및 이동을 μ§€μ›ν•©λ‹ˆλ‹€
μ›Œν¬ν”Œλ‘œμš° 내보내기
λ‹€μŒ JSON ꡬ성을 λ³΅μ‚¬ν•˜μ—¬ n8n에 κ°€μ Έμ˜€λ©΄ 이 μ›Œν¬ν”Œλ‘œμš°λ₯Ό μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€
{
  "id": "mOcaSIUAvpt3QjQ1",
  "meta": {
    "instanceId": "31e69f7f4a77bf465b805824e303232f0227212ae922d12133a0f96ffeab4fef",
    "templateCredsSetupCompleted": true
  },
  "name": "🌐 Confluence Page AI Powered Chatbot",
  "tags": [],
  "nodes": [
    {
      "id": "f4761e1a-6430-4b3d-97f9-b91743e02ea6",
      "name": "μŠ€ν‹°ν‚€ λ…ΈνŠΈ",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -340
      ],
      "parameters": {
        "color": 7,
        "width": 633,
        "height": 974,
        "content": "## Confluence\nhttps://developer.atlassian.com/cloud/confluence/basic-auth-for-rest-apis/\nhttps://id.atlassian.com/manage-profile/security/api-tokens\nhttps://developer.atlassian.com/cloud/confluence/rest/v2/intro/#about\n\nSupplying basic auth headers\nYou can construct and send basic auth headers yourself, including a base64-encoded string that contains your Atlassian account email and API token.\n\nTo use basic auth headers, perform the following steps:\n\nGenerate an API Token for your Atlassian Account: https://id.atlassian.com/manage/api-tokens\nBuild a string of the form your_email@domain.com:your_user_api_token.\nYou'll need to encode your authorization credentials to Base64 encoded. You can do this locally:\nLinux/Unix/MacOS:\n\nCopy\n```\necho -n your_email@domain.com:your_user_api_token | base64\n```\nWindows 7 and later, using Microsoft Powershell:\n\nCopy\n```\n$Text = β€˜your_email@domain.com:your_user_api_token’\n$Bytes = [System.Text.Encoding]::UTF8.GetBytes($Text)\n$EncodedText = [Convert]::ToBase64String($Bytes)\n$EncodedText\n```\nSupply an Authorization header with content Basic followed by the encoded string. Example: Authorization: Basic eW91cl9lbWFpbEBkb21haW4uY29tOnlvdXJfdXNlcl9hcGlfdG9rZW4=\n\nCopy\n```\ncurl -D- \\\n   -X GET \\\n   -H \"Authorization: Basic <your_encoded_string>\" \\\n   -H \"Content-Type: application/json\" \\\n   \"https://<your-domain.atlassian.net>/wiki/rest/api/space\"\n```\n\nThe above cURL command will not work as shown. You need to replace <your_encoded_string> and <your-domain.atlassian.net> with your authorization credentials encoded string and instance information before running it in the terminal."
      },
      "typeVersion": 1
    },
    {
      "id": "b2865684-687e-45a9-bb0c-e78df4dda72e",
      "name": "μŠ€ν‹°ν‚€ λ…ΈνŠΈ2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        -340
      ],
      "parameters": {
        "color": 5,
        "width": 768.3946456283678,
        "height": 381.59428876752247,
        "content": "## Using Rest API to GET Confluence Page Body\nhttps://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-get\n\nRequest\nhttps://<your-wiki>.atlassian.net/wiki/api/v2/pages/{id}\nPath parameters\nid\ninteger\n\nRequired\nQuery parameters\n\nThe content format types to be returned in the body field of the response. \nIf available, the representation will be available under a response field of the same name under the body field.\n\nValid values: storage, atlas_doc_format, view, export_view, anonymous_export_view, styled_view, editor\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "2fae2b02-b15f-4226-86c2-f4444f10965e",
      "name": "Confluence νŽ˜μ΄μ§€ μ €μž₯μ†Œ λ·°",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        900,
        580
      ],
      "parameters": {
        "url": "=https://example.atlassian.net/wiki/api/v2/pages/{{ $json.id }}",
        "options": {},
        "sendQuery": true,
        "sendHeaders": true,
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "queryParameters": {
          "parameters": [
            {
              "name": "body-format",
              "value": "storage"
            }
          ]
        },
        "headerParameters": {
          "parameters": [
            {}
          ]
        }
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "KafuDlwiWOVNQcyC",
          "name": "Confluence API"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "49c5c6f7-f879-4518-aeef-922154f47ea6",
      "name": "HTML to Markdown",
      "type": "n8n-nodes-base.markdown",
      "position": [
        1100,
        580
      ],
      "parameters": {
        "html": "={{ $json.body.storage.value }}",
        "options": {}
      },
      "typeVersion": 1
    },
    {
      "id": "6ef64460-1406-43c9-9c5b-9d8ae3f51d31",
      "name": "gpt-4o-mini",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1260,
        760
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "jEMSvKmtYfzAkhe6",
          "name": "OpenAi account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "b8f998da-34b2-40d4-9816-b7a3ca33a3d9",
      "name": "μ±„νŒ… λ©”μ‹œμ§€ μˆ˜μ‹  μ‹œ",
      "type": "@n8n/n8n-nodes-langchain.manualChatTrigger",
      "position": [
        820,
        180
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "8fcfb987-3ea1-43cd-804f-dc2d629e558e",
      "name": "μœˆλ„μš° 버퍼 λ©”λͺ¨λ¦¬",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        1400,
        760
      ],
      "parameters": {
        "sessionKey": "={{ $('When chat message received').item.json.sessionId }}",
        "sessionIdType": "customKey"
      },
      "typeVersion": 1.2
    },
    {
      "id": "53fe680c-af07-4712-b3cd-ae853f19cf8a",
      "name": "μŠ€ν‹°ν‚€ λ…ΈνŠΈ3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        420
      ],
      "parameters": {
        "color": 6,
        "width": 1163,
        "height": 515,
        "content": "## Chatbot for Confluence Pages\n\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "f37546a9-1b33-4276-9ea3-e461b53fe70a",
      "name": "μ±„νŒ… 응닡",
      "type": "n8n-nodes-base.set",
      "position": [
        1700,
        680
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "636ec5bb-141c-491b-b827-bf6c3753a531",
              "name": "output",
              "type": "string",
              "value": "={{ $json.output }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "c53f59bd-f0d9-4629-bf56-ca439ef9c7f5",
      "name": "κΈ€λ‘œλ²Œ λ³€μˆ˜",
      "type": "n8n-nodes-base.set",
      "position": [
        1100,
        180
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "74683edb-6368-4673-95f3-2885e30595cf",
              "name": "page_id_tekla",
              "type": "string",
              "value": "688157"
            },
            {
              "id": "3a8796d7-3426-4f4a-bddf-973720b59e9d",
              "name": "page_id_n8n",
              "type": "string",
              "value": "491546"
            },
            {
              "id": "42b27698-8d11-4fb0-a308-e256e0752f4d",
              "name": "page_id_more_n8n",
              "type": "string",
              "value": "983041"
            },
            {
              "id": "62572887-e17a-4957-9ab1-3546277f79ab",
              "name": "page_id_tekla_clash_checking",
              "type": "string",
              "value": "753691"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "ee500c5b-9289-4636-8178-6235c0fe4080",
      "name": "ID둜 검색",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1300,
        180
      ],
      "parameters": {
        "url": "=https://example.atlassian.net/wiki/rest/api/search?limit=1&cql=id={{ $json.page_id_n8n }}",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "KafuDlwiWOVNQcyC",
          "name": "Confluence API"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "934f0c57-6184-4c85-a0dc-097b3c470be4",
      "name": "μŠ€ν‹°ν‚€ λ…ΈνŠΈ4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1020,
        80
      ],
      "parameters": {
        "width": 872,
        "height": 297,
        "content": "## Confluence Search By ID"
      },
      "typeVersion": 1
    },
    {
      "id": "c51b8421-962d-46a1-aaf5-1b170252b7da",
      "name": "νŽ˜μ΄μ§€ μŠ€ν‚€λ§ˆ",
      "type": "n8n-nodes-base.set",
      "position": [
        1700,
        180
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "3e8b49af-f3c6-4441-842f-9ce9a42c34b6",
              "name": "content._links.webui",
              "type": "string",
              "value": "={{ $json.content._links.webui }}"
            },
            {
              "id": "6fd53eb3-52b2-4f7b-92ca-89a26e05d52a",
              "name": "content._links.self",
              "type": "string",
              "value": "={{ $json.content._links.self }}"
            },
            {
              "id": "dfc89cbb-2f63-41ca-acfb-27b4d36d0418",
              "name": "title",
              "type": "string",
              "value": "={{ $json.title }}"
            },
            {
              "id": "0e15af12-8ae2-4337-a174-f3c3592bd0c6",
              "name": "url",
              "type": "string",
              "value": "={{ $json.url }}"
            },
            {
              "id": "6bbfa6eb-d6db-42c4-9ef6-81611fda0365",
              "name": "excerpt",
              "type": "string",
              "value": "={{ $json.excerpt }}"
            },
            {
              "id": "a5a26e42-af66-41a6-9406-7ccb86fb3386",
              "name": "id",
              "type": "string",
              "value": "={{ $json.content.id }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "2c765cad-e488-44ad-98b6-6e0a2c575fd2",
      "name": "AI μ—μ΄μ „νŠΈ",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1300,
        580
      ],
      "parameters": {
        "text": "=Answer questions from user with the context provided.  Only respond using the context.  If you do not know the answer simply respond with \"I don't know.\"\n\nUser question: {{ $('When chat message received').item.json.chatInput }}\n\nContext: {{ $json.data }}",
        "agent": "conversationalAgent",
        "options": {},
        "promptType": "define"
      },
      "typeVersion": 1.6
    },
    {
      "id": "a89508f9-fd88-4a9f-84da-a0ddef590e1b",
      "name": "Telegram λ©”μ‹œμ§€ 전솑",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1700,
        480
      ],
      "webhookId": "3ba1ee6d-1648-4421-823b-e68ae14d769b",
      "parameters": {
        "text": "={{ $json.output}}",
        "chatId": "={{ $env.TELEGRAM_CHAT_ID }}",
        "additionalFields": {
          "parse_mode": "HTML",
          "appendAttribution": false
        }
      },
      "credentials": {
        "telegramApi": {
          "id": "pAIFhguJlkO3c7aQ",
          "name": "Telegram account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "dae8ae00-1552-4945-948e-2556dfdd8802",
      "name": "λΆ„ν•  좜λ ₯",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1500,
        180
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "results"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "d57c434b-ed09-484a-bcc4-d81681001a36",
  "connections": {
    "c53f59bd-f0d9-4629-bf56-ca439ef9c7f5": {
      "main": [
        [
          {
            "node": "ee500c5b-9289-4636-8178-6235c0fe4080",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2c765cad-e488-44ad-98b6-6e0a2c575fd2": {
      "main": [
        [
          {
            "node": "f37546a9-1b33-4276-9ea3-e461b53fe70a",
            "type": "main",
            "index": 0
          },
          {
            "node": "a89508f9-fd88-4a9f-84da-a0ddef590e1b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "dae8ae00-1552-4945-948e-2556dfdd8802": {
      "main": [
        [
          {
            "node": "c51b8421-962d-46a1-aaf5-1b170252b7da",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c51b8421-962d-46a1-aaf5-1b170252b7da": {
      "main": [
        [
          {
            "node": "2fae2b02-b15f-4226-86c2-f4444f10965e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6ef64460-1406-43c9-9c5b-9d8ae3f51d31": {
      "ai_languageModel": [
        [
          {
            "node": "2c765cad-e488-44ad-98b6-6e0a2c575fd2",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "ee500c5b-9289-4636-8178-6235c0fe4080": {
      "main": [
        [
          {
            "node": "dae8ae00-1552-4945-948e-2556dfdd8802",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "49c5c6f7-f879-4518-aeef-922154f47ea6": {
      "main": [
        [
          {
            "node": "2c765cad-e488-44ad-98b6-6e0a2c575fd2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8fcfb987-3ea1-43cd-804f-dc2d629e558e": {
      "ai_memory": [
        [
          {
            "node": "2c765cad-e488-44ad-98b6-6e0a2c575fd2",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "b8f998da-34b2-40d4-9816-b7a3ca33a3d9": {
      "main": [
        [
          {
            "node": "c53f59bd-f0d9-4629-bf56-ca439ef9c7f5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2fae2b02-b15f-4226-86c2-f4444f10965e": {
      "main": [
        [
          {
            "node": "49c5c6f7-f879-4518-aeef-922154f47ea6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 λ¬»λŠ” 질문

이 μ›Œν¬ν”Œλ‘œμš°λ₯Ό μ–΄λ–»κ²Œ μ‚¬μš©ν•˜λ‚˜μš”?

μœ„μ˜ JSON ꡬ성 μ½”λ“œλ₯Ό λ³΅μ‚¬ν•˜μ—¬ n8n μΈμŠ€ν„΄μŠ€μ—μ„œ μƒˆ μ›Œν¬ν”Œλ‘œμš°λ₯Ό μƒμ„±ν•˜κ³  "JSONμ—μ„œ κ°€μ Έμ˜€κΈ°"λ₯Ό μ„ νƒν•œ ν›„, ꡬ성을 λΆ™μ—¬λ„£κ³  ν•„μš”μ— 따라 인증 섀정을 μˆ˜μ •ν•˜μ„Έμš”.

이 μ›Œν¬ν”Œλ‘œμš°λŠ” μ–΄λ–€ μ‹œλ‚˜λ¦¬μ˜€μ— μ ν•©ν•œκ°€μš”?

κ³ κΈ‰ - μ—”μ§€λ‹ˆμ–΄λ§, μ œν’ˆ, 인곡지λŠ₯

μœ λ£ŒμΈκ°€μš”?

이 μ›Œν¬ν”Œλ‘œμš°λŠ” μ™„μ „νžˆ 무료이며 직접 가져와 μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€. λ‹€λ§Œ, μ›Œν¬ν”Œλ‘œμš°μ—μ„œ μ‚¬μš©ν•˜λŠ” 타사 μ„œλΉ„μŠ€(예: OpenAI API)λŠ” μ‚¬μš©μž 직접 λΉ„μš©μ„ μ§€λΆˆν•΄μ•Ό ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

κ΄€λ ¨ μ›Œν¬ν”Œλ‘œμš° μΆ”μ²œ

πŸ€–πŸ§‘β€πŸ’» n8nεˆ›δ½œθ€…ζŽ’θ‘Œζ¦œλ³΄κ³ μ„œμš© AI λŒ€λ¦¬μž
πŸ€–πŸ§‘β€πŸ’» AI λŒ€λ¦¬μΈ, μ΅œμƒμœ„ n8nεˆ›δ½œθ€… λž­ν‚Ή λ³΄κ³ μ„œμ— μ‚¬μš©
Set
Sort
Gmail
+
Set
Sort
Gmail
49 λ…Έλ“œJoseph LePage
인곡지λŠ₯
βš‘πŸ“½οΈ μ΅œμ’… AI 좔동 YouTube μš”μ•½ 및 뢄석 챗봇
βš‘πŸ“½οΈ YouTube μš”μ•½ 및 뢄석에 μ‚¬μš©λ˜λŠ” λͺ¨λ“  κΈ°λŠ₯을 κ°–μΆ˜ AI μ±„νŒ… λ‘œλ΄‡
Set
Code
Merge
+
Set
Code
Merge
29 λ…Έλ“œJoseph LePage
인곡지λŠ₯
βœοΈπŸŒ„ 첫 번째 WordPress μ½˜ν…μΈ  μƒμ„±μž - λΉ λ₯Έ μ‹œμž‘
βœοΈπŸŒ„ WordPress + AI μ½˜ν…μΈ  μƒμ„±ε™¨μ˜ 첫 번째 - λΉ λ₯Έ μ‹œμž‘
If
Set
Code
+
If
Set
Code
39 λ…Έλ“œJoseph LePage
인곡지λŠ₯
πŸŽ¦πŸš€ YouTube λΉ„λ””μ˜€ λŒ“κΈ€ 뢄석 인곡지λŠ₯
πŸŽ¦πŸš€ YouTube λΉ„λ””μ˜€ λŒ“κΈ€ 뢄석 인곡지λŠ₯
Set
Code
Gmail
+
Set
Code
Gmail
25 λ…Έλ“œJoseph LePage
인곡지λŠ₯
πŸ”₯πŸ“ˆπŸ€– n8n μž‘μ„±μž λž­ν‚Ήμ— μ ν•©ν•œ AI λŒ€λ¦¬μΈ - 인기 μž‘μ—… 흐름 μ°ΎκΈ°
πŸ”₯πŸ“ˆπŸ€– n8n 크리에이터 λž­ν‚Ή AI μ—μ΄μ „νŠΈ - 인기 μ›Œν¬ν”Œλ‘œμš° μ°ΎκΈ°
Set
Sort
Limit
+
Set
Sort
Limit
43 λ…Έλ“œJoseph LePage
기타
데이터 뢄석사 Agent v3
η”¨δΊŽη”΅ε­θ‘¨ζ Όμ˜AIλ°μ΄ν„°λΆ„μ„μ–΄μ‹œμŠ€ν„΄νŠΈοΌŒεŸΊδΊŽNocoDB平台
Set
Noco Db Tool
Http Request
+
Set
Noco Db Tool
Http Request
10 λ…Έλ“œDerek Cheung
μ—”μ§€λ‹ˆμ–΄λ§
μ›Œν¬ν”Œλ‘œμš° 정보
λ‚œμ΄λ„
κ³ κΈ‰
λ…Έλ“œ 수16
μΉ΄ν…Œκ³ λ¦¬3
λ…Έλ“œ μœ ν˜•10
λ‚œμ΄λ„ μ„€λͺ…

κ³ κΈ‰ μ‚¬μš©μžλ₯Ό μœ„ν•œ 16+개 λ…Έλ“œμ˜ λ³΅μž‘ν•œ μ›Œν¬ν”Œλ‘œμš°

μ €μž
Joseph LePage

Joseph LePage

@joe

As an AI Automation consultant based in Canada, I partner with forward-thinking organizations to implement AI solutions that streamline operations and drive growth.

μ™ΈλΆ€ 링크
n8n.ioμ—μ„œ 보기 β†’

이 μ›Œν¬ν”Œλ‘œμš° 곡유

μΉ΄ν…Œκ³ λ¦¬

μΉ΄ν…Œκ³ λ¦¬: 34