8
n8n 한국어amn8n.com

Pipedrive 도구 MCP 서버

고급

이것은AI분야의자동화 워크플로우로, 57개의 노드를 포함합니다.주로 PipedriveTool, McpTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. 🛠️ Pipedrive 도구 MCP 서버 💪 전체 45개 작업

사전 요구사항
  • AI 서비스 API Key(예: OpenAI, Anthropic 등)

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "77afPLvPmBDQseFp",
  "meta": null,
  "name": "Pipedrive Tool MCP Server",
  "tags": [],
  "nodes": [
    {
      "id": "92474577-ef9d-495b-974c-4f3541b7f2db",
      "name": "워크플로우 개요 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        140
      ],
      "parameters": {
        "width": 420,
        "height": 980,
        "content": "## 🛠️ Pipedrive Tool MCP Server\n\n### 📋 Available Operations (45 total)\n\n**Activity**: create, delete, get, get all, update\n**Deal**: create, delete, duplicate, get, get all, search, update\n**Dealactivity**: get all\n**Dealproduct**: add, get all, remove, update\n**File**: create, delete, download, get, update\n**Lead**: create, delete, get, get all, update\n**Note**: create, delete, get, get all, update\n**Organization**: create, delete, get, get all, search, update\n**Person**: create, delete, get, get all, search, update\n**Product**: get all\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 Add Credentials**: Configure Pipedrive Tool authentication in one tool node then open and close all others.\n2. **🚀 Activate**: Enable this workflow to start your MCP server\n3. **🔗 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **🤖 Connect**: Use MCP URL in your AI agent configurations\n\n### ✨ Ready-to-Use Features\n\n• Zero configuration - all 45 operations pre-built\n• AI agents automatically populate parameters via `$fromAI()` expressions\n• Every resource and operation combination available\n• Native n8n error handling and response formatting\n• Modify parameter defaults in any tool node as needed\n\n### 💬 Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
      },
      "typeVersion": 1
    },
    {
      "id": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
      "name": "Pipedrive 도구 MCP 서버",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -180,
        -60
      ],
      "webhookId": "8e59feda-da37-499f-80ab-81549b3d439c",
      "parameters": {
        "path": "pipedrive-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "f21716a6-fe6c-410b-a5da-2e0636cabad1",
      "name": "액티비티 생성",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "done": "={{ $fromAI('Done', ``, 'string') }}",
        "type": "={{ $fromAI('Type', ``, 'string') }}",
        "subject": "={{ $fromAI('Subject', ``, 'string') }}",
        "resource": "activity",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "da80f302-276b-4341-a5df-fe18e55ec408",
      "name": "액티비티 삭제",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -580,
        140
      ],
      "parameters": {
        "resource": "activity",
        "operation": "delete",
        "activityId": "={{ $fromAI('Activity_Id', ``, 'number') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "2bc95dd4-0d5f-461e-a5e0-7b82a2556422",
      "name": "액티비티 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -360,
        140
      ],
      "parameters": {
        "resource": "activity",
        "operation": "get",
        "activityId": "={{ $fromAI('Activity_Id', ``, 'number') }}",
        "resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "391dbafc-33aa-482e-9b07-5049997ba0da",
      "name": "다수 액티비티 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -140,
        140
      ],
      "parameters": {
        "resource": "activity",
        "operation": "getAll",
        "additionalFields": {},
        "resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "25de855c-5866-4218-a64f-daea6848eac8",
      "name": "액티비티 업데이트",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        80,
        140
      ],
      "parameters": {
        "resource": "activity",
        "operation": "update",
        "activityId": "={{ $fromAI('Activity_Id', ``, 'number') }}",
        "updateFields": {},
        "encodeProperties": "={{ $fromAI('Encode_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "8fb0a229-ef15-4626-ac65-3e34b4aedf8c",
      "name": "스티커 노트 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 1280,
        "content": "## Activity"
      },
      "typeVersion": 1
    },
    {
      "id": "ad85ac9e-8fe4-4180-a5ce-cfdccdb6a84b",
      "name": "딜 생성",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -800,
        380
      ],
      "parameters": {
        "title": "={{ $fromAI('Title', ``, 'string') }}",
        "org_id": "={{ $fromAI('Org_Id', ``, 'number') }}",
        "person_id": "={{ $fromAI('Person_Id', ``, 'number') }}",
        "associateWith": "={{ $fromAI('Associate_With', ``, 'string') }}",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "f85bf19c-9a0e-4f9c-a2d6-0fa1175ab291",
      "name": "딜 삭제",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -580,
        380
      ],
      "parameters": {
        "dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
        "operation": "delete"
      },
      "typeVersion": 1
    },
    {
      "id": "6fe6bff3-84d2-4824-886e-4c65448f33b7",
      "name": "딜 복제",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -360,
        380
      ],
      "parameters": {
        "dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
        "operation": "duplicate"
      },
      "typeVersion": 1
    },
    {
      "id": "7f797836-a6ec-4ef0-9034-f5568ec622aa",
      "name": "딜 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -140,
        380
      ],
      "parameters": {
        "dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
        "operation": "get",
        "resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "72106dbb-5bbe-4bb1-b350-807edc237fa9",
      "name": "다수 딜 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        80,
        380
      ],
      "parameters": {
        "filters": {},
        "operation": "getAll",
        "resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "aa36a483-f6c3-4af9-91f8-2c46c151030c",
      "name": "딜 검색",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        300,
        380
      ],
      "parameters": {
        "term": "={{ $fromAI('Term', ``, 'string') }}",
        "operation": "search",
        "exactMatch": "={{ $fromAI('Exact_Match', ``, 'boolean') }}",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "e050982a-07c7-4ce3-90c0-bd1f8e60b68c",
      "name": "딜 업데이트",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        520,
        380
      ],
      "parameters": {
        "dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
        "operation": "update",
        "updateFields": {},
        "encodeProperties": "={{ $fromAI('Encode_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "e994b0f5-0cc3-4327-a889-663a8339ea29",
      "name": "스티커 노트 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "color": 5,
        "width": 1720,
        "content": "## Deal"
      },
      "typeVersion": 1
    },
    {
      "id": "5be372e4-45a7-4e87-b9d8-c98e2f81ef72",
      "name": "다수 딜 액티비티 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -800,
        620
      ],
      "parameters": {
        "dealId": "={{ $fromAI('Deal_Id', ``, 'string') }}",
        "resource": "dealActivity",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "3ee0eccd-c8ce-45fa-978e-2109c18bffe2",
      "name": "스티커 노트 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        600
      ],
      "parameters": {
        "color": 6,
        "width": 400,
        "content": "## Dealactivity"
      },
      "typeVersion": 1
    },
    {
      "id": "e1a33673-a330-4270-9176-a0968247cf98",
      "name": "딜 제품 추가",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -800,
        860
      ],
      "parameters": {
        "dealId": "={{ $fromAI('Deal_Id', ``, 'string') }}",
        "quantity": "={{ $fromAI('Quantity', ``, 'number') }}",
        "resource": "dealProduct",
        "productId": "={{ $fromAI('Product_Id', ``, 'string') }}",
        "item_price": "={{ $fromAI('Item_Price', ``, 'number') }}",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "ab32422f-3b78-4b6b-b671-10b2008085d1",
      "name": "다수 딜 제품 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -580,
        860
      ],
      "parameters": {
        "dealId": "={{ $fromAI('Deal_Id', ``, 'string') }}",
        "resource": "dealProduct",
        "operation": "getAll"
      },
      "typeVersion": 1
    },
    {
      "id": "e74b49c3-9c77-4c1d-bf69-3bd699c82147",
      "name": "딜 제품 제거",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -360,
        860
      ],
      "parameters": {
        "dealId": "={{ $fromAI('Deal_Id', ``, 'string') }}",
        "resource": "dealProduct",
        "operation": "remove",
        "productAttachmentId": "={{ $fromAI('Product_Attachment_Id', ``, 'string') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "19a95b13-7065-43e0-94d6-d31e1910e28c",
      "name": "딜 제품 업데이트",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -140,
        860
      ],
      "parameters": {
        "dealId": "={{ $fromAI('Deal_Id', ``, 'string') }}",
        "resource": "dealProduct",
        "operation": "update",
        "updateFields": {},
        "productAttachmentId": "={{ $fromAI('Product_Attachment_Id', ``, 'string') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "64c18da8-dbb3-4f99-aeca-e68c0bd32873",
      "name": "스티커 노트 4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        840
      ],
      "parameters": {
        "color": 7,
        "width": 1060,
        "content": "## Dealproduct"
      },
      "typeVersion": 1
    },
    {
      "id": "d09f4eb1-74c5-403e-8141-9c3207a68859",
      "name": "파일 생성",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -800,
        1100
      ],
      "parameters": {
        "resource": "file",
        "additionalFields": {},
        "binaryPropertyName": "={{ $fromAI('Binary_Property_Name', ``, 'string') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "74c30c76-c4fe-45b7-aa51-7d911ffd98f4",
      "name": "파일 삭제",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -580,
        1100
      ],
      "parameters": {
        "fileId": "={{ $fromAI('File_Id', ``, 'number') }}",
        "resource": "file",
        "operation": "delete"
      },
      "typeVersion": 1
    },
    {
      "id": "04962f6a-118c-4c8b-a521-648f9d3e6f40",
      "name": "파일 다운로드",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -360,
        1100
      ],
      "parameters": {
        "fileId": "={{ $fromAI('File_Id', ``, 'number') }}",
        "resource": "file",
        "operation": "download",
        "binaryPropertyName": "={{ $fromAI('Binary_Property_Name', ``, 'string') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "78cb1fa7-18ac-433f-8280-9cc05d815a25",
      "name": "파일 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -140,
        1100
      ],
      "parameters": {
        "fileId": "={{ $fromAI('File_Id', ``, 'number') }}",
        "resource": "file",
        "operation": "get"
      },
      "typeVersion": 1
    },
    {
      "id": "c9e64250-8396-468f-8fc1-29f7fb18bff7",
      "name": "파일 세부정보 업데이트",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        80,
        1100
      ],
      "parameters": {
        "fileId": "={{ $fromAI('File_Id', ``, 'number') }}",
        "resource": "file",
        "operation": "update",
        "updateFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "f772a897-8aa8-4765-bf58-a14fee7bf2d1",
      "name": "스티커 노트 5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        1080
      ],
      "parameters": {
        "color": 2,
        "width": 1280,
        "content": "## File"
      },
      "typeVersion": 1
    },
    {
      "id": "e3d8e073-8a4d-45a6-abce-fb337b8da927",
      "name": "리드 생성",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -800,
        1340
      ],
      "parameters": {
        "title": "={{ $fromAI('Title', ``, 'string') }}",
        "resource": "lead",
        "person_id": "={{ $fromAI('Person_Id', ``, 'number') }}",
        "associateWith": "={{ $fromAI('Associate_With', ``, 'string') }}",
        "organization_id": "={{ $fromAI('Organization_Id', ``, 'number') }}",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "f9b2a9e7-e51e-441c-a9d5-ca0862ede10a",
      "name": "리드 삭제",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -580,
        1340
      ],
      "parameters": {
        "leadId": "={{ $fromAI('Lead_Id', ``, 'string') }}",
        "resource": "lead",
        "operation": "delete"
      },
      "typeVersion": 1
    },
    {
      "id": "f6788308-ba46-4235-8e94-8bfcd812610f",
      "name": "리드 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -360,
        1340
      ],
      "parameters": {
        "leadId": "={{ $fromAI('Lead_Id', ``, 'string') }}",
        "resource": "lead",
        "operation": "get"
      },
      "typeVersion": 1
    },
    {
      "id": "492d42d9-8d19-4b11-88db-c9101a925415",
      "name": "다수 리드 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -140,
        1340
      ],
      "parameters": {
        "filters": {},
        "resource": "lead",
        "operation": "getAll"
      },
      "typeVersion": 1
    },
    {
      "id": "8af00273-d844-4675-9f11-94b89ebdebe6",
      "name": "리드 업데이트",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        80,
        1340
      ],
      "parameters": {
        "leadId": "={{ $fromAI('Lead_Id', ``, 'string') }}",
        "resource": "lead",
        "operation": "update",
        "updateFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "5dfd9a9f-0796-45a9-8b78-97298ca9323f",
      "name": "스티커 노트 6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        1320
      ],
      "parameters": {
        "color": 3,
        "width": 1280,
        "content": "## Lead"
      },
      "typeVersion": 1
    },
    {
      "id": "02567302-84fc-443b-bf5d-7fd0db772cc8",
      "name": "노트 생성",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -800,
        1580
      ],
      "parameters": {
        "content": "={{ $fromAI('Content', ``, 'string') }}",
        "resource": "note",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "459f5a3a-cdff-4ba2-9529-4b9b45f1606d",
      "name": "노트 삭제",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -580,
        1580
      ],
      "parameters": {
        "noteId": "={{ $fromAI('Note_Id', ``, 'number') }}",
        "resource": "note",
        "operation": "delete"
      },
      "typeVersion": 1
    },
    {
      "id": "bd3a3ed8-cdbb-4a3a-a0dd-58dfcd26f8e7",
      "name": "노트 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -360,
        1580
      ],
      "parameters": {
        "noteId": "={{ $fromAI('Note_Id', ``, 'number') }}",
        "resource": "note",
        "operation": "get"
      },
      "typeVersion": 1
    },
    {
      "id": "9e9bc7f5-5d3f-4287-a0f9-d43f678648a7",
      "name": "다수 노트 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -140,
        1580
      ],
      "parameters": {
        "resource": "note",
        "operation": "getAll",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "49a4435f-dec8-4614-ae91-9679795cdaa4",
      "name": "노트 업데이트",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        80,
        1580
      ],
      "parameters": {
        "noteId": "={{ $fromAI('Note_Id', ``, 'number') }}",
        "resource": "note",
        "operation": "update",
        "updateFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "a71b3758-9627-401e-8d98-5d28036fb563",
      "name": "스티커 노트 7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        1560
      ],
      "parameters": {
        "color": 4,
        "width": 1280,
        "content": "## Note"
      },
      "typeVersion": 1
    },
    {
      "id": "275bff60-5d4e-4ad4-b52b-d5ae6f883f9e",
      "name": "기관 생성",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -800,
        1820
      ],
      "parameters": {
        "name": "={{ $fromAI('Name', ``, 'string') }}",
        "resource": "organization",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "aade8126-f2dc-4d41-b59b-cc4d367702c8",
      "name": "기관 삭제",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -580,
        1820
      ],
      "parameters": {
        "resource": "organization",
        "operation": "delete",
        "organizationId": "={{ $fromAI('Organization_Id', ``, 'number') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "02c20ebd-6de7-4805-a308-d86879c95bd2",
      "name": "기관 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -360,
        1820
      ],
      "parameters": {
        "resource": "organization",
        "operation": "get",
        "organizationId": "={{ $fromAI('Organization_Id', ``, 'number') }}",
        "resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "0e637501-441f-465c-a5aa-e5d3cf0c856b",
      "name": "다수 기관 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -140,
        1820
      ],
      "parameters": {
        "filters": {},
        "resource": "organization",
        "operation": "getAll",
        "resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "0b90a66a-fae9-4f6e-9b6f-444cb880c760",
      "name": "기관 검색",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        80,
        1820
      ],
      "parameters": {
        "term": "={{ $fromAI('Term', ``, 'string') }}",
        "resource": "organization",
        "operation": "search",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "9ca8faf7-8725-4b66-909d-977b25c11150",
      "name": "기관 업데이트",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        300,
        1820
      ],
      "parameters": {
        "resource": "organization",
        "operation": "update",
        "updateFields": {},
        "organizationId": "={{ $fromAI('Organization_Id', ``, 'number') }}",
        "encodeProperties": "={{ $fromAI('Encode_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "6b778149-f6f7-4007-9c8d-8d66a32d5806",
      "name": "스티커 노트 8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        1800
      ],
      "parameters": {
        "color": 5,
        "width": 1500,
        "content": "## Organization"
      },
      "typeVersion": 1
    },
    {
      "id": "02f65e90-1c0a-4e13-bc42-d1ce99c88f94",
      "name": "연락처 생성",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -800,
        2060
      ],
      "parameters": {
        "name": "={{ $fromAI('Name', ``, 'string') }}",
        "resource": "person",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "576445f2-a052-4613-a6e7-7359520187ab",
      "name": "연락처 삭제",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -580,
        2060
      ],
      "parameters": {
        "personId": "={{ $fromAI('Person_Id', ``, 'number') }}",
        "resource": "person",
        "operation": "delete"
      },
      "typeVersion": 1
    },
    {
      "id": "5544b2f9-2a62-4b2f-bed5-78c5816d3216",
      "name": "연락처 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -360,
        2060
      ],
      "parameters": {
        "personId": "={{ $fromAI('Person_Id', ``, 'number') }}",
        "resource": "person",
        "operation": "get",
        "resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "279ca763-b1f9-4006-927d-fbe886e171e1",
      "name": "다수 연락처 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -140,
        2060
      ],
      "parameters": {
        "resource": "person",
        "operation": "getAll",
        "additionalFields": {},
        "resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "6b961304-ec7d-4dda-acca-f936e653858d",
      "name": "연락처 검색",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        80,
        2060
      ],
      "parameters": {
        "term": "={{ $fromAI('Term', ``, 'string') }}",
        "resource": "person",
        "operation": "search",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "3a5a921d-8138-4cef-a6ff-eedb2c3d1dab",
      "name": "연락처 업데이트",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        300,
        2060
      ],
      "parameters": {
        "personId": "={{ $fromAI('Person_Id', ``, 'number') }}",
        "resource": "person",
        "operation": "update",
        "updateFields": {},
        "encodeProperties": "={{ $fromAI('Encode_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "f52adf64-76da-42dc-b7ef-d4baab5c5473",
      "name": "스티커 노트 9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        2040
      ],
      "parameters": {
        "color": 6,
        "width": 1500,
        "content": "## Person"
      },
      "typeVersion": 1
    },
    {
      "id": "e4b63e21-3b1c-43e9-b148-773d5c4c4427",
      "name": "다수 제품 조회",
      "type": "n8n-nodes-base.pipedriveTool",
      "position": [
        -140,
        620
      ],
      "parameters": {
        "resource": "product",
        "resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
      },
      "typeVersion": 1
    },
    {
      "id": "25496b4f-ab36-4d99-a1cb-8f42d40a8b1a",
      "name": "스티커 노트 10",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -340,
        600
      ],
      "parameters": {
        "color": 7,
        "width": 400,
        "content": "## Product"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "shared": [
    {
      "role": "workflow:owner",
      "project": {
        "id": "G5fce9xGuBAsWBXe",
        "icon": null,
        "name": "David Ashby <david.ashby.lds@gmail.com>",
        "type": "personal",
        "createdAt": "2025-06-04T02:55:02.013Z",
        "updatedAt": "2025-06-04T02:56:01.361Z",
        "projectRelations": [
          {
            "role": "project:personalOwner",
            "user": {
              "id": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
              "role": "global:owner",
              "email": "david.ashby.lds@gmail.com",
              "disabled": false,
              "lastName": "Ashby",
              "settings": {
                "npsSurvey": {
                  "responded": true,
                  "lastShownAt": 1749357655581
                },
                "userActivated": true,
                "userActivatedAt": 1749075994495,
                "easyAIWorkflowOnboarded": true,
                "firstSuccessfulWorkflowId": "3N3vVikZb3MckFYm"
              },
              "createdAt": "2025-06-04T02:55:01.745Z",
              "firstName": "David",
              "isPending": false,
              "updatedAt": "2025-06-08T04:40:58.399Z",
              "mfaEnabled": false,
              "personalizationAnswers": {
                "version": "v4",
                "personalization_survey_n8n_version": "1.95.3",
                "personalization_survey_submitted_at": "2025-06-04T02:56:07.075Z"
              }
            },
            "userId": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
            "createdAt": "2025-06-04T02:55:02.013Z",
            "projectId": "G5fce9xGuBAsWBXe",
            "updatedAt": "2025-06-04T02:55:02.013Z"
          }
        ]
      },
      "createdAt": "2025-06-21T09:23:22.551Z",
      "projectId": "G5fce9xGuBAsWBXe",
      "updatedAt": "2025-06-21T09:23:22.551Z",
      "workflowId": "77afPLvPmBDQseFp"
    }
  ],
  "pinData": {},
  "settings": {
    "timezone": "America/New_York"
  },
  "createdAt": "2025-06-21T09:23:22.550Z",
  "updatedAt": "2025-06-21T09:24:24.000Z",
  "versionId": "1fbc1f47-8d0c-4a89-9041-699ec4dfef1d",
  "isArchived": false,
  "staticData": null,
  "connections": {
    "7f797836-a6ec-4ef0-9034-f5568ec622aa": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "78cb1fa7-18ac-433f-8280-9cc05d815a25": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "f6788308-ba46-4235-8e94-8bfcd812610f": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "bd3a3ed8-cdbb-4a3a-a0dd-58dfcd26f8e7": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "5544b2f9-2a62-4b2f-bed5-78c5816d3216": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "ad85ac9e-8fe4-4180-a5ce-cfdccdb6a84b": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "d09f4eb1-74c5-403e-8141-9c3207a68859": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e3d8e073-8a4d-45a6-abce-fb337b8da927": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "02567302-84fc-443b-bf5d-7fd0db772cc8": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "f85bf19c-9a0e-4f9c-a2d6-0fa1175ab291": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "74c30c76-c4fe-45b7-aa51-7d911ffd98f4": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "f9b2a9e7-e51e-441c-a9d5-ca0862ede10a": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "459f5a3a-cdff-4ba2-9529-4b9b45f1606d": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "aa36a483-f6c3-4af9-91f8-2c46c151030c": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e050982a-07c7-4ce3-90c0-bd1f8e60b68c": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "8af00273-d844-4675-9f11-94b89ebdebe6": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "49a4435f-dec8-4614-ae91-9679795cdaa4": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "72106dbb-5bbe-4bb1-b350-807edc237fa9": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "492d42d9-8d19-4b11-88db-c9101a925415": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "9e9bc7f5-5d3f-4287-a0f9-d43f678648a7": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "02f65e90-1c0a-4e13-bc42-d1ce99c88f94": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "576445f2-a052-4613-a6e7-7359520187ab": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "04962f6a-118c-4c8b-a521-648f9d3e6f40": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "2bc95dd4-0d5f-461e-a5e0-7b82a2556422": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "279ca763-b1f9-4006-927d-fbe886e171e1": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "6b961304-ec7d-4dda-acca-f936e653858d": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "3a5a921d-8138-4cef-a6ff-eedb2c3d1dab": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "6fe6bff3-84d2-4824-886e-4c65448f33b7": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e4b63e21-3b1c-43e9-b148-773d5c4c4427": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e1a33673-a330-4270-9176-a0968247cf98": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "f21716a6-fe6c-410b-a5da-2e0636cabad1": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "da80f302-276b-4341-a5df-fe18e55ec408": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "25de855c-5866-4218-a64f-daea6848eac8": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "02c20ebd-6de7-4805-a308-d86879c95bd2": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "391dbafc-33aa-482e-9b07-5049997ba0da": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e74b49c3-9c77-4c1d-bf69-3bd699c82147": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "19a95b13-7065-43e0-94d6-d31e1910e28c": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "275bff60-5d4e-4ad4-b52b-d5ae6f883f9e": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "aade8126-f2dc-4d41-b59b-cc4d367702c8": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "ab32422f-3b78-4b6b-b671-10b2008085d1": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "0e637501-441f-465c-a5aa-e5d3cf0c856b": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "0b90a66a-fae9-4f6e-9b6f-444cb880c760": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "9ca8faf7-8725-4b66-909d-977b25c11150": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "5be372e4-45a7-4e87-b9d8-c98e2f81ef72": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "c9e64250-8396-468f-8fc1-29f7fb18bff7": {
      "ai_tool": [
        [
          {
            "node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}
자주 묻는 질문

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

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

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

고급 - 인공지능

유료인가요?

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

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

고급 사용자를 위한 16+개 노드의 복잡한 워크플로우

저자
David Ashby

David Ashby

@cfomodz

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34