8
n8n 한국어amn8n.com

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)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
초급
노드 수4
카테고리1
노드 유형4
난이도 설명

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34