WhatsApp 비즈니스 메시지 자동 미디어 다운로드 (HTTP 스토리지)
중급
이것은Building Blocks, Marketing분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 WhatsApp, HttpRequest, WhatsAppTrigger 등의 노드를 사용하며. WhatsApp 비즈니스 메시지에서 미디어 파일 HTTP 스토리지 자동 다운로드
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "4e229722e6c43a4914d2d66178b48335adf795d73afbee5b0ea0c52938ef4d8e",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "a24e0949-dcf6-48d4-8b9e-ce201e8b87d8",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2380,
-400
],
"parameters": {
"width": 320,
"height": 240,
"content": "This note indicates that the workflow triggers when a new WhatsApp message with media is received."
},
"typeVersion": 1
},
{
"id": "f513cc8b-89d3-4481-b7fa-ac9d33ba8562",
"name": "메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1980,
-400
],
"parameters": {
"width": 320,
"height": 240,
"content": "This note explains that the media ID is used to retrieve a private URL for downloading the media."
},
"typeVersion": 1
},
{
"id": "3bae6af6-8858-4da4-ab2c-846a2c3e0ffe",
"name": "메모2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1600,
-400
],
"parameters": {
"width": 320,
"height": 240,
"content": "This note highlights that the media file is downloaded using the retrieved private URL."
},
"typeVersion": 1
},
{
"id": "f694abd7-dacf-41a7-82aa-157bfcf54f83",
"name": "WhatsApp 미디어 트리거",
"type": "n8n-nodes-base.whatsAppTrigger",
"position": [
-2280,
-320
],
"webhookId": "864469fd-2008-445c-83fe-852dac2b236a",
"parameters": {
"options": {},
"updates": [
"messages"
]
},
"credentials": {
"whatsAppTriggerApi": {
"id": "a41n62XWot5Pm1XE",
"name": "WhatsApp OAuth account"
}
},
"typeVersion": 1
},
{
"id": "33e74a92-4475-470d-8003-7631ea0b706f",
"name": "미디어 다운로드 URL 가져오기",
"type": "n8n-nodes-base.whatsApp",
"position": [
-1880,
-320
],
"webhookId": "b052dd6a-55b8-4195-a64e-c0088b7419cc",
"parameters": {
"resource": "media",
"operation": "mediaUrlGet",
"mediaGetId": "={{ $json.messages[0].image.id }}"
},
"credentials": {
"whatsAppApi": {
"id": "yVJyvYLlRszyE5sV",
"name": "WhatsApp account"
}
},
"typeVersion": 1
},
{
"id": "5e9b09e8-b9d2-4571-a897-d49d32a68c3c",
"name": "미디어 파일 다운로드",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1500,
-320
],
"parameters": {
"url": "={{ $json.url }}",
"options": {
"response": {
"response": {}
}
},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpBearerAuth": {
"id": "Ihwbk0P1mYkOZZlr",
"name": "Whatsapp APi Token"
},
"httpHeaderAuth": {
"id": "Rymur2oAzX9lewU9",
"name": "Whatsapp API Token"
}
},
"typeVersion": 4.2
}
],
"pinData": {},
"connections": {
"f694abd7-dacf-41a7-82aa-157bfcf54f83": {
"main": [
[
{
"node": "33e74a92-4475-470d-8003-7631ea0b706f",
"type": "main",
"index": 0
}
]
]
},
"33e74a92-4475-470d-8003-7631ea0b706f": {
"main": [
[
{
"node": "5e9b09e8-b9d2-4571-a897-d49d32a68c3c",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 빌딩 블록, 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Slack에서 WhatsApp 채팅을 중앙 관리
Slack에서 WhatsApp 채팅을 중앙 관리
Slack
Filter
Switch
+
Slack
Filter
Switch
20 노드Usman Liaqat
지원
Claude AI, DALL-E 이미지 및 Google Sheets 승인을 통한 LinkedIn 게시물 자동화
Claude AI, DALL-E 이미지 및 Google Sheets 승인을 사용한 자동화된 LinkedIn 게시
Set
Code
Wait
+
Set
Code
Wait
28 노드Usman Liaqat
인공지능
WA-로봇-모듈-설문조사-v1-데이터베이스-판매-완전판
Postgres에서 WhatsApp 설문 조사 응답("Anketa" 모듈)을 수집합니다.
If
Set
Switch
+
If
Set
Switch
32 노드Andrew
영업
Slack 메시지에서 미디어 파일 다운로드
Slack 메시지에서 미디어 파일 다운로드
Http Request
Slack Trigger
Http Request
Slack Trigger
4 노드Usman Liaqat
빌딩 블록
텍스트, 음성, 이미지 및 PDF를 지원하는 AI 기반 WhatsApp 챗봇(RAG)
텍스트, 음성, 이미지 및 PDF 지원 AI 기반 WhatsApp 챗봇(RAG)
Set
Code
Switch
+
Set
Code
Switch
35 노드NovaNode
엔지니어링
첫 번째 WhatsApp 채팅 로봇 구축
WhatsApp 채팅 로봇을 최초로 구축
Switch
Whats App
Http Request
+
Switch
Whats App
Http Request
28 노드Jimleuk
영업