MS Teams統合の高度なデバイス健康モニタ
中級
これはDevOps分野の自動化ワークフローで、6個のノードを含みます。主にIf, GoogleDrive, HttpRequest, ConvertToFile, MicrosoftTeamsなどのノードを使用。 Google SheetsとMS Teamsの統合を使用して機器の健康状態の問題についてアラートを送信する
前提条件
- •Google Drive API認証情報
- •ターゲットAPIの認証情報が必要な場合あり
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "CirUj0MHUPmdvfKX",
"meta": {
"instanceId": "a5c13100a5b68a9be4daa442c8f9a7f57ee72dbd3335147e7a1c40f98bc30f21",
"templateCredsSetupCompleted": true
},
"name": "Advanced Equipment Health Monitor with MS Teams Integration (n8n | API | Google Sheets)",
"tags": [],
"nodes": [
{
"id": "736d1ff8-3c90-47c7-aaff-88d8939d38f4",
"name": "HTTP リクエスト",
"type": "n8n-nodes-base.httpRequest",
"position": [
-448,
112
],
"parameters": {
"url": "https://688c83a8cd9d22dda5cd6aec.mockapi.io/temperature_n8n/equipments",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "fb624d6e-fc9a-406f-836d-9de8557d1bca",
"name": "ファイルに変換",
"type": "n8n-nodes-base.convertToFile",
"position": [
0,
0
],
"parameters": {
"options": {
"fileName": "equipment_list.xls"
},
"operation": "xls"
},
"typeVersion": 1.1
},
{
"id": "57db253d-57b4-40e4-9616-eabec25a59ac",
"name": "Upload file",
"type": "n8n-nodes-base.googleDrive",
"position": [
240,
0
],
"parameters": {
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"options": {},
"folderId": {
"__rl": true,
"mode": "list",
"value": "root",
"cachedResultName": "/ (Root folder)"
}
},
"credentials": {
"googleDriveOAuth2Api": {
"id": "g1zJbHftgJU7dGFb",
"name": "Google Drive account"
}
},
"typeVersion": 3
},
{
"id": "9cb3ac4f-151f-4152-926b-23f5961c7b0d",
"name": "Condition check for Temp and voltage",
"type": "n8n-nodes-base.if",
"position": [
-224,
112
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "504acc0c-666e-4e06-8d8e-a9016931b140",
"operator": {
"type": "number",
"operation": "gt"
},
"leftValue": "={{ $json.temp }}",
"rightValue": 60
},
{
"id": "ee25a1d3-8cf0-421c-9268-6695ed0a5416",
"operator": {
"type": "number",
"operation": "gt"
},
"leftValue": "={{ $json.voltage }}",
"rightValue": 20
}
]
}
},
"typeVersion": 2.2
},
{
"id": "03921e71-6889-4da9-9657-e066fe24a17d",
"name": "スケジュールトリガー for Every 15 Min",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-656,
112
],
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 15
}
]
}
},
"typeVersion": 1.2
},
{
"id": "4e37c01e-ba3f-4d62-9b64-cf9e2c8161f0",
"name": "Create chat message",
"type": "n8n-nodes-base.microsoftTeams",
"position": [
320,
288
],
"webhookId": "604e5014-8c2d-4235-b52e-21b8af2af2f2",
"parameters": {
"chatId": {
"__rl": true,
"mode": "list",
"value": ""
},
"message": "=",
"options": {},
"resource": "chatMessage"
},
"credentials": {
"microsoftTeamsOAuth2Api": {
"id": "x7yguIMfsth0E3CJ",
"name": "Microsoft Teams account"
}
},
"typeVersion": 2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "fa42135d-6255-44b0-9234-16e4ac02477a",
"connections": {
"HTTP Request": {
"main": [
[
{
"node": "9cb3ac4f-151f-4152-926b-23f5961c7b0d",
"type": "main",
"index": 0
}
]
]
},
"Convert to File": {
"main": [
[
{
"node": "57db253d-57b4-40e4-9616-eabec25a59ac",
"type": "main",
"index": 0
},
{
"node": "4e37c01e-ba3f-4d62-9b64-cf9e2c8161f0",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger for Every 15 Min": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"9cb3ac4f-151f-4152-926b-23f5961c7b0d": {
"main": [
[
{
"node": "Convert to File",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - DevOps
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Googleスheetsからの仕事の公開の期限切れチェックと再通知のためにHTTP Last-Modifiedを使用
Google Sheets、HTTP チェック、Gmail を使った求人情報掲載期限の自動提醒
If
Set
Code
+
If
Set
Code
19 ノードWeblineIndia
人事
API、メール、Google Driveを使って週次エネルギーコストレポートを生成する
EnergiDataService、電子メール、Google ドライブを使用して週次のエネルギー消費レポートを生成します
Code
Cron
Email Send
+
Code
Cron
Email Send
12 ノードWeblineIndia
文書抽出
スマートワークフロー保守システム
スマートAIフィルタリングとGoogle Workspace統合を備えたスマートワークフローメンテナンスシステム
If
N8n
Code
+
If
N8n
Code
42 ノードJimmy Gay
DevOps
公開説明書を自動生成する
GitHubのリリースノートを自動生成し、Slackで通知する
Set
Code
Form Trigger
+
Set
Code
Form Trigger
10 ノードWeblineIndia
DevOps
WordPressブログの自動化プロフェッショナル版(先端研究)v2.1マーケットプラグイン
GPT-4o、Perplexity AI、そして多言語対応を使ったSEO最適化ブログ作成の自動化
If
Set
Xml
+
If
Set
Xml
125 ノードDaniel Ng
コンテンツ作成
iOS環境設定同期ウィザード:.envからXcodeへ
GitHubのPRとメール通知を使ってiOS設定同期を自動化:.envからXcodeへ
Set
Code
Gmail
+
Set
Code
Gmail
12 ノードWeblineIndia
DevOps
ワークフロー情報
難易度
中級
ノード数6
カテゴリー1
ノードタイプ6
作成者
WeblineIndia
@weblineindiaA Leading Software Engineering, Consulting & Outsourcing Services Company in USA & India serving Clients Globally since 1999.
外部リンク
n8n.ioで表示 →
このワークフローを共有