템플릿 - 잠재 고객을 Hubspot로 동기화
고급
이것은Miscellaneous, Multimodal AI분야의자동화 워크플로우로, 29개의 노드를 포함합니다.주로 If, Code, Hubspot, HttpRequest, ExecuteWorkflowTrigger 등의 노드를 사용하며. ProspectPro와 HubSpot 간의 양방향 회사 동기화, 상태 추적 포함
사전 요구사항
- •HubSpot API Key
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "UibfNSOI8BIFzstW",
"meta": {
"instanceId": "67cc46be2ad73cc018811d3e1ad3eb94badbf41f225aa04b70bfd0490af2bd8b",
"templateCredsSetupCompleted": true
},
"name": "Template - Sync Prospects to Hubspot",
"tags": [
{
"id": "5iLhyafIfw7Wsj7s",
"name": "Templates",
"createdAt": "2025-09-08T15:27:47.811Z",
"updatedAt": "2025-09-08T15:27:47.811Z"
}
],
"nodes": [
{
"id": "94bc6245-cee2-4028-89d3-9496ac683eb1",
"name": "다른 워크플로우에서 실행 시",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"position": [
-2784,
560
],
"parameters": {
"workflowInputs": {
"values": [
{
"name": "id"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "75e8d8ed-b1b7-4ea8-ac9c-99a7abf9e6c0",
"name": "리드 가져오기",
"type": "@bedrijfsdatanl/n8n-nodes-prospectpro.prospectpro",
"onError": "continueErrorOutput",
"position": [
-2480,
560
],
"parameters": {
"id": "={{ $json.id }}",
"operation": "get",
"requestOptions": {}
},
"credentials": {
"prospectproApi": {
"id": "iP8LAae9yqhn5n6K",
"name": "Bedrijfsdata.nl B.V. - xx003"
}
},
"typeVersion": 1,
"alwaysOutputData": false
},
{
"id": "6a372bac-c633-4fc1-a3f4-87bee5f05f06",
"name": "스티키 노트9",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2544,
384
],
"parameters": {
"color": 5,
"width": 656,
"height": 368,
"content": "## Start\nAs this workflow is designed to be as flexible as possible, we assume we just have a ProspectPro ID. We therefor start by retrieving the prospect and double-checking if an error has occurred before. If there was, the issue should be resolved manually, so we quit the workflow early.\n\n**Important:** Set your own conditions for executing the sync in \"Continue?\"-node."
},
"typeVersion": 1
},
{
"id": "dd7d4d4f-93f6-4cff-82bc-9378e1cc6680",
"name": "계속 진행?",
"type": "n8n-nodes-base.if",
"position": [
-2064,
560
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "15bc7f88-124b-4ace-9b9b-d211b83dd524",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ !!$json.domain }}",
"rightValue": ""
},
{
"id": "2ab83e0c-e511-4b0a-bb97-c76198116e07",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ !!$json.id }}",
"rightValue": ""
},
{
"id": "7dc88f3a-2aa2-4e17-9b67-1298ba06c27b",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "dcc5f1cf-8aca-46c9-b5c3-ff1bfcc306be",
"name": "기존 오류 없음?",
"type": "n8n-nodes-base.if",
"position": [
-2272,
560
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "c3696744-f335-4b14-852c-76a7659f3303",
"operator": {
"type": "boolean",
"operation": "false",
"singleValue": true
},
"leftValue": "={{ !!$json.tags.includes(\"HubspotSyncFailed\") }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "c2359c20-9b2d-4051-be69-dcff04b6322d",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1872,
384
],
"parameters": {
"color": 6,
"width": 1328,
"height": 368,
"content": "## Search & Select Hubspot Company\nDetermine the appropriate syncing strategy.\n\n**Important:** As the Hubspot Node in n8n doesn't support proper synchronisation logic, we use HTTP-nodes to search Hubspot for existing companies."
},
"typeVersion": 1
},
{
"id": "5faecf8e-4528-47a8-ad8c-39757fe32a25",
"name": "Bedrijfsdata ID로 회사 검색",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1792,
560
],
"parameters": {
"url": "https://api.hubapi.com/crm/v3/objects/companies/search",
"method": "POST",
"options": {},
"jsonBody": "={\n \"properties\": [\"prospectpro_id\", \"domain\", \"name\", \"lifecyclestage\"],\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"propertyName\": \"prospectpro_id\",\n \"operator\": \"EQ\",\n \"value\": \"{{ $json.id }}\"\n }\n ]\n }\n ]\n}",
"sendBody": true,
"specifyBody": "json",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "hubspotOAuth2Api"
},
"credentials": {
"hubspotOAuth2Api": {
"id": "uyUEIJqWBCRu9vh5",
"name": "HubSpot account"
}
},
"typeVersion": 4.2
},
{
"id": "51dc7ba9-c557-4629-9842-d8e71548cea0",
"name": "ID로 찾음?",
"type": "n8n-nodes-base.if",
"position": [
-1584,
560
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "da65345b-7d49-4576-bbaf-ab23f7e1cdb8",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $json.total > 0 }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "08d8eaa0-c8bf-48da-8af4-d11b4470a3a4",
"name": "도메인으로 회사 검색",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1152,
560
],
"parameters": {
"url": "https://api.hubapi.com/crm/v3/objects/companies/search",
"method": "POST",
"options": {},
"jsonBody": "={\n \"properties\": [\"prospectpro_id\", \"domain\", \"name\"],\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"propertyName\": \"domain\",\n \"operator\": \"EQ\",\n \"value\": \"{{ $('Get prospect').item.json.domain }}\"\n }\n ]\n }\n ]\n}",
"sendBody": true,
"specifyBody": "json",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "hubspotOAuth2Api"
},
"credentials": {
"hubspotOAuth2Api": {
"id": "uyUEIJqWBCRu9vh5",
"name": "HubSpot account"
}
},
"typeVersion": 4.2
},
{
"id": "35e41246-74d2-4460-8642-659b3ed1c8a5",
"name": "도메인 있음?",
"type": "n8n-nodes-base.if",
"position": [
-1360,
560
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "b3a44f7a-7b55-49b0-90e5-c3abb0c9c815",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ !!$('Get prospect').item.json.domain }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "a42147a2-e19a-4718-adba-3585c8295684",
"name": "도메인으로 찾음?",
"type": "n8n-nodes-base.if",
"position": [
-944,
560
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "da65345b-7d49-4576-bbaf-ab23f7e1cdb8",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ $json.total > 0 }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "8e579c2a-10c4-4e0b-9563-d286d2ec6aab",
"name": "hsCompany 설정",
"type": "n8n-nodes-base.code",
"position": [
-736,
560
],
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "const hsCompany = $json.results[0];\n\nreturn { ...hsCompany };"
},
"typeVersion": 2
},
{
"id": "b78386cd-5c89-4190-a11f-1109765a7ed9",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-528,
384
],
"parameters": {
"color": 2,
"width": 512,
"height": 368,
"content": "## Update Hubspot Company\nUpdate companies that exist in Hubspot.\n\n**Important:** If you want to update ProspectPro by using data that exists in Hubspot (like \"Customer Lifecycle Stage\"), this is the place to do it."
},
"typeVersion": 1
},
{
"id": "95b4c129-31e6-4141-933e-60f4a1012744",
"name": "스티키 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-528,
768
],
"parameters": {
"color": 4,
"width": 512,
"height": 368,
"content": "## Create Hubspot Company\nCreate companies that don't exist in Hubspot."
},
"typeVersion": 1
},
{
"id": "5849f892-d2d7-4a8b-b92e-00e7e731005e",
"name": "회사 생성",
"type": "n8n-nodes-base.hubspot",
"onError": "continueErrorOutput",
"position": [
-432,
944
],
"parameters": {
"name": "={{ $('Get prospect').item.json.name }}",
"resource": "company",
"authentication": "oAuth2",
"additionalFields": {
"city": "={{ $('Get prospect').item.json.city || undefined }}",
"postalCode": "={{ $('Get prospect').item.json.postcode || undefined }}",
"websiteUrl": "={{ $('Get prospect').item.json.url || undefined }}",
"phoneNumber": "={{ $('Get prospect').item.json.phone_international || undefined }}",
"annualRevenue": "={{ $('Get prospect').item.json.revenue || undefined }}",
"countryRegion": "={{ $('Get prospect').item.json.country_code || undefined }}",
"streetAddress": "={{ $('Get prospect').item.json.address || undefined }}",
"companyDomainName": "={{ $('Get prospect').item.json.domain || undefined }}",
"numberOfEmployees": "={{ $('Get prospect').item.json.employees || undefined }}",
"customPropertiesUi": {
"customPropertiesValues": [
{
"value": "={{ $('Get prospect').item.json.id }}",
"property": "prospectpro_id"
},
{
"value": "={{ $('Get prospect').item.json.coc || undefined }}",
"property": "kvk"
}
]
},
"linkedInCompanyPage": "={{ $('Get prospect').item.json.linkedin_link || undefined }}"
}
},
"credentials": {
"hubspotOAuth2Api": {
"id": "uyUEIJqWBCRu9vh5",
"name": "HubSpot account"
}
},
"typeVersion": 2.1
},
{
"id": "f30d8294-8aa0-4b8f-835b-bc311f47d9ed",
"name": "회사 업데이트",
"type": "n8n-nodes-base.hubspot",
"onError": "continueErrorOutput",
"position": [
-432,
560
],
"parameters": {
"resource": "company",
"companyId": {
"__rl": true,
"mode": "id",
"value": "={{ $json.id }}"
},
"operation": "update",
"updateFields": {
"companyDomainName": "={{ $json.properties.domain || $('Get prospect').item.json.domain || undefined }}",
"customPropertiesUi": {
"customPropertiesValues": [
{
"value": "={{ $('Get prospect').item.json.id }}",
"property": "prospectpro_id"
},
{
"value": "={{ $('Get prospect').item.json.coc }}",
"property": "kvk"
}
]
}
},
"authentication": "oAuth2"
},
"credentials": {
"hubspotOAuth2Api": {
"id": "uyUEIJqWBCRu9vh5",
"name": "HubSpot account"
}
},
"typeVersion": 2.1
},
{
"id": "6374e07e-0713-4ba3-9dc3-f42e93ddf93a",
"name": "업데이트 성공?",
"type": "n8n-nodes-base.if",
"position": [
-224,
560
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "239351e0-f10a-4dc2-a47f-b5e0978bcda4",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ !!$json.companyId }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "4acc3119-52f3-4be2-8c85-0e2f3d7b5e46",
"name": "생성 성공?",
"type": "n8n-nodes-base.if",
"position": [
-224,
944
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "239351e0-f10a-4dc2-a47f-b5e0978bcda4",
"operator": {
"type": "boolean",
"operation": "true",
"singleValue": true
},
"leftValue": "={{ !!$json.companyId }}",
"rightValue": ""
}
]
}
},
"typeVersion": 2.2
},
{
"id": "5d96a530-4ec1-467c-9b22-f362488c33df",
"name": "스티키 노트7",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
1184
],
"parameters": {
"color": 3,
"width": 448,
"height": 320,
"content": "## Log Company Errors\nSet Tags in ProspectPro to easily detect issues that need to be resolved manually."
},
"typeVersion": 1
},
{
"id": "94b0ece2-3883-4212-9e4f-4c187900853a",
"name": "태그 설정: HubspotSyncFailed",
"type": "n8n-nodes-base.code",
"position": [
80,
1328
],
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "const prospect = $('Get prospect').item.json;\nconst tags = prospect.tags.length > 0 ? prospect.tags.split('|') : [];\n\ntags.push(\"HubspotSyncFailed\");\n\nreturn {\n ...prospect,\n tags\n};"
},
"typeVersion": 2
},
{
"id": "d4a76b65-379c-41eb-bf63-081bd80550ca",
"name": "태그 설정: HubspotSynced",
"type": "n8n-nodes-base.code",
"position": [
80,
560
],
"parameters": {
"jsCode": "const prospect = $('Get prospect').first().json;\nconst tags = prospect.tags.length > 0 ? prospect.tags.split('|') : [];\n\ntags.push(\"HubspotSynced\");\n\nreturn [{ json: { \n ...prospect,\n tags \n} }];"
},
"typeVersion": 2
},
{
"id": "a3101321-8e84-4d13-b044-871b15270dc6",
"name": "return { result: true };",
"type": "n8n-nodes-base.code",
"position": [
544,
560
],
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "return { result: true };"
},
"typeVersion": 2
},
{
"id": "89d38963-c663-4cb8-88dd-9ee0d27fcb43",
"name": "태그 업데이트: 성공",
"type": "@bedrijfsdatanl/n8n-nodes-prospectpro.prospectpro",
"onError": "continueRegularOutput",
"position": [
272,
560
],
"parameters": {
"id": "={{ $json.id }}",
"operation": "patch",
"updateOptions": {
"tags": "={{ $json.tags }}"
},
"requestOptions": {}
},
"credentials": {
"prospectproApi": {
"id": "iP8LAae9yqhn5n6K",
"name": "Bedrijfsdata.nl B.V. - xx003"
}
},
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "f027d84b-1779-4d92-8fdc-5f6c6e92ef97",
"name": "스티키 노트11",
"type": "n8n-nodes-base.stickyNote",
"position": [
464,
384
],
"parameters": {
"width": 256,
"height": 1120,
"content": "## Set output\nThis workflow outputs:\n\n`{ result: Boolean }`"
},
"typeVersion": 1
},
{
"id": "3a7604d2-33d1-4952-92da-5295fcf21ac9",
"name": "return { result: false };",
"type": "n8n-nodes-base.code",
"position": [
544,
1328
],
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "return { result: false };"
},
"typeVersion": 2
},
{
"id": "5bc28447-88e7-4451-8a58-f85d9064b5c4",
"name": "스티키 노트12",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
384
],
"parameters": {
"color": 4,
"width": 448,
"height": 368,
"content": "## Log Sync status to ProspectPro\nAdd a tag to indicate the Prospect has been synced."
},
"typeVersion": 1
},
{
"id": "242c5a58-9892-46f2-b0e5-42211b4abb25",
"name": "태그 업데이트: 실패",
"type": "@bedrijfsdatanl/n8n-nodes-prospectpro.prospectpro",
"onError": "continueRegularOutput",
"position": [
272,
1328
],
"parameters": {
"id": "={{ $json.id }}",
"operation": "patch",
"updateOptions": {
"tags": "={{ $json.tags }}"
},
"requestOptions": {}
},
"credentials": {
"prospectproApi": {
"id": "iP8LAae9yqhn5n6K",
"name": "Bedrijfsdata.nl B.V. - xx003"
}
},
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "aa057f0a-e376-4994-81a2-5eedf4dc3dbe",
"name": "ProspectPro 트리거 예시",
"type": "@bedrijfsdatanl/n8n-nodes-prospectpro.prospectproTrigger",
"position": [
-3040,
560
],
"parameters": {
"label": -1,
"not_tags": "={{ [\"HubspotSyncFailed\"] }}",
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"credentials": {
"prospectproApi": {
"id": "iP8LAae9yqhn5n6K",
"name": "Bedrijfsdata.nl B.V. - xx003"
}
},
"typeVersion": 1
},
{
"id": "e8672121-93d1-43c3-bc17-c63b7c30ab70",
"name": "스티키 노트8",
"type": "n8n-nodes-base.stickyNote",
"position": [
-3136,
176
],
"parameters": {
"width": 576,
"height": 576,
"content": "## Sync Prospects to Hubspot (by Prospect ID)\n*Description:* Sync Prospects from ProspectPro to Hubspot.\n\n*Usage:* Workflow can be connected to a trigger directly (like ProspectPro's \"New website visitor\"), or be used as a sub-flow in a multi-step process.\n\n*Additional information:*\n- Workflow sets tags \"HubspotSynced\" and \"HubspotSyncFailed\" in ProspectPro to indicate whether a prospect has been processed by this workflow. This allows you to prevent re-runs in scenario's where this isn't desirable. Check out the \"ProspectPro Trigger Example\" below for an example.\n- Contact us through https://www.prospectpro.nl/klantenservice/ for support and extra tips on best practises for implementation."
},
"typeVersion": 1
}
],
"active": false,
"pinData": {
"When Executed by Another Workflow": [
{
"json": {
"id": "270391080000"
}
}
]
},
"settings": {
"callerPolicy": "workflowsFromSameOwner",
"errorWorkflow": "Mf7KVxCmCYTFgFAd",
"executionOrder": "v1"
},
"versionId": "363491e7-fb9e-45da-ab1e-02c4eef375cb",
"connections": {
"dd7d4d4f-93f6-4cff-82bc-9378e1cc6680": {
"main": [
[
{
"node": "5faecf8e-4528-47a8-ad8c-39757fe32a25",
"type": "main",
"index": 0
}
],
[
{
"node": "94b0ece2-3883-4212-9e4f-4c187900853a",
"type": "main",
"index": 0
}
]
]
},
"35e41246-74d2-4460-8642-659b3ed1c8a5": {
"main": [
[
{
"node": "08d8eaa0-c8bf-48da-8af4-d11b4470a3a4",
"type": "main",
"index": 0
}
],
[
{
"node": "5849f892-d2d7-4a8b-b92e-00e7e731005e",
"type": "main",
"index": 0
}
]
]
},
"51dc7ba9-c557-4629-9842-d8e71548cea0": {
"main": [
[
{
"node": "8e579c2a-10c4-4e0b-9563-d286d2ec6aab",
"type": "main",
"index": 0
}
],
[
{
"node": "35e41246-74d2-4460-8642-659b3ed1c8a5",
"type": "main",
"index": 0
}
]
]
},
"75e8d8ed-b1b7-4ea8-ac9c-99a7abf9e6c0": {
"main": [
[
{
"node": "dcc5f1cf-8aca-46c9-b5c3-ff1bfcc306be",
"type": "main",
"index": 0
}
],
[
{
"node": "3a7604d2-33d1-4952-92da-5295fcf21ac9",
"type": "main",
"index": 0
}
]
]
},
"8e579c2a-10c4-4e0b-9563-d286d2ec6aab": {
"main": [
[
{
"node": "f30d8294-8aa0-4b8f-835b-bc311f47d9ed",
"type": "main",
"index": 0
}
]
]
},
"5849f892-d2d7-4a8b-b92e-00e7e731005e": {
"main": [
[
{
"node": "4acc3119-52f3-4be2-8c85-0e2f3d7b5e46",
"type": "main",
"index": 0
}
],
[
{
"node": "94b0ece2-3883-4212-9e4f-4c187900853a",
"type": "main",
"index": 0
}
]
]
},
"a42147a2-e19a-4718-adba-3585c8295684": {
"main": [
[
{
"node": "8e579c2a-10c4-4e0b-9563-d286d2ec6aab",
"type": "main",
"index": 0
}
],
[
{
"node": "5849f892-d2d7-4a8b-b92e-00e7e731005e",
"type": "main",
"index": 0
}
]
]
},
"f30d8294-8aa0-4b8f-835b-bc311f47d9ed": {
"main": [
[
{
"node": "6374e07e-0713-4ba3-9dc3-f42e93ddf93a",
"type": "main",
"index": 0
}
],
[
{
"node": "94b0ece2-3883-4212-9e4f-4c187900853a",
"type": "main",
"index": 0
}
]
]
},
"242c5a58-9892-46f2-b0e5-42211b4abb25": {
"main": [
[
{
"node": "3a7604d2-33d1-4952-92da-5295fcf21ac9",
"type": "main",
"index": 0
}
]
]
},
"6374e07e-0713-4ba3-9dc3-f42e93ddf93a": {
"main": [
[
{
"node": "d4a76b65-379c-41eb-bf63-081bd80550ca",
"type": "main",
"index": 0
}
],
[
{
"node": "94b0ece2-3883-4212-9e4f-4c187900853a",
"type": "main",
"index": 0
}
]
]
},
"dcc5f1cf-8aca-46c9-b5c3-ff1bfcc306be": {
"main": [
[
{
"node": "dd7d4d4f-93f6-4cff-82bc-9378e1cc6680",
"type": "main",
"index": 0
}
],
[
{
"node": "3a7604d2-33d1-4952-92da-5295fcf21ac9",
"type": "main",
"index": 0
}
]
]
},
"4acc3119-52f3-4be2-8c85-0e2f3d7b5e46": {
"main": [
[
{
"node": "d4a76b65-379c-41eb-bf63-081bd80550ca",
"type": "main",
"index": 0
}
],
[
{
"node": "94b0ece2-3883-4212-9e4f-4c187900853a",
"type": "main",
"index": 0
}
]
]
},
"89d38963-c663-4cb8-88dd-9ee0d27fcb43": {
"main": [
[
{
"node": "a3101321-8e84-4d13-b044-871b15270dc6",
"type": "main",
"index": 0
}
]
]
},
"d4a76b65-379c-41eb-bf63-081bd80550ca": {
"main": [
[
{
"node": "89d38963-c663-4cb8-88dd-9ee0d27fcb43",
"type": "main",
"index": 0
}
]
]
},
"08d8eaa0-c8bf-48da-8af4-d11b4470a3a4": {
"main": [
[
{
"node": "a42147a2-e19a-4718-adba-3585c8295684",
"type": "main",
"index": 0
}
]
]
},
"94b0ece2-3883-4212-9e4f-4c187900853a": {
"main": [
[
{
"node": "242c5a58-9892-46f2-b0e5-42211b4abb25",
"type": "main",
"index": 0
}
]
]
},
"94bc6245-cee2-4028-89d3-9496ac683eb1": {
"main": [
[
{
"node": "75e8d8ed-b1b7-4ea8-ac9c-99a7abf9e6c0",
"type": "main",
"index": 0
}
]
]
},
"5faecf8e-4528-47a8-ad8c-39757fe32a25": {
"main": [
[
{
"node": "51dc7ba9-c557-4629-9842-d8e71548cea0",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 기타, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
템플릿 - 잠재 고객 ID로 합성 콘텐츠 생성
Bedrijfsdata Web RAG와 OpenAI를 사용하여 구조화된 회사 설명 생성
If
Code
Hubspot
+
If
Code
Hubspot
21 노드Olivier
리드 생성
템플릿 - 매일 잠재 고객 알림 (ProspectPro) 가져오기
B2B 잠재 고객 모니터링: ProspectPro와 Gmail을 사용한 웹사이트 방문자 일일 요약
If
Code
Gmail
+
If
Code
Gmail
22 노드Olivier
리드 생성
Google Gemini 및 Google 스프레드시트를 사용한 Shopify 제품 AI 블로그 생성기
사용Google Gemini및Google Sheets의Shopify제품AI블로그생성기
If
Code
Limit
+
If
Code
Limit
22 노드MANISH KUMAR
기타
경쟁사 콘텐츠 격차 분석기: 자동화된 웹사이트 주제 매핑
Gemini AI, Apify, Google Sheets를 사용한 경쟁사 콘텐츠 격차 분석
If
Set
Code
+
If
Set
Code
30 노드Mychel Garzon
기타
부동산 검색기 크롤러 도우미
PropertyFinder.ae, OpenRouter 및 SerpAPI를 사용하여 AI로 부동산 질문에 답변
If
Set
Code
+
If
Set
Code
18 노드George Zargaryan
기타
당신의 블로그 주제
GPT, Leonardo AI, WordPress 게시로 블로그 게시물 자동 생성
If
Code
Wait
+
If
Code
Wait
26 노드Dean Gallop
콘텐츠 제작