8
n8n 한국어amn8n.com

새 목록 생성, 연락처 추가, 연락처 업데이트 및 목록 연락처 가져오기

초급

이것은Sales, Marketing분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Automizy, ManualTrigger 등의 노드를 사용하며. Automizy에서 연락처 관리

사전 요구사항
  • 특별한 사전 요구사항 없이 가져와 바로 사용 가능합니다

사용된 노드 (5)

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "82",
  "name": "Create a new list, add a new contact to the list, update the contact, and get all contacts in the list",
  "nodes": [
    {
      "name": "'execute' 클릭 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        290,
        260
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "-execute--0"
    },
    {
      "name": "Automizy",
      "type": "n8n-nodes-base.automizy",
      "position": [
        490,
        260
      ],
      "parameters": {
        "name": "n8n-docs",
        "resource": "list"
      },
      "credentials": {
        "automizyApi": "automizy"
      },
      "typeVersion": 1,
      "id": "Automizy-1"
    },
    {
      "name": "Automizy1",
      "type": "n8n-nodes-base.automizy",
      "position": [
        690,
        260
      ],
      "parameters": {
        "email": "example@n8n.io",
        "listId": "={{$node[\"Automizy\"].json[\"id\"]}}",
        "additionalFields": {
          "status": "ACTIVE"
        }
      },
      "credentials": {
        "automizyApi": "automizy"
      },
      "typeVersion": 1,
      "id": "Automizy1-2"
    },
    {
      "name": "Automizy2",
      "type": "n8n-nodes-base.automizy",
      "position": [
        890,
        260
      ],
      "parameters": {
        "email": "={{$node[\"Automizy1\"].json[\"email\"]}}",
        "operation": "update",
        "updateFields": {
          "tags": [
            "reviewer"
          ]
        }
      },
      "credentials": {
        "automizyApi": "automizy"
      },
      "typeVersion": 1,
      "id": "Automizy2-3"
    },
    {
      "name": "Automizy3",
      "type": "n8n-nodes-base.automizy",
      "position": [
        1090,
        260
      ],
      "parameters": {
        "listId": "={{$node[\"Automizy\"].json[\"id\"]}}",
        "operation": "getAll",
        "returnAll": true,
        "additionalFields": {}
      },
      "credentials": {
        "automizyApi": "automizy"
      },
      "typeVersion": 1,
      "id": "Automizy3-4"
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Automizy-1": {
      "main": [
        [
          {
            "node": "Automizy1-2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Automizy1-2": {
      "main": [
        [
          {
            "node": "Automizy2-3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Automizy2-3": {
      "main": [
        [
          {
            "node": "Automizy3-4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "-execute--0": {
      "main": [
        [
          {
            "node": "Automizy-1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급 - 영업, 마케팅

유료인가요?

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

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

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

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34