VtigerのサポートチケットをTelegramに自動送信(ステータス更新付き)
中級
これはTicket Management分野の自動化ワークフローで、7個のノードを含みます。主にIf, Telegram, ScheduleTrigger, VtigerNodeなどのノードを使用。 VtigerサポートチケットをTelegramに自動のに送信します(ステータス更新を含む)
前提条件
- •Telegram Bot Token
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "ymg0bc27jttcvbcj",
"meta": {
"instanceId": "ea2b41532677d34614d95d13d7d2ccb694657be482144baf71e7140df3b2a853",
"templateCredsSetupCompleted": true
},
"name": "Auto-Send Vtiger Support Tickets to Telegram (with Status Update)",
"tags": [],
"nodes": [
{
"id": "e9ca7d91-ee88-4cc4-9c12-e638fbfb6e66",
"name": "スケジュールトリガー(n分毎)",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-816,
-208
],
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 1
}
]
}
},
"typeVersion": 1.2
},
{
"id": "81b830bc-e1d3-4d6b-9ef1-e323771b5b5f",
"name": "VtigerCRM チケット取得",
"type": "n8n-nodes-vtiger-crm.vtigerNode",
"position": [
-592,
-208
],
"parameters": {
"query_field": "select * from HelpDesk where ticketstatus='Open' order by id desc limit 1;"
},
"credentials": {
"vtigerApi": {
"id": "GDVMGSZb4YFb0cMz",
"name": "SaadeddinTestCRM"
}
},
"typeVersion": 1
},
{
"id": "ff439d91-3b2c-4f8e-9c38-aca0f09ce86c",
"name": "データが返された場合",
"type": "n8n-nodes-base.if",
"position": [
-368,
-208
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "1a4121a1-3315-48c6-b319-be947242e291",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $json.result[0].id }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "77eb4e5c-0048-4469-9815-df5534a7e9dd",
"name": "チケット詳細を Telegram に送信",
"type": "n8n-nodes-base.telegram",
"position": [
112,
-384
],
"webhookId": "78ebd6db-cd6a-4eac-af64-133af5c81e89",
"parameters": {
"text": "=New ticket with the following details:\nTicketid: {{ $json.result[0].ticket_no }}\nTitle: {{ $json.result[0].ticket_title }}\nStatus: {{ $json.result[0].ticketstatus }}\nPriority: {{ $json.result[0].ticketpriorities }}\nSeverity: {{ $json.result[0].ticketseverities }}\nCategory: {{ $json.result[0].ticketcategories }}\nDescription: {{ $json.result[0].description }}",
"chatId": "6885236190",
"additionalFields": {
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"id": "lJq9SLWpaYUg6w8w",
"name": "Telegram account"
}
},
"typeVersion": 1.2
},
{
"id": "70cd5610-46f4-42b0-8008-511a99b9888e",
"name": "VtigerCRM チケットステータス更新",
"type": "n8n-nodes-vtiger-crm.vtigerNode",
"position": [
128,
-176
],
"parameters": {
"operation": "update",
"element_field": "={\n \"ticketstatus\": \"In Progress\"\n}",
"webservice_id_field": "={{ $json.result[0].id }}"
},
"credentials": {
"vtigerApi": {
"id": "GDVMGSZb4YFb0cMz",
"name": "SaadeddinTestCRM"
}
},
"typeVersion": 1
},
{
"id": "49cff4dc-a89e-4ebe-a1a9-6e9ef6fdd958",
"name": "操作なし(何もしない)",
"type": "n8n-nodes-base.noOp",
"position": [
-80,
-16
],
"parameters": {},
"typeVersion": 1
},
{
"id": "4a8d8029-2a1d-4704-90bd-712adca45596",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-672,
-704
],
"parameters": {
"width": 688,
"height": 368,
"content": "### 🎟️ Auto-Send Vtiger Tickets to Telegram \n**(Real-time alerts + CRM update)**\nThis workflow runs **every 1 minute** to:\n- 📥 Fetch the most recent **open ticket** from Vtiger HelpDesk\n- 📲 Send a detailed message to **Telegram**\n- 🔁 Update the ticket status to **\"In Progress\"** to avoid duplicate alerts\n---\n> 💡 **Note:** \n> This workflow uses a custom **Vtiger CRM** node from the **Community Nodes** registry. \n> To install it in self-hosted n8n:\n> 1. Go to `Settings` → `Community Nodes` \n> 2. Click **Install Node** and enter:\n> ```bash\n> n8n-nodes-vtiger-crm\n> ```\n---\n> ✅ Ideal for support teams that need **real-time alerts** and want to sync ticket progress across tools."
},
"typeVersion": 1
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "c66999f4-49e3-4e5f-8500-e5a8663d9f88",
"connections": {
"81b830bc-e1d3-4d6b-9ef1-e323771b5b5f": {
"main": [
[
{
"node": "ff439d91-3b2c-4f8e-9c38-aca0f09ce86c",
"type": "main",
"index": 0
}
]
]
},
"ff439d91-3b2c-4f8e-9c38-aca0f09ce86c": {
"main": [
[
{
"node": "77eb4e5c-0048-4469-9815-df5534a7e9dd",
"type": "main",
"index": 0
},
{
"node": "70cd5610-46f4-42b0-8008-511a99b9888e",
"type": "main",
"index": 0
}
],
[
{
"node": "49cff4dc-a89e-4ebe-a1a9-6e9ef6fdd958",
"type": "main",
"index": 0
}
]
]
},
"70cd5610-46f4-42b0-8008-511a99b9888e": {
"main": [
[]
]
},
"e9ca7d91-ee88-4cc4-9c12-e638fbfb6e66": {
"main": [
[
{
"node": "81b830bc-e1d3-4d6b-9ef1-e323771b5b5f",
"type": "main",
"index": 0
}
]
]
},
"77eb4e5c-0048-4469-9815-df5534a7e9dd": {
"main": [
[]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - チケット管理
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
新規Vtigerのリードに対して自動のにWelcome WhatsAppメッセージを送信
Evolution API WhatsApp経由でVtiger CRMリードにウェルカムメッセージを自動のに送信します
If
Schedule Trigger
Vtiger Node
+
If
Schedule Trigger
Vtiger Node
7 ノードAhmed Saadawi
リードナーチャリング
Vtiger CRMがDeepSeek LLMを使ってよくある質問に回答する
Vtiger CRM内でDeepSeek LLMとLangChainを使用してFAQ回答を自動生成
If
Agent
Schedule Trigger
+
If
Agent
Schedule Trigger
8 ノードAhmed Saadawi
コンテンツ作成
MySQLの行をGoogleスプレッドシートに同期
重複防止を含む MySQL から Google スプシンドの自動同期
If
My Sql
Google Sheets
+
If
My Sql
Google Sheets
9 ノードAhmed Saadawi
エンジニアリング
毎日のGLPI未対応チケットをMicrosoft Teamsへ自動通知
毎日のGLPI未対応チケット通知をMicrosoft Teamsに自動送信する
If
Split Out
Aggregate
+
If
Split Out
Aggregate
19 ノードLuis Hernandez
チケット管理
Telegram承認付きAIメール返信アシスタント
OpenAIとTelegramでの承認を使用してGmailメール返信を自動化
If
Gmail
Telegram
+
If
Gmail
Telegram
16 ノードRoshan Ramani
チケット管理
AI基づきWhatsAppセールスロボット:Google Sheets照会機能付き
DeepSeek AI、Google スプレッドシート、Gmail を使用した WhatsApp 販売の自動化
If
Webhook
Gmail Tool
+
If
Webhook
Gmail Tool
10 ノードAhmed Saadawi
リードナーチャリング
ワークフロー情報
難易度
中級
ノード数7
カテゴリー1
ノードタイプ6
作成者
Ahmed Saadawi
@ahmedsaadawiCRM consultant and automation expert with 15+ years of experience building AI-powered, no-code workflows for sales, support, and operations. Open to collaboration or custom solutions — let’s connect!
外部リンク
n8n.ioで表示 →
このワークフローを共有