KlickTipp에서 Gmail 자동화: 트랜잭션 이메일 전송
중급
이것은Miscellaneous, Multimodal AI분야의자동화 워크플로우로, 10개의 노드를 포함합니다.주로 Html, Gmail, Klicktipp, KlicktippTrigger 등의 노드를 사용하며. KlickTipp에서 Gmail 자동화: 트랜잭션 이메일 발송
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
사용된 노드 (10)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "F86WEBBC9zuow0d8",
"meta": {
"instanceId": "95b3ab5a70ab1c8c1906357a367f1b236ef12a1409406fd992f60255f0f95f85",
"templateCredsSetupCompleted": true
},
"name": "Automated KlickTipp to Gmail: Send Transactional Emails",
"tags": [],
"nodes": [
{
"id": "9ecd589a-9151-4a27-96e7-2fdffc436155",
"name": "이메일 전송 상태: 발송됨",
"type": "n8n-nodes-klicktipp.klicktipp",
"notes": "This node updates the contact in KlickTipp with the email delivery status (\"Sent\") and stores the HTML body of the message.",
"position": [
800,
-96
],
"parameters": {
"fields": {
"dataFields": [
{
"fieldId": "field222442",
"fieldValue": "Sent"
},
{
"fieldId": "field222482",
"fieldValue": "={{ $('Generate HTML template').item.json.html }}"
}
]
},
"resource": "subscriber",
"operation": "update",
"lookupEmail": "={{ $('Recieve the data from KlickTipp').item.json.email }}"
},
"credentials": {
"klickTippApi": {
"id": "K9JyBdCM4SZc1cXl",
"name": "DEMO KlickTipp account"
}
},
"typeVersion": 3
},
{
"id": "26569378-7755-4ef5-acba-56e38d3035de",
"name": "이메일 전송 상태: 실패",
"type": "n8n-nodes-klicktipp.klicktipp",
"notes": "This node updates the contact in KlickTipp with the email delivery status (\"Failed\") and stores the HTML body of the message.",
"position": [
800,
80
],
"parameters": {
"fields": {
"dataFields": [
{
"fieldId": "field222442",
"fieldValue": "Failed"
},
{
"fieldId": "field222482",
"fieldValue": "={{ $('Generate HTML template').item.json.html }}"
}
]
},
"resource": "subscriber",
"operation": "update",
"lookupEmail": "={{ $('Recieve the data from KlickTipp').item.json.email }}"
},
"credentials": {
"klickTippApi": {
"id": "K9JyBdCM4SZc1cXl",
"name": "DEMO KlickTipp account"
}
},
"typeVersion": 3
},
{
"id": "4eb8b64e-5125-4180-b228-8d30a7fc4b1d",
"name": "스티커 메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-128,
-96
],
"parameters": {
"color": 7,
"height": 288,
"content": "## 1. Get data."
},
"typeVersion": 1
},
{
"id": "84bbe8d3-4554-474b-a9e6-9e9e046f3ba1",
"name": "스티커 메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
128,
-96
],
"parameters": {
"color": 7,
"width": 304,
"height": 288,
"content": "## 2. Create an email body."
},
"typeVersion": 1
},
{
"id": "8a709ea0-9b4e-477f-ae26-221350072e6c",
"name": "스티커 메모2",
"type": "n8n-nodes-base.stickyNote",
"position": [
448,
-96
],
"parameters": {
"color": 7,
"height": 288,
"content": "## 3. Send an email."
},
"typeVersion": 1
},
{
"id": "32b28c8c-3bdc-420c-8518-fb943396f89b",
"name": "스티커 메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
704,
-160
],
"parameters": {
"color": 7,
"width": 384,
"height": 432,
"content": "## 4. Update email delivery status."
},
"typeVersion": 1
},
{
"id": "c868cb98-b306-4291-933d-3a2bf95938a2",
"name": "스티커 메모4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-720,
-160
],
"parameters": {
"width": 580,
"height": 1528,
"content": "Community Node Disclaimer: This workflow uses KlickTipp community nodes.\n\n\n### How It Works\n\n**Automate transactional emails from KlickTipp to Gmail** \nThis workflow receives contact data from a KlickTipp Outbound rule, generates a personalized HTML email, and sends it via Gmail. Key fields (e.g., first name, company, website, phone, or other custom fields) are dynamically mapped into the body. After sending, the workflow saves the email’s HTML content and writes back an Email delivery status (“Sent” or “Failed”) to the contact in KlickTipp for clear visibility.\n\n### Key Features\n\n**KlickTipp Outbound Trigger**\n- Starts when a KlickTipp Outbound rule calls the webhook (e.g., after a tag is applied).\n- Accepts payload with recipient email and optional custom fields (first name, company, website, phone, etc.).\n- Easy to adapt for confirmations, updates, welcomes, and announcements.\n\n**HTML Email Composer**\n- Builds a clean, brandable HTML template with safe fallbacks.\n- Supports per-contact personalization via mapped fields.\n\n**Gmail Delivery**\n- Sends via Gmail (OAuth) with From/Reply-To, Subject, and HTML body.\n- Supports CC/BCC and attachments if needed.\n\n**Delivery Status Write-Back**\n- On success: updates a KlickTipp custom field (e.g., **Email delivery status = Sent**).\n- On error: updates the same field to **Failed** (error details available in execution logs).\n\n### Setup Instructions\n\n**Install and Configure Nodes**\n- Add/enable KlickTipp community nodes and authenticate with valid API credentials.\n- Create/authorize a **Gmail** credential (OAuth) and select it in the **Send an email** node.\n- Paste/import your HTML into the **Generate HTML template** node.\n- Activate the workflow.\n\n### Workflow Logic\n1. **Trigger from KlickTipp:** Outbound sends contact data to the workflow.\n2. **Generate HTML:** Build personalized HTML (and optional plain-text).\n3. **Send via Gmail:** Deliver the message with the Gmail node.\n4. **On Success:** Update KlickTipp contact → **Email delivery status: Sent**.\n5. **On Error:** Update KlickTipp contact → **Email delivery status: Failed** (see logs for details).\n\n### Benefits\n- **Immediate, personalized communication** without manual steps.\n- **Consistent branding** with reusable HTML templates.\n- **Clear observability** by writing back delivery status to KlickTipp.\n- **Flexible & extensible** for many message types beyond payments.\n\n### Testing and Deployment\n- Tag a test contact in KlickTipp to trigger the Outbound rule.\n- Verify the Gmail email arrives with correct personalization.\n- Confirm the **Email delivery status** field updates to **Sent** (or **Failed** for negative tests).\n- Review execution logs and adjust field mappings if necessary.\n\n### Notes\n- **Customization:** Swap templates, add CC/BCC, attachments, or a plain-text part for deliverability."
},
"typeVersion": 1
},
{
"id": "2f1cb57b-3fdd-4009-b98d-50f9f2a66a41",
"name": "HTML 템플릿 생성",
"type": "n8n-nodes-base.html",
"notes": "This node generates the HTML layout for the email body (including styling and structure) that will be used in the outgoing message.",
"position": [
192,
0
],
"parameters": {
"html": "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"UTF-8\">\n <title>Thank You</title>\n <style>\n body {\n margin: 0;\n padding: 16px;\n font-family: Arial, Helvetica, sans-serif;\n font-size: 14px;\n color: #111111;\n background: #f5f5f5;\n }\n\n /* Layout */\n .wrapper {\n max-width: 600px;\n margin: 0 auto;\n background: #ffffff;\n padding: 20px;\n border-radius: 6px;\n box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\n }\n\n /* Typography */\n h2.title {\n margin: 0 0 12px 0;\n font-size: 20px;\n font-weight: bold;\n color: #2c3e50;\n }\n\n p {\n margin: 0 0 10px 0;\n }\n\n /* Links */\n a {\n color: #1155cc;\n text-decoration: underline;\n }\n\n /* Contact block */\n .contact-info {\n margin: 15px 0;\n }\n\n .footer {\n margin-top: 20px;\n }\n </style>\n</head>\n<body>\n <div class=\"wrapper\">\n <h2 class=\"title\">Thank you for using KlickTipp!</h2>\n\n <p>Hello {{ $json.CustomFieldFirstName || 'there' }},</p>\n <p>We appreciate your trust in KlickTipp. Your account details have been updated successfully.</p>\n\n <div class=\"contact-info\">\n <p><strong>Website:</strong> <a href=\"{{ $json.fieldWebsite }}\">{{ $json.CustomFieldWebsite }}</a></p>\n <p><strong>Phone:</strong> {{ $json.CustomFieldPhone }}</p>\n </div>\n\n <p>If you have any questions, feel free to reply to this email — we’re here to help!</p>\n\n <p class=\"footer\">Best regards,<br>The KlickTipp Team</p>\n </div>\n</body>\n</html>"
},
"typeVersion": 1.2
},
{
"id": "19f20661-4d76-4f69-9047-592877aa1ccd",
"name": "KlickTipp에서 데이터 수신",
"type": "n8n-nodes-klicktipp.klicktippTrigger",
"notes": "This node listens for KlickTipp outbound events and triggers the workflow when data is sent.",
"position": [
-64,
0
],
"webhookId": "5fc3c4e7-1958-40bd-9dfe-0793d8e6bc0e",
"parameters": {},
"credentials": {
"klickTippApi": {
"id": "K9JyBdCM4SZc1cXl",
"name": "DEMO KlickTipp account"
}
},
"typeVersion": 1
},
{
"id": "d1ff857e-92bf-4136-a436-b226c648c9d1",
"name": "이메일 발송",
"type": "n8n-nodes-base.gmail",
"notes": "This node sends the generated HTML email to the contact's email address retrieved from KlickTipp.",
"onError": "continueErrorOutput",
"position": [
512,
0
],
"webhookId": "dd1be801-424b-4bba-b923-250aff53e95e",
"parameters": {
"sendTo": "={{ $('Recieve the data from KlickTipp').item.json.email }}",
"message": "={{ $json.html }}",
"options": {
"senderName": "KlickTipp team",
"appendAttribution": false
},
"subject": "Thank you!"
},
"credentials": {
"gmailOAuth2": {
"id": "sHa4x4SLQL195FUJ",
"name": "Invalid credentials"
}
},
"notesInFlow": false,
"retryOnFail": false,
"typeVersion": 2.1,
"alwaysOutputData": false
}
],
"active": true,
"pinData": {
"Recieve the data from KlickTipp": [
{
"json": {
"email": "example@gmail.com",
"CustomFieldPhone": "123456789",
"CustomFieldWebsite": "https://awesome-website.com",
"CustomFieldFirstName": "John"
}
}
]
},
"settings": {
"executionOrder": "v1"
},
"versionId": "2710b3dc-5a0f-48d4-9541-04dbb1fea53c",
"connections": {
"d1ff857e-92bf-4136-a436-b226c648c9d1": {
"main": [
[
{
"node": "9ecd589a-9151-4a27-96e7-2fdffc436155",
"type": "main",
"index": 0
}
],
[
{
"node": "26569378-7755-4ef5-acba-56e38d3035de",
"type": "main",
"index": 0
}
]
]
},
"2f1cb57b-3fdd-4009-b98d-50f9f2a66a41": {
"main": [
[
{
"node": "d1ff857e-92bf-4136-a436-b226c648c9d1",
"type": "main",
"index": 0
}
]
]
},
"19f20661-4d76-4f69-9047-592877aa1ccd": {
"main": [
[
{
"node": "2f1cb57b-3fdd-4009-b98d-50f9f2a66a41",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 기타, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
참여도 기반 Zoom 참가자 세분화 자동화 및 KlickTipp 입력
참여도 기반 Zoom 참가자 세분화를 KlickTipp로 자동화
Klicktipp
If
Set
+
Klicktipp
If
Set
22 노드KlickTipp
콘텐츠 제작
AI 최신 24시간 업데이트
Perplexity AI와 Gmail 자동화된 일일 AI 뉴스 요약
Html
Gmail
Perplexity
+
Html
Gmail
Perplexity
8 노드Yashraj singh sisodiya
기타
자동 Instagram 잠재 고객 정보 보강
AI 인사이트와 KlickTipp CRM 통합을 사용한 Instagram 리드 정보 자동 풍부화
Switch
Http Request
Google Sheets
+
Switch
Http Request
Google Sheets
22 노드KlickTipp
리드 생성
경쟁사 콘텐츠 격차 분석기: 자동화된 웹사이트 주제 매핑
Gemini AI, Apify, Google Sheets를 사용한 경쟁사 콘텐츠 격차 분석
If
Set
Code
+
If
Set
Code
30 노드Mychel Garzon
기타
Nano Banana로 이미지 편집
Nano Banana로 Google Drive 내 이미지 자동 편집 후 Gmail 전송
If
Wait
Gmail
+
If
Wait
Gmail
12 노드Automate With Marc
기타
Gemini 2.5 Pro AI 분류를 사용한 Gmail 메일 자동 태깅
Gemini 2.5 Pro AI 분류를 사용하여 Gmail 메일 자동 라벨링
Set
Code
Gmail
+
Set
Code
Gmail
9 노드Aryan Shinde
기타
워크플로우 정보
난이도
중급
노드 수10
카테고리2
노드 유형5
저자
KlickTipp
@KlickTippReach more people. 100% GDPR compliant. Quickly create automated email campaigns, SMS and marketing automations. Market your knowledge independently of Google & Co., sell lucrative products and activate your customers.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유