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": "파일 업로드",
"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": "온도 및 전압 조건 확인",
"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": "15분마다 예약 트리거",
"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": "채팅 메시지 생성",
"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": {
"736d1ff8-3c90-47c7-aaff-88d8939d38f4": {
"main": [
[
{
"node": "9cb3ac4f-151f-4152-926b-23f5961c7b0d",
"type": "main",
"index": 0
}
]
]
},
"fb624d6e-fc9a-406f-836d-9de8557d1bca": {
"main": [
[
{
"node": "57db253d-57b4-40e4-9616-eabec25a59ac",
"type": "main",
"index": 0
},
{
"node": "4e37c01e-ba3f-4d62-9b64-cf9e2c8161f0",
"type": "main",
"index": 0
}
]
]
},
"03921e71-6889-4da9-9657-e066fe24a17d": {
"main": [
[
{
"node": "736d1ff8-3c90-47c7-aaff-88d8939d38f4",
"type": "main",
"index": 0
}
]
]
},
"9cb3ac4f-151f-4152-926b-23f5961c7b0d": {
"main": [
[
{
"node": "fb624d6e-fc9a-406f-836d-9de8557d1bca",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 데브옵스
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
HTTP Last-Modified 확인을 사용하여 Google Sheets에서 채용 공고 만료 및 새로고침 알림 가져오기
Google Sheets, HTTP 확인 및 Gmail을 통한 채용 공고 만료 알림 자동화
If
Set
Code
+
If
Set
Code
19 노드WeblineIndia
인사
API, 이메일, Google Drive를 사용하여 주간 에너지 소비 보고서 생성
EnergiDataService, 이메일, Google Drive를 사용하여 주간 에너지 소비 보고서 생성
Code
Cron
Email Send
+
Code
Cron
Email Send
12 노드WeblineIndia
문서 추출
지능형 워크플로우 유지보수 시스템
지능형 AI 필터링과 Google Workspace 통합을 지원하는 지능형 워크플로우 유지보수 시스템
If
N8n
Code
+
If
N8n
Code
42 노드Jimmy Gay
데브옵스
자동 생성 릴리스 노트
GitHub 릴리스 노트 자동 생성 및 Slack 알림
Set
Code
Form Trigger
+
Set
Code
Form Trigger
10 노드WeblineIndia
데브옵스
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
데브옵스
워크플로우 정보
난이도
중급
노드 수6
카테고리1
노드 유형6
저자
WeblineIndia
@weblineindiaA Leading Software Engineering, Consulting & Outsourcing Services Company in USA & India serving Clients Globally since 1999.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유