8
n8n 한국어amn8n.com

PDFMonkey의 자동 AI提案 생성기

중급

이것은Document Extraction, Multimodal AI분야의자동화 워크플로우로, 10개의 노드를 포함합니다.주로 Wait, Gmail, Function, FormTrigger, HttpRequest 등의 노드를 사용하며. GPT-4o와 PDFMonkey를 사용하여 전문 제안서 생성

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보
  • 대상 API의 인증 정보가 필요할 수 있음
  • OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "euNcUWf1whsZrDX1",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
    "templateCredsSetupCompleted": true
  },
  "name": "Automated AI Proposal Generator Using PDFMonkey",
  "tags": [],
  "nodes": [
    {
      "id": "b52bc6b1-1954-43b8-b168-bc3905af2512",
      "name": "0. 폼 트리거 (고객 데이터 입력)",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        640,
        260
      ],
      "webhookId": "aa8a0706-7577-4bc9-80b8-b53c2a96f86b",
      "parameters": {},
      "description": "Triggers the workflow when a new form submission is received. Use this form to input client details.",
      "typeVersion": 1
    },
    {
      "id": "2b5fbdd1-83d7-4186-87f2-cceb4e4848d7",
      "name": "1. AI 프롬프트 및 고객 정보 준비1",
      "type": "n8n-nodes-base.function",
      "position": [
        860,
        260
      ],
      "parameters": {},
      "description": "Formats client input data into a structured prompt for the AI and extracts key client details for later use.",
      "typeVersion": 1
    },
    {
      "id": "79a411b6-ba29-4f6b-b3ab-af1418ef62b2",
      "name": "2. 제안서 콘텐츠 생성 (AI)1",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1080,
        260
      ],
      "parameters": {},
      "description": "Uses OpenAI (GPT-4o) to generate detailed proposal content in a JSON format based on the prepared prompt.",
      "typeVersion": 1.6
    },
    {
      "id": "daefa688-f8b2-4aae-ab62-17e0e4fd39a4",
      "name": "3. 제안서 PDF 생성 (PDFmonkey)1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1456,
        260
      ],
      "parameters": {},
      "description": "Sends the AI-generated content to PDFmonkey to create a professional PDF proposal using a predefined template.",
      "typeVersion": 4.2
    },
    {
      "id": "ae6fe8f0-46cf-455f-b503-3a0200244b13",
      "name": "5. 생성된 PDF 다운로드1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1896,
        260
      ],
      "parameters": {},
      "description": "Fetches the newly generated PDF document from PDFmonkey's API.",
      "typeVersion": 4.2
    },
    {
      "id": "49947f2c-3b14-453d-b33f-f70b262ff94b",
      "name": "6. 이메일 데이터 준비1",
      "type": "n8n-nodes-base.function",
      "position": [
        2116,
        260
      ],
      "parameters": {},
      "description": "Prepares all necessary data for sending the email, including client details and the downloaded PDF binary data.",
      "typeVersion": 1
    },
    {
      "id": "15be0928-b52c-4d07-b33f-156c619a836f",
      "name": "4. 대기 (PDFmonkey Webhook)1",
      "type": "n8n-nodes-base.wait",
      "position": [
        1676,
        260
      ],
      "webhookId": "3df60168-7ab4-4772-bd33-376063b3f986",
      "parameters": {},
      "description": "Pauses the workflow, waiting for a webhook callback from PDFmonkey indicating the PDF generation is complete. This is crucial for reliability.",
      "typeVersion": 1.1
    },
    {
      "id": "42f78e62-2dba-4c2b-8af9-47de67fcfec9",
      "name": "스티키 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        580,
        200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "b44f9758-d36f-4fb7-8ce1-07d10094a3b6",
      "name": "스티키 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        580,
        520
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "345f66f7-84cf-4b96-b70a-d7c6e6d882fc",
      "name": "7. 고객에게 제안서 이메일 발송1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2340,
        260
      ],
      "parameters": {},
      "description": "Sends the final proposal PDF as an email attachment to the client.",
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "a5d113a8-9bda-4721-a4f2-eeecb78edf72",
  "connections": {
    "49947f2c-3b14-453d-b33f-f70b262ff94b": {
      "main": [
        [
          {
            "node": "345f66f7-84cf-4b96-b70a-d7c6e6d882fc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ae6fe8f0-46cf-455f-b503-3a0200244b13": {
      "main": [
        [
          {
            "node": "49947f2c-3b14-453d-b33f-f70b262ff94b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "15be0928-b52c-4d07-b33f-156c619a836f": {
      "main": [
        [
          {
            "node": "ae6fe8f0-46cf-455f-b503-3a0200244b13",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "79a411b6-ba29-4f6b-b3ab-af1418ef62b2": {
      "main": [
        [
          {
            "node": "daefa688-f8b2-4aae-ab62-17e0e4fd39a4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b52bc6b1-1954-43b8-b168-bc3905af2512": {
      "main": [
        [
          {
            "node": "2b5fbdd1-83d7-4186-87f2-cceb4e4848d7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2b5fbdd1-83d7-4186-87f2-cceb4e4848d7": {
      "main": [
        [
          {
            "node": "79a411b6-ba29-4f6b-b3ab-af1418ef62b2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "daefa688-f8b2-4aae-ab62-17e0e4fd39a4": {
      "main": [
        [
          {
            "node": "15be0928-b52c-4d07-b33f-156c619a836f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 문서 추출, 멀티모달 AI

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수10
카테고리2
노드 유형7
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Marth

Marth

@marth

Simplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34