GPT-4oを使用したTelegramメンタルヘルスサポートボットの構築
中級
これはSupport Chatbot, AI Chatbot分野の自動化ワークフローで、15個のノードを含みます。主にSet, Switch, Telegram, AimlApi, TelegramTriggerなどのノードを使用。 GPT-4oをベースとしたTelegramメンタルヘルスサポートボットを構築
前提条件
- •Telegram Bot Token
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "29cf227651b207fca8739269056bd8f95a432c5e246ffae4aaf9220581f6fe53",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "0111b076-35d5-4bd1-b608-ec1bf479592b",
"name": "Start: Telegram でメッセージを受信",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
1008,
752
],
"webhookId": "b04097ef-4484-4648-aee4-d3652537c8c3",
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "QcfQneMUvIojzFQz",
"name": "Telegram account"
}
},
"typeVersion": 1.1
},
{
"id": "c7f4bbc1-d12b-4f41-b430-aff228a795c9",
"name": "入力タイプによるルーティング",
"type": "n8n-nodes-base.switch",
"position": [
1456,
720
],
"parameters": {
"rules": {
"values": [
{
"outputKey": "Vent",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "71a70192-b1c2-44fc-9e0b-cad9cc5eaac4",
"operator": {
"type": "string",
"operation": "startsWith"
},
"leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
"rightValue": "#vent"
}
]
},
"renameOutput": true
},
{
"outputKey": "Insight",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "1b5b1c7e-99e9-4e6d-a050-2d3c1c22c236",
"operator": {
"type": "string",
"operation": "startsWith"
},
"leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
"rightValue": "#insight"
}
]
},
"renameOutput": true
},
{
"outputKey": "Cope",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "a9ad78e2-623b-4d1b-b0b8-bdaebf8bd71c",
"operator": {
"type": "string",
"operation": "startsWith"
},
"leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
"rightValue": "#cope"
}
]
},
"renameOutput": true
},
{
"outputKey": "Any other",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "6f3a36ca-2348-4573-bbd7-4aa8088ec296",
"operator": {
"type": "string",
"operation": "exists",
"singleValue": true
},
"leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
"rightValue": ""
}
]
},
"renameOutput": true
}
]
},
"options": {}
},
"notesInFlow": false,
"typeVersion": 3.2
},
{
"id": "329aeb7a-9473-4893-b288-0a9db699d090",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
976,
-144
],
"parameters": {
"width": 540,
"height": 468,
"content": "## 🚀 Quick Start Guide\n\n1. 🔐 **Connect Your Credentials** \n - **Telegram**: Link your bot token in the **Telegram Trigger** and **Telegram** nodes (use BotFather). \n - **AI/ML API**: Add your API key under the **AI/ML account** credential. \n\n2. ✅ **Activate the Workflow** \n - Toggle **Active** in the canvas header. \n\n3. 💬 **Send a Message in Telegram** \n - Prefix with **#vent**, **#insight**, or **#cope** for specific support modes. \n - Or send any text without a tag for a general empathic response. \n\n4. ⏳ **Observe “Typing…” Indicator** \n - The **Show Typing Indicator** node signals the bot is processing. \n\n5. 🤖 **Receive Your AI-Powered Reply** \n - A custom response is generated by the **Generate personalised answer** node and sent back to you. \n"
},
"typeVersion": 1
},
{
"id": "3afdea7a-997f-4593-b5f3-f0ae4592dae4",
"name": "Ventプロンプト",
"type": "n8n-nodes-base.set",
"position": [
1856,
464
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "={\n \"prompt\": \"You are a compassionate therapist. The user is sharing their thoughts or feelings. Respond with empathetic validation, reflective listening, and gentle curiosity. Don’t offer solutions unless explicitly asked.\"\n}"
},
"typeVersion": 3.4
},
{
"id": "bdf9d3e9-6430-4a13-b7fc-2fe570720c1f",
"name": "Insightプロンプト",
"type": "n8n-nodes-base.set",
"position": [
1856,
656
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "={\n \"prompt\": \"Act as an insightful psychologist. Analyze the user’s message and offer possible psychological insights or inner patterns behind their thoughts or behavior. Speak in clear, calm, and respectful language.\"\n}"
},
"typeVersion": 3.4
},
{
"id": "dd67ab30-9837-4e25-bee4-7011c49485ea",
"name": "Copeプロンプト",
"type": "n8n-nodes-base.set",
"position": [
1856,
848
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "={\n \"prompt\": \"The user is facing a tough emotional moment. Suggest 1–2 simple coping strategies (e.g. grounding, reframing, breathwork) based on their situation. Keep the tone warm, supportive, and practical.\"\n}"
},
"typeVersion": 3.4
},
{
"id": "da096c11-0b37-40e7-ba94-4ab65f3cb890",
"name": "その他すべてのメッセージ用メインプロンプト",
"type": "n8n-nodes-base.set",
"position": [
1856,
1040
],
"parameters": {
"mode": "raw",
"options": {},
"jsonOutput": "={\n \"prompt\": \"You're a compassionate AI mental health assistant trained in supportive conversation. The user wrote a message without a clear tag. Gently interpret what they might be asking or needing — whether it's support, insight, tools, or just someone to listen. Respond with warmth, emotional intelligence, and clarity. Avoid sounding like a robot or giving generic answers. Make it feel real and human.\"\n}"
},
"typeVersion": 3.4
},
{
"id": "98cf523a-aaf9-4e73-968c-15fe3fa4d0ef",
"name": "個人向け回答を生成",
"type": "n8n-nodes-aimlapi.aimlApi",
"position": [
2304,
752
],
"parameters": {
"model": "openai/gpt-4o",
"prompt": "={{ $json.prompt }}\n\nMessage:\n{{ $('Start: Receive Message on Telegram').item.json.message.text }}",
"options": {},
"requestOptions": {}
},
"credentials": {
"aimlApi": {
"id": "fzkUXwSArkMtWVYd",
"name": "AI/ML account"
}
},
"typeVersion": 1
},
{
"id": "292e839f-2843-486f-9a83-3624f0e8fdc0",
"name": "Telegram にメッセージを送信",
"type": "n8n-nodes-base.telegram",
"position": [
2528,
752
],
"webhookId": "fa689c4d-4c59-49c8-bbd6-0ab170d2f659",
"parameters": {
"text": "={{ $json.content }}",
"chatId": "={{ $('Start: Receive Message on Telegram').item.json.message.chat.id }}",
"additionalFields": {
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"id": "QcfQneMUvIojzFQz",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "21b81566-ae81-483b-8430-71766e380426",
"name": "入力インジケーターを表示",
"type": "n8n-nodes-base.telegram",
"position": [
1232,
752
],
"webhookId": "fa689c4d-4c59-49c8-bbd6-0ab170d2f659",
"parameters": {
"chatId": "={{ $('Start: Receive Message on Telegram').item.json.message.chat.id }}",
"operation": "sendChatAction"
},
"credentials": {
"telegramApi": {
"id": "QcfQneMUvIojzFQz",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "4d5093cf-bd4b-4435-b1bb-87d3befd4cf7",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1392,
640
],
"parameters": {
"height": 288,
"content": "### Checks message.text for #vent, #insight, #cope, or falls back"
},
"typeVersion": 1
},
{
"id": "9f5bc824-0d97-4009-83fe-781cfc4892a6",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1552,
-80
],
"parameters": {
"width": 368,
"height": 320,
"content": "## 🔍 Node Overview\n\n- **Telegram Trigger**: Listens for incoming messages. \n- **Show Typing Indicator**: Immediately shows “typing…” in chat. \n- **Route by Input Type (Switch)**: Detects your tag and routes to the right prompt. \n- **Vent/Insight/Cope/Main Prompt**: Builds the JSON payload for the AI/ML API. \n- **Generate personalised answer**: Calls the AI/ML API (model: `openai/gpt-4o`). \n- **Send message to Telegram**: Delivers the AI’s reply back into your chat. "
},
"typeVersion": 1
},
{
"id": "42a676f1-815f-4fc7-b537-4550f4ca8852",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1792,
320
],
"parameters": {
"width": 224,
"height": 896,
"content": "## Chooses from given prompts"
},
"typeVersion": 1
},
{
"id": "09df03c2-96dc-4872-bb52-213506ac8a72",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
2272,
656
],
"parameters": {
"width": 384,
"height": 272,
"content": "## Generates and sends answer to Telegram"
},
"typeVersion": 1
},
{
"id": "e0c4e11c-ce6b-4c39-ad13-9108bfcaeda1",
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1952,
-80
],
"parameters": {
"width": 368,
"height": 320,
"content": "## **Example:**\n\n## ```#vent I’m feeling anxious about my presentation```\n\n## → ```“I hear that you’re worried… can you tell me more about what’s on your mind?”```\n"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"dd67ab30-9837-4e25-bee4-7011c49485ea": {
"main": [
[
{
"node": "98cf523a-aaf9-4e73-968c-15fe3fa4d0ef",
"type": "main",
"index": 0
}
]
]
},
"3afdea7a-997f-4593-b5f3-f0ae4592dae4": {
"main": [
[
{
"node": "98cf523a-aaf9-4e73-968c-15fe3fa4d0ef",
"type": "main",
"index": 0
}
]
]
},
"bdf9d3e9-6430-4a13-b7fc-2fe570720c1f": {
"main": [
[
{
"node": "98cf523a-aaf9-4e73-968c-15fe3fa4d0ef",
"type": "main",
"index": 0
}
]
]
},
"c7f4bbc1-d12b-4f41-b430-aff228a795c9": {
"main": [
[
{
"node": "3afdea7a-997f-4593-b5f3-f0ae4592dae4",
"type": "main",
"index": 0
}
],
[
{
"node": "bdf9d3e9-6430-4a13-b7fc-2fe570720c1f",
"type": "main",
"index": 0
}
],
[
{
"node": "dd67ab30-9837-4e25-bee4-7011c49485ea",
"type": "main",
"index": 0
}
],
[
{
"node": "da096c11-0b37-40e7-ba94-4ab65f3cb890",
"type": "main",
"index": 0
}
]
]
},
"21b81566-ae81-483b-8430-71766e380426": {
"main": [
[
{
"node": "c7f4bbc1-d12b-4f41-b430-aff228a795c9",
"type": "main",
"index": 0
}
]
]
},
"98cf523a-aaf9-4e73-968c-15fe3fa4d0ef": {
"main": [
[
{
"node": "292e839f-2843-486f-9a83-3624f0e8fdc0",
"type": "main",
"index": 0
}
]
]
},
"da096c11-0b37-40e7-ba94-4ab65f3cb890": {
"main": [
[
{
"node": "98cf523a-aaf9-4e73-968c-15fe3fa4d0ef",
"type": "main",
"index": 0
}
]
]
},
"0111b076-35d5-4bd1-b608-ec1bf479592b": {
"main": [
[
{
"node": "21b81566-ae81-483b-8430-71766e380426",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - サポートチャットボット, AIチャットボット
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Telegram、AIMLAPI、Google Sheetsを使用してマルチモデルAIチャットボットを作成
Telegram、AIMLAPI、Google スプレッドシートを使って多模型AIチャットボットを作成
If
Set
Code
+
If
Set
Code
25 ノードAI/ML API | D1m7asis
個人の生産性
TelegramボットとGPT-4oを使ってパーソナライズされた都道府県別旅行プランを作成
Telegram ボットと GPT-4o を使用してパーソナライズされた都市旅行の旅程を作成
Set
Switch
Telegram
+
Set
Switch
Telegram
21 ノードAI/ML API | D1m7asis
GPT-4oとTelegramを活用した対話式ロシア語学習チャットボット
GPT-4oとTelegramを基盤としたインタラクティブなロシア語チューターボット
Set
Switch
Telegram
+
Set
Switch
Telegram
16 ノードAI/ML API | D1m7asis
コンテンツ作成
Telegramサポート取り扱いの自動化
GPT-4とメール通知を使用して、TelegramサポートからAIから人間への段階の移行を自動化
If
Set
Switch
+
If
Set
Switch
40 ノードMeelioo
サポートチャットボット
WhatsApp / Telegram WooCommerce注文サポート
Telegram と Gmail を使用したGemini と GPT を使用した WooCommerce カスタマーサポートの自動化
Set
Gmail
Merge
+
Set
Gmail
Merge
25 ノードAppStoneLab Technologies LLP
サポートチャットボット
テレグラムコマンドセンタ
Telegramボットコマンドセンターを使用したワークフロー実行の自動化
If
Set
Code
+
If
Set
Code
23 ノードAmir
サポートチャットボット