PDFMonkey 콜백 응답
초급
이것은Other분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 If, Webhook, HttpRequest 등의 노드를 사용하며. PDFMonkey를 사용한 PDF 생성 후 작업 자동화
사전 요구사항
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •대상 API의 인증 정보가 필요할 수 있음
사용된 노드 (4)
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "s6nTFZfg6xjWyJRX",
"meta": {
"instanceId": "4b761cc6ed5ba54435cd56551f1d8f4e82e89d5a18fc96f22d0649b94ad18c78",
"templateCredsSetupCompleted": true
},
"name": "React to PDFMonkey Callback",
"tags": [],
"nodes": [
{
"id": "bca61663-2317-4f5a-8117-e417ab9ffcb1",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
-380
],
"parameters": {
"width": 860,
"height": 500,
"content": "# React to PDFMonkey Callback\nWhen a PDF is generated by PDFMonkey, retrieve the PDF file and use it as needed.\n\n### Configuration\nCopy the webhook URL and add it to your PDFMonkey Webhooks dashboard ([PDFMonkey Webhooks](https://dashboard.pdfmonkey.io/webhooks)) to define your N8N callback URL in your PDFMonkey account.\n\nFor more information, visit: [PDFMonkey Webhooks Documentation](https://docs.pdfmonkey.io/pdfmonkey-features/webhooks#defining-a-workspace-wide-webhook)\n\n\n### Usage\nOn success: Download the generated PDF.\nOn failure: Handle it as needed. 😉\n\n\n### Help\nNeed assistance? Reach out to us via chat on pdfmonkey.io, and we'll do our best to help you! 🚀"
},
"typeVersion": 1
},
{
"id": "31ef2b09-e36f-4a9d-8eef-724211d7e2d4",
"name": "PDFMonkey 생성 프로세스 종료 시",
"type": "n8n-nodes-base.webhook",
"position": [
-140,
160
],
"webhookId": "ed9c1bf7-efdd-4d17-8c28-e74c22d017ce",
"parameters": {
"path": "ed9c1bf7-efdd-4d17-8c28-e74c22d017ce",
"options": {},
"httpMethod": "POST"
},
"typeVersion": 2
},
{
"id": "08cfde4f-637b-4cf4-a2c2-92e4e15ad6cc",
"name": "생성 성공 여부 확인",
"type": "n8n-nodes-base.if",
"position": [
120,
160
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "68eaaea7-d94b-40fd-819f-331261843c67",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.body.document.status }}",
"rightValue": "success"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "051ec2f5-e96e-41dd-a753-db70cd1a1729",
"name": "성공 시: PDF 파일 다운로드",
"type": "n8n-nodes-base.httpRequest",
"position": [
520,
140
],
"parameters": {
"url": "={{ $json.body.document.download_url }}",
"options": {}
},
"typeVersion": 4.2
}
],
"active": false,
"pinData": {},
"settings": {
"callerPolicy": "any",
"executionOrder": "v1"
},
"versionId": "56e711af-d87a-4822-9b49-bf7bebd373df",
"connections": {
"051ec2f5-e96e-41dd-a753-db70cd1a1729": {
"main": [
[]
]
},
"08cfde4f-637b-4cf4-a2c2-92e4e15ad6cc": {
"main": [
[
{
"node": "051ec2f5-e96e-41dd-a753-db70cd1a1729",
"type": "main",
"index": 0
}
]
]
},
"31ef2b09-e36f-4a9d-8eef-724211d7e2d4": {
"main": [
[
{
"node": "08cfde4f-637b-4cf4-a2c2-92e4e15ad6cc",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 기타
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Unipile과 Google Sheets를 사용한 LinkedIn 연결 요청 및 첫 메시지 자동 발송
Unipile 및 Google Sheets를 사용하여 LinkedIn 연결 요청 및 아이스브레이킹 메시지 자동 전송
If
Set
Code
+
If
Set
Code
44 노드PollupAI
기타
Line 파일을 Google Drive에 저장 및 파일 URL 기록
LINE 메시지 파일을 Google Drive에 자동 저장 및 정리하고 스프레드시트에 파일 URL 기록
If
Code
Merge
+
If
Code
Merge
27 노드Jaruphat J.
기타
Bitrix24 오픈 채널 RAG 채팅 로봇 애플리케이션 워크플로우 예제
Bitrix24 AI驱动의开放频道RAG채팅봇
If
Set
Merge
+
If
Set
Merge
34 노드Ferenc Erb
기타
채팅 로봇 AI
사용법 LINE에서 자신의 심리 상담 채팅 로봇을 구축하여 심리 건강 대화 지원
If
Set
Webhook
+
If
Set
Webhook
14 노드lin@davoy.tech
기타
테스트 - 학습
GPT-4o-mini와 Supabase 저장소로 AI 추동된 WhatsApp 테스트 로봇 생성
If
Merge
Webhook
+
If
Merge
Webhook
15 노드Danielle Gomes
기타
Radarr 알림
Radarr, Sonarr, Bazarr 등에 대한 사용자 정의 Discord 알림 제공
If
Set
Code
+
If
Set
Code
28 노드Pawel
기타