筛选된 Gmail 알림을 Telegram 채팅으로 전달
초급
이것은Support, IT Ops분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 If, Telegram, GmailTrigger 등의 노드를 사용하며. 필터된 Gmail 알림을 Telegram 채팅으로 전달
사전 요구사항
- •Telegram Bot Token
- •Google 계정 및 Gmail API 인증 정보
사용된 노드 (5)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "AvXlqUiuc1qJSwxf",
"meta": {
"instanceId": "14e4c77104722ab186539dfea5182e419aecc83d85963fe13f6de862c875ebfa"
},
"name": "Forward Filtered Gmail Notifications to Telegram Chat",
"tags": [],
"nodes": [
{
"id": "99441348-1d5d-459f-961f-48bd593144f2",
"name": "스티커 메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-60,
0
],
"parameters": {
"color": 4,
"width": 1000,
"height": 300,
"content": "# Forward Filtered Gmail Notifications to Telegram Chat\n"
},
"typeVersion": 1
},
{
"id": "eadf565c-e753-4682-a8c2-6bc630a30a27",
"name": "스티커 메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-60,
320
],
"parameters": {
"color": 4,
"width": 1000,
"height": 200,
"content": "## Description :\n### This n8n workflow automatically forwards incoming Gmail emails to a Telegram chat only if the email subject contains specific keywords (like \"Urgent\" or \"Server Down\"). The workflow extracts key details such as the sender, subject, and message body, and sends them as a formatted message to a specified Telegram chat. This is useful for real-time notifications, security alerts, or monitoring important emails directly from Telegram — filtering out unnecessary emails."
},
"typeVersion": 1
},
{
"id": "bb2a78d7-91ba-4e8c-a9f1-af270a50bd8f",
"name": "수신 이메일 모니터",
"type": "n8n-nodes-base.gmailTrigger",
"position": [
20,
100
],
"parameters": {
"filters": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"credentials": {
"gmailOAuth2": {
"id": "5V09QSJCeHoQoKUp",
"name": "SM MaryP (Gmail)"
}
},
"notesInFlow": false,
"typeVersion": 1.2
},
{
"id": "addffc7b-ef58-4fb5-9275-3db6fd84f4c0",
"name": "이메일 유효성 검사",
"type": "n8n-nodes-base.if",
"position": [
340,
100
],
"parameters": {
"options": {
"ignoreCase": false
},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "or",
"conditions": [
{
"id": "2496d01f-dbd5-4e23-84c3-f78decb87697",
"operator": {
"type": "string",
"operation": "contains"
},
"leftValue": "={{ $json.Subject }}",
"rightValue": "Urgent"
},
{
"id": "274e9e05-5c74-487e-851d-0ca62210cb99",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.Subject }}",
"rightValue": "Server Down"
}
]
},
"looseTypeValidation": true
},
"typeVersion": 2.2
},
{
"id": "e87d46b6-efc6-466f-a708-bfbf34bf001b",
"name": "Telegram 메시지 전송",
"type": "n8n-nodes-base.telegram",
"position": [
700,
80
],
"webhookId": "c8f1d16f-b698-4af9-a795-9aaa277c2bf6",
"parameters": {
"text": "=From : {{ $json.From }}\nSubject :{{ $json.Subject }}\nMessage : {{ $json.snippet }}\n",
"additionalFields": {
"appendAttribution": false
}
},
"notesInFlow": false,
"typeVersion": 1.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "caf5eedb-4c6b-4bfa-9a0a-2d868291a83c",
"connections": {
"addffc7b-ef58-4fb5-9275-3db6fd84f4c0": {
"main": [
[
{
"node": "e87d46b6-efc6-466f-a708-bfbf34bf001b",
"type": "main",
"index": 0
}
]
]
},
"bb2a78d7-91ba-4e8c-a9f1-af270a50bd8f": {
"main": [
[
{
"node": "addffc7b-ef58-4fb5-9275-3db6fd84f4c0",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 지원, IT 운영
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI이메일分诊与GPT-4警报系统及Telegram알림
AI이메일分诊与GPT-4警报系统及Telegram알림
If
Set
Gmail
+
If
Set
Gmail
104 노드Peter Joslyn
지원
텔레그램과 Pgvector를 사용하여 의미와 구조화된 RAG 기반 이메일 챗봇
Telegram, Mistral, Pgvector의 RAG 기술을 사용하여 이메일 이력과 대화합니다.
If
Set
Code
+
If
Set
Code
20 노드Alfonso Corretti
지원
Gmail에서 벡터 임베딩과 PGVector, Ollama
PGVector와 Ollama를 사용한 Gmail 벡터 임베딩
If
Set
Code
+
If
Set
Code
20 노드Alfonso Corretti
지원
Noco 칸반과 AI 우선순위 지정
AI를 사용하여 요청 할당 및 NocoDB 칸반 상태에 따른 알림 전송
If
Set
Slack
+
If
Set
Slack
27 노드Łukasz
지원
고급 예약 예약 AI 어시스턴트
GPT-4, VAPI.ai 및 GHL을 사용한 AI 전화 예약 및 CRM 업데이트 자동화
If
Webhook
Email Send
+
If
Webhook
Email Send
23 노드Sam Yassine
지원
WhatsApp 도우미 AI 에이전트 소규모 기업
Groq 대형 언어 모델 및 대화 메모리 기반 WhatsApp 자동 응답
If
Whats App
Agent
+
If
Whats App
Agent
13 노드Ghufran Ridhawi
지원
워크플로우 정보
난이도
초급
노드 수5
카테고리2
노드 유형4
저자
WeblineIndia
@weblineindiaA Leading Software Engineering, Consulting & Outsourcing Services Company in USA & India serving Clients Globally since 1999.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유