매일 수분補給 알림 💧
중급
이것은Personal Productivity, Multimodal AI분야의자동화 워크플로우로, 8개의 노드를 포함합니다.주로 Set, Wait, Switch, Airtable, HttpRequest 등의 노드를 사용하며. Slack/Discord 매일 수분補給 알림 및 Airtable 반응 추적
사전 요구사항
- •Airtable API Key
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "__PLACEHOLDER_INSTANCE_ID__"
},
"name": "Daily Hydration Hug 💧",
"nodes": [
{
"id": "trigger-schedule",
"name": "매일 오전 10시 & 오후 3시",
"type": "n8n-nodes-base.scheduleTrigger",
"notes": "🕒 Schedule: Daily Wellness Nudges\n\nTriggers the workflow twice daily:\n- 10:00 AM\n- 3:00 PM\n\n🔹 Set timezone in Make settings to match your community.\n\nThis is the heartbeat of the hydration reminder system.",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1,
"notesAlignment": "top"
},
{
"id": "random-gif-picker",
"name": "랜덤 GIF 선택",
"type": "n8n-nodes-base.set",
"notes": "🖼️ Random GIF Selector\n\nRotates through a curated list of calming hydration-themed GIFs.\n\n💡 Hosted on Giphy, Imgur, or CDN.\n\nExample URLs:\n- https://media.giphy.com/.../water.gif\n- https://example.com/hug.gif\n\nYou can expand the list for seasonal variety.",
"position": [
500,
300
],
"inputNames": [
"GIFs"
],
"parameters": {},
"outputNames": [
"With GIF"
],
"notesAlignment": "top"
},
{
"id": "send-slack-message",
"name": "Slack로 전송",
"type": "n8n-nodes-base.httpRequest",
"notes": "📤 Send Message to Slack\n\nPosts a friendly hydration reminder with:\n- Soothing text\n- Random GIF (accessory)\n\n✅ Uses Slack's Block Kit for rich formatting.\n\n🔧 Replace URL with Discord webhook if needed.",
"position": [
750,
250
],
"parameters": {},
"notesAlignment": "top"
},
{
"id": "send-discord-message",
"name": "Discord로 전송",
"type": "n8n-nodes-base.httpRequest",
"notes": "📤 Send Message to Discord\n\nSends a clean, embed-based message with hydration GIF.\n\n🎨 Color: Soft blue (#2C7873 → 2899551)\n\n💡 Use only one send node (Slack OR Discord) unless routing dynamically.",
"position": [
750,
350
],
"parameters": {},
"notesAlignment": "top"
},
{
"id": "wait-24-hours",
"name": "24시간 대기",
"type": "n8n-nodes-base.wait",
"notes": "⏸️ Wait for Reactions\n\nPauses 24 hours to allow members to react with ✅.\n\n🔹 You can reduce to 12h for faster cycles.\n\n⚠️ Do not skip: needed to capture engagement.",
"position": [
1000,
300
],
"parameters": {},
"notesAlignment": "top"
},
{
"id": "fetch-reactions-slack",
"name": "Slack 반응 가져오기",
"type": "n8n-nodes-base.httpRequest",
"notes": "🔍 Fetch Slack Reactions\n\nUses Slack API to check if ✅ was added.\n\n🔐 Requires Bot Token with:\n- reactions:read\n- channels:read\n\n💡 Store message timestamp from initial post.",
"position": [
1250,
250
],
"parameters": {},
"notesAlignment": "top"
},
{
"id": "filter-yes-reactions",
"name": "✅ 반응 필터링",
"type": "n8n-nodes-base.switch",
"notes": "✅ Filter for Checkmark Reactions\n\nOnly continues if at least one ✅ (white_check_mark) was added.\n\n🔧 You can add more emoji filters (e.g., 💧, 🫶) for expanded tracking.",
"position": [
1500,
300
],
"parameters": {},
"notesAlignment": "top"
},
{
"id": "airtable-log-reaction",
"name": "Airtable에 기록",
"type": "n8n-nodes-base.airtable",
"notes": "📊 Log Reaction in Airtable\n\nSaves each ✅ reaction as a new record.\n\n🔁 Used later to generate monthly 'Hydration Heroes' leaderboard.\n\n💡 Link to user profiles or add tags for segmentation.",
"position": [
1750,
300
],
"parameters": {},
"notesAlignment": "top"
}
],
"active": false,
"pinData": {},
"settings": {
"callerPolicy": "none",
"saveDataError": "all",
"executionOrder": "parallel",
"saveDataSuccess": "all"
},
"connections": {
"send-slack-message": {
"main": [
[
{
"node": "wait-24-hours",
"type": "main",
"index": 0
}
]
]
},
"wait-24-hours": {
"main": [
[
{
"node": "fetch-reactions-slack",
"type": "main",
"index": 0
}
]
]
},
"random-gif-picker": {
"main": [
[
{
"node": "send-slack-message",
"type": "main",
"index": 0
},
{
"node": "send-discord-message",
"type": "main",
"index": 0
}
]
]
},
"send-discord-message": {
"main": [
[
{
"node": "wait-24-hours",
"type": "main",
"index": 0
}
]
]
},
"fetch-reactions-slack": {
"main": [
[
{
"node": "filter-yes-reactions",
"type": "main",
"index": 0
}
]
]
},
"filter-yes-reactions": {
"main": [
[
{
"node": "airtable-log-reaction",
"type": "main",
"index": 0
}
]
]
},
"trigger-schedule": {
"main": [
[
{
"node": "random-gif-picker",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 개인 생산성, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI 자기소개서를 사용한 직업 검색 자동화
Google Jobs, RemoteOK 및 GPT-3.5를 사용한 AI 자기소개서 포함 채용 공고 검색 자동화
If
Set
Code
+
If
Set
Code
17 노드Shelly-Ann Davy
개인 생산성
자동화된 일일 주식 시장 보고서
Bright Data, GPT-4.1, Airtable 및 Gmail을 사용한 자동화된 일일 주식 시장 보고서
Set
Wait
Switch
+
Set
Wait
Switch
27 노드Baptiste Fort
콘텐츠 제작
Airtable, OpenAI 및 Unipile을 사용한 자동화된 LinkedIn 잠재 고객 생성 및 개인 메시지 발송
Airtable, OpenAI 및 Unipile을 사용한 자동화된 LinkedIn 리드 생성 및 개인 메시지 발송
If
Set
Code
+
If
Set
Code
143 노드Ruben AI
리드 육성
Notion에서 고객 육성 이메일 및 리뷰 수집 자동 실행
Telegram을 통해 Google 캘린더 및 Notion CRM을 사용한 자동화된 회의 일정 조정
If
Set
Code
+
If
Set
Code
19 노드Shelly-Ann Davy
지원 챗봇
企业Reddit스마트参与平台
基于AI의Reddit潜在고객생성与社区관리,具备高级评分功能
If
Code
Wait
+
If
Code
Wait
52 노드Shelly-Ann Davy
GPT-4와 Airtable을 사용한 작업 기록 및 백업 워크플로 자동화
GPT-4와 Airtable로 워크플로우 자동 기록 및 백업
If
N8n
Set
+
If
N8n
Set
38 노드Guillaume Duvernay
AI 요약
워크플로우 정보
난이도
중급
노드 수8
카테고리2
노드 유형6
저자
Shelly-Ann Davy
@SheCodesFlowFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유