Mailchimp 및 Gmail을 통한 환영 이메일 및 할인 코드 발송 자동화
중급
이것은Social Media, Multimodal AI분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 Gmail, Webhook, Mailchimp 등의 노드를 사용하며. Mailchimp와 Gmail을 통한 환영 이메일 및 할인코드 전송 자동화
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
사용된 노드 (7)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "cbbe3d07d282d90d2165a7ab7800571be416166e6eb660e7a28cfe9b84473f49",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "1363ffcf-aa23-436a-8c53-0a3fbc096cfa",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-352,
-32
],
"webhookId": "b3d366be-bffc-4d2d-a465-db487976ada0",
"parameters": {
"path": "b3d366be-bffc-4d2d-a465-db487976ada0",
"options": {},
"httpMethod": "POST",
"responseMode": "lastNode"
},
"typeVersion": 2.1
},
{
"id": "36da0cb5-4135-4289-bfd9-2ceb81aea84a",
"name": "회원 생성",
"type": "n8n-nodes-base.mailchimp",
"onError": "continueRegularOutput",
"position": [
-128,
-32
],
"parameters": {
"list": "YOUR_MAILCHIMP_LIST_ID ",
"email": "={{ $json.body.email }}",
"status": "subscribed",
"options": {},
"mergeFieldsUi": {
"mergeFieldsValues": [
{
"name": "FNAME",
"value": "={{ $json.body.name }}"
}
]
}
},
"credentials": {
"mailchimpApi": {
"id": "t9AnVp15cqDkacCi",
"name": "Mailchimp account"
}
},
"retryOnFail": false,
"typeVersion": 1,
"alwaysOutputData": false
},
{
"id": "6370189c-3288-4e4a-8c91-cfe831fc96b1",
"name": "메시지 발송",
"type": "n8n-nodes-base.gmail",
"position": [
96,
-32
],
"webhookId": "c28c4c93-f099-407e-aec7-dcb7ca5c7fb7",
"parameters": {
"sendTo": "={{ $('Webhook').item.json.body.email }}",
"message": "=<!DOCTYPE html> <html> <body style=\"font-family: Arial, sans-serif; max-width: 600px; margin: 0 auto;\"> <div style=\"background-color: #f8f9fa; padding: 20px; text-align: center;\"> <h1 style=\"color: #333;\">Welcome to [Your Business Name]!</h1> <p style=\"font-size: 18px; color: #666;\"> Hi {{ $node[\"Webhook\"].json[\"name\"] || \"there\" }}, </p> <p style=\"font-size: 16px; color: #666; line-height: 1.6;\"> Thank you for joining our community! We're excited to have you on board. </p> <div style=\"background-color: #007bff; color: white; padding: 20px; margin: 20px 0; border-radius: 8px;\"> <h2 style=\"margin: 0;\">Your Welcome Gift!</h2> <p style=\"font-size: 24px; font-weight: bold; margin: 10px 0;\"> WELCOME15 </p> <p style=\"margin: 0;\">Use this code for 15% off your first order</p> </div> <a href=\"https://your-website.com/shop\" style=\"background-color: #28a745; color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; display: inline-block; margin: 20px 0;\"> Start Shopping </a> <p style=\"font-size: 14px; color: #999; margin-top: 30px;\"> Follow us on social media for the latest updates and offers! </p> <div style=\"margin-top: 20px;\"> <a href=\"https://facebook.com/yourpage\" style=\"margin: 0 10px;\">Facebook</a> <a href=\"https://instagram.com/yourpage\" style=\"margin: 0 10px;\">Instagram</a> <a href=\"https://twitter.com/yourpage\" style=\"margin: 0 10px;\">Twitter</a> </div> </div> </body> </html>",
"options": {},
"subject": "Welcome to Berley! Here's your 15% discount 🎉"
},
"credentials": {
"gmailOAuth2": {
"id": "VI8hpbWunRMMvR6a",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "36131d9d-d138-4955-ae74-40b765851aef",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-864,
-240
],
"parameters": {
"width": 304,
"height": 1136,
"content": "## 📧 Automated Welcome Email with Discount Code\n\n### 🎯 What This Does\nAutomatically nurtures new subscribers with personalized welcome emails and discount codes:\n - **Instant response** to website signup forms via webhook\n - **Mailchimp integration** adds contacts to your email list\n - **Branded welcome email** with personalized discount code\n - **Error handling** ensures emails send even if list addition fails\n\n### ⚡ How It Works\n 1. Website form submits data to webhook endpoint\n 2. Contact automatically added to Mailchimp audience\n 3. Personalized welcome email sent via Gmail\n 4. Subscriber gets immediate value with discount code\n\n### 🛠️ Setup Required\n**Before using this workflow:**\n 1. Replace YOUR_MAILCHIMP_LIST_ID with your actual Mailchimp list ID\n 2. Update email template with your business name and branding\n 3. Change discount code and shop URL to your own\n 4. Add your website form endpoint to trigger the webhook\n 5. Configure Mailchimp and Gmail credentials\n\n### 💡 Perfect For\n - E-commerce businesses building customer lists\n - SaaS companies onboarding trial users\n - Course creators nurturing leads\n - Service providers automating client intake"
},
"typeVersion": 1
},
{
"id": "244bd91b-1dc0-4b0c-8771-4c7da2ebf0f9",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-448,
-192
],
"parameters": {
"color": 6,
"height": 336,
"content": "#### Step 1: Receive Signup Data\n\nWebhook receives form submissions from your website."
},
"typeVersion": 1
},
{
"id": "6768e505-ed3e-4462-8fc3-2825580d9cbc",
"name": "스티키 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-192,
-192
],
"parameters": {
"color": 3,
"height": 336,
"content": "#### Step 2: Add to Email List\n\nAutomatically adds subscriber to your Mailchimp audience."
},
"typeVersion": 1
},
{
"id": "de85be05-732e-4ab9-b12f-5c35dee75a96",
"name": "스티키 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
64,
-192
],
"parameters": {
"color": 4,
"height": 336,
"content": "#### Step 3: Send Welcome Email\n\nSends branded welcome email with personalized discount code."
},
"typeVersion": 1
}
],
"pinData": {
"Webhook": [
{
"body": {
"name": "Bideen",
"email": "abideen.datascienceofficial@gmail.com",
"source": "website",
"timestamp": "2025-08-23T20:12:07.935Z"
},
"query": {},
"params": {},
"headers": {
"host": "primary-production-a4a8.up.railway.app",
"accept": "*/*",
"origin": "https://a7b923f7-55b0-4612-98a3-bec7fe294375.sandbox.lovable.dev",
"referer": "https://a7b923f7-55b0-4612-98a3-bec7fe294375.sandbox.lovable.dev/",
"priority": "u=1, i",
"sec-ch-ua": "\"Not;A=Brand\";v=\"99\", \"Microsoft Edge\";v=\"139\", \"Chromium\";v=\"139\"",
"x-real-ip": "102.88.52.28",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0",
"content-type": "application/json",
"content-length": "123",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "cross-site",
"x-railway-edge": "railway/europe-west4-drams3a",
"accept-encoding": "gzip, deflate, br, zstd",
"accept-language": "en-US,en;q=0.9,en-GB;q=0.8",
"x-forwarded-for": "102.88.52.28",
"x-request-start": "1755979928499",
"sec-ch-ua-mobile": "?0",
"x-forwarded-host": "primary-production-a4a8.up.railway.app",
"x-forwarded-proto": "https",
"sec-ch-ua-platform": "\"Windows\"",
"x-railway-request-id": "NJw37UqQQF-nnduU5nX1uw"
},
"webhookUrl": "https://primary-production-a4a8.up.railway.app/webhook-test/b3d366be-bffc-4d2d-a465-db487976ada0",
"executionMode": "test"
}
]
},
"connections": {
"1363ffcf-aa23-436a-8c53-0a3fbc096cfa": {
"main": [
[
{
"node": "36da0cb5-4135-4289-bfd9-2ceb81aea84a",
"type": "main",
"index": 0
}
]
]
},
"36da0cb5-4135-4289-bfd9-2ceb81aea84a": {
"main": [
[
{
"node": "6370189c-3288-4e4a-8c91-cfe831fc96b1",
"type": "main",
"index": 0
}
],
[]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 소셜 미디어, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
받은편지함 관리 에이전트
GPT-5 분류를 사용하여 Gmail 이메일 자동 라벨링
Gmail
Gmail Trigger
Lm Chat Open Ai
+
Gmail
Gmail Trigger
Lm Chat Open Ai
8 노드Abideen Bello
AI 요약
Claude, GPT-4o 및 OpenAI TTS를 사용하여 뉴스 제목을 오디오 뉴스 요약으로 변환
Claude, GPT-4o 및 OpenAI TTS를 사용하여 뉴스 제목을 오디오 뉴스 요약으로 변환
Gmail
Split Out
Aggregate
+
Gmail
Split Out
Aggregate
18 노드Abideen Bello
콘텐츠 제작
HubSpot 연락처와 SharePoint에 AI 작성된 뉴스레터와 자료 생성
GPT-4o, AI 이미지, 비디오를 통해 HubSpot과 SharePoint으로 양어 뉴스 레이터 생성
If
Set
Code
+
If
Set
Code
49 노드plemeo
소셜 미디어
소셜 댓글 에이전트
Claude Sonnet 및 Trigify 기반 AI 소셜 미디어 생각 리더십 시스템
If
Set
Slack
+
If
Set
Slack
14 노드Max Mitcham
소셜 미디어
비디오 및 이미지 게시 - 새로운 Blotato 노드
Blotato 및 Airtable을 사용하여 콘텐츠를 9개 소셜 플랫폼에 자동 게시
Set
Code
Wait
+
Set
Code
Wait
51 노드Max aka Mosheh
소셜 미디어
이커머스 생일 할인 자동화
Google 시트와 Gmail을 사용한 이커머스 생일 할인 이메일 자동화
If
Gmail
Function
+
If
Gmail
Function
7 노드Marth
소셜 미디어
워크플로우 정보
난이도
중급
노드 수7
카테고리2
노드 유형4
저자
Abideen Bello
@bideenData/Automation consultant with experience helping Sales & Marketing teams to streamline their processes. Use my link to book an initial consultation for custom n8n work.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유