8
n8n 한국어amn8n.com

AI 기반 잠재 고객 점수 매기기 (Salesforce, GPT-4o 및 Slack, 데이터 마스킹 포함)

중급

이것은Sales, AI분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Code, Slack, HttpRequest, SplitInBatches, OpenAi 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. AI 기반 잠재 고객 점수 매기기: Salesforce, GPT-4o 및 Slack을 활용하며 데이터 마스킹을 포함합니다.

사전 요구사항
  • Slack Bot Token 또는 Webhook URL
  • 대상 API의 인증 정보가 필요할 수 있음
  • OpenAI API Key
  • Salesforce OAuth 인증 정보

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "9a562c06a632241f66aadd52a495ad98e76b760ef5cfce9c319a4759c47cd94e",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "a2716342-fd64-4808-8413-df5b2c4cd378",
      "name": "Salesforce 트리거",
      "type": "n8n-nodes-base.salesforceTrigger",
      "position": [
        -640,
        -380
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ee7e23c4-37e4-4951-a1c8-bd4b93d17533",
      "name": "항목 반복",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -340,
        -300
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "4c902163-21d5-4a14-a8ac-82a6d4e70a50",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        480,
        -280
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "2e797451-b873-47b9-b816-8d4ccc039699",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1120,
        -280
      ],
      "webhookId": "2735d399-4324-4b40-8cd0-539f5c9b6c7e",
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "da48704d-415d-4536-b0f0-97a51ff7f90a",
      "name": "HTTP 요청",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -60,
        -280
      ],
      "parameters": {},
      "typeVersion": 4.2,
      "alwaysOutputData": false
    },
    {
      "id": "73a2cff6-59c5-45cd-9322-f05a09018325",
      "name": "데이터 마스킹",
      "type": "n8n-nodes-base.code",
      "position": [
        240,
        -280
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "4f8bcdff-205d-4cc0-957b-75277acf411e",
      "name": "데이터 마스킹 해제",
      "type": "n8n-nodes-base.code",
      "position": [
        920,
        -280
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "5fd7f55b-05b6-4eb2-8c24-14da1a3331eb",
      "name": "스티커 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        -560
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "4b819168-8ec0-4fd1-8030-739f081ad3e8",
      "name": "스티커 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -480
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "30e08fe9-bb7a-4f7c-a0cf-5bf5d58251bb",
      "name": "스티커 노트2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        -460
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "48b61bd7-cc1d-422a-9e31-d37dda7567c3",
      "name": "스티커 노트3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        840,
        -440
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {
    "Salesforce Trigger": [
      {
        "Id": "00QgK000000zkvZUAQ",
        "City": "Tallahassee",
        "Email": "bertha@fcof.net",
        "Status": "Working - Contacted",
        "Street": "321 Westcott Building",
        "Company": "Farmers Coop. of Florida",
        "LastName": "Boxer",
        "FirstName": "Bertha",
        "PostalCode": "32306",
        "attributes": {
          "url": "/services/data/v59.0/sobjects/Lead/00QgK000000zkvZUAQ",
          "type": "Lead"
        }
      }
    ]
  },
  "connections": {
    "2e797451-b873-47b9-b816-8d4ccc039699": {
      "main": [
        [
          {
            "node": "ee7e23c4-37e4-4951-a1c8-bd4b93d17533",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4c902163-21d5-4a14-a8ac-82a6d4e70a50": {
      "main": [
        [
          {
            "node": "4f8bcdff-205d-4cc0-957b-75277acf411e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "73a2cff6-59c5-45cd-9322-f05a09018325": {
      "main": [
        [
          {
            "node": "4c902163-21d5-4a14-a8ac-82a6d4e70a50",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4f8bcdff-205d-4cc0-957b-75277acf411e": {
      "main": [
        [
          {
            "node": "2e797451-b873-47b9-b816-8d4ccc039699",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "da48704d-415d-4536-b0f0-97a51ff7f90a": {
      "main": [
        [
          {
            "node": "73a2cff6-59c5-45cd-9322-f05a09018325",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ee7e23c4-37e4-4951-a1c8-bd4b93d17533": {
      "main": [
        [],
        [
          {
            "node": "da48704d-415d-4536-b0f0-97a51ff7f90a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a2716342-fd64-4808-8413-df5b2c4cd378": {
      "main": [
        [
          {
            "node": "ee7e23c4-37e4-4951-a1c8-bd4b93d17533",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 영업, 인공지능

유료인가요?

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

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

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

저자
Le Nguyen

Le Nguyen

@leeseifer

Salesforce Architect with 10+ years of experience in CRM, integrations, and automation. Skilled in Apex, LWC, REST APIs, and full-stack dev (JavaScript, .NET). I build secure, scalable workflows in n8n—connecting Salesforce, Stripe, and more. Passionate about lead scoring, data sync, and secure field masking. Certified Application Architect with deep expertise in platform, integration, and data architecture.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34