Fluentform 내보내기
중급
이것은Lead Generation분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 If, Set, Webhook, GoogleSheets, RespondToWebhook 등의 노드를 사용하며. Fluentform에서 Google 시트로 리드 자동 내보내기, 양식 분류 지원
사전 요구사항
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •Google Sheets API 인증 정보
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "utlCHj75iFNNfZRx",
"meta": {
"instanceId": "c2650793f644091dc80fb900fe63448ad1f4b774008de9608064d67294f8307c",
"templateCredsSetupCompleted": true
},
"name": "Fluentform Export",
"tags": [],
"nodes": [
{
"id": "f9a0fc6b-4644-4079-8c00-234a6a4e6e92",
"name": "Webhook 응답",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
1080,
0
],
"parameters": {
"options": {},
"respondWith": "json",
"responseBody": "={\n \"status\": \"success\"\n}"
},
"typeVersion": 1.1
},
{
"id": "bac186bc-e19d-431b-a6bb-e5cd3af9a031",
"name": "newsletter",
"type": "n8n-nodes-base.set",
"position": [
620,
-100
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "5eecb1d8-1dde-4db6-9a99-c5ab39c58653",
"name": "email",
"type": "string",
"value": "={{ $json.body.__submission.user_inputs.email }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "68dc8440-a45c-4577-b303-3c127e2bd880",
"name": "form",
"type": "n8n-nodes-base.set",
"position": [
620,
100
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "b7d088f7-6335-4390-b8cf-1e1caf4249bc",
"name": "fullname",
"type": "string",
"value": "={{ $json.body.names.first_name }} {{ $json.body.names.last_name }}"
},
{
"id": "ba15b685-5fdf-49c5-a5cf-0581355032b9",
"name": "email",
"type": "string",
"value": "={{ $json.body.email }}"
},
{
"id": "f8db42b1-3b5d-4b42-b5cd-c6d7696dba1a",
"name": "no hp",
"type": "string",
"value": "={{ $json.body.numeric_field }}"
},
{
"id": "c3b4c6d6-a227-4263-98ca-f3c20d09846d",
"name": "subject",
"type": "string",
"value": "={{ $json.body.subject }}"
},
{
"id": "279f2943-cb5d-4ed7-8ea8-a839e3c1b9cc",
"name": "message",
"type": "string",
"value": "={{ $json.body.message }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "64383e9d-39ac-41b6-9369-88a8ac3cf441",
"name": "뉴스레터 추가",
"type": "n8n-nodes-base.googleSheets",
"position": [
840,
-100
],
"parameters": {
"columns": {
"value": {
"Email": "={{ $json.email }}"
},
"schema": [
{
"id": "Email",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Email",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Email"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1fnNjkwA12R1wDyevySgkMaYbkJVAtagfRC8dyeyJMII/edit#gid=0",
"cachedResultName": "News Letter"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1fnNjkwA12R1wDyevySgkMaYbkJVAtagfRC8dyeyJMII",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1fnNjkwA12R1wDyevySgkMaYbkJVAtagfRC8dyeyJMII/edit?usp=drivesdk",
"cachedResultName": "leads"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "gnUSHhCw4cKx3pwo",
"name": "khaisa sheet"
}
},
"typeVersion": 4.6
},
{
"id": "25bc2a16-19d6-4e15-9735-316b9aea5e60",
"name": "POST - 리드 조회",
"type": "n8n-nodes-base.webhook",
"position": [
180,
0
],
"webhookId": "1c16c205-1617-43ca-83de-207e5fcc6de6",
"parameters": {
"path": "your-path",
"options": {},
"httpMethod": "POST",
"responseMode": "responseNode"
},
"typeVersion": 2
},
{
"id": "19fa286d-10ae-4afc-bf19-113a085fc371",
"name": "폼 또는 뉴스레터?",
"type": "n8n-nodes-base.if",
"position": [
400,
0
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "b096ba9d-1b60-47ab-ab9f-a4e83c953e8b",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.body._fluentform_2_fluentformnonce }}",
"rightValue": "c40c9119f6"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "1a5b1211-c7cb-46b7-a108-4c9dca305d24",
"name": "폼 추가",
"type": "n8n-nodes-base.googleSheets",
"position": [
840,
100
],
"parameters": {
"columns": {
"value": {
"email": "={{ $json.email }}",
"no hp": "={{ $json['no hp'] }}",
"message": "={{ $json.message }}",
"subject": "={{ $json.subject }}",
"full name": "={{ $json.fullname }}"
},
"schema": [
{
"id": "full name",
"type": "string",
"display": true,
"required": false,
"displayName": "full name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "email",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "no hp",
"type": "string",
"display": true,
"required": false,
"displayName": "no hp",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "subject",
"type": "string",
"display": true,
"required": false,
"displayName": "subject",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "message",
"type": "string",
"display": true,
"required": false,
"displayName": "message",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"email"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 799661662,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1fnNjkwA12R1wDyevySgkMaYbkJVAtagfRC8dyeyJMII/edit#gid=799661662",
"cachedResultName": "form"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1fnNjkwA12R1wDyevySgkMaYbkJVAtagfRC8dyeyJMII",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1fnNjkwA12R1wDyevySgkMaYbkJVAtagfRC8dyeyJMII/edit?usp=drivesdk",
"cachedResultName": "leads"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "gnUSHhCw4cKx3pwo",
"name": "khaisa sheet"
}
},
"typeVersion": 4.6
},
{
"id": "node_tuuo8spg6",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
180,
-200
],
"parameters": {
"width": 320,
"content": "## Guideline\n\n- adjust your ```webhook url``` on fluent form\n- configure your spreadsheet credentials"
},
"typeVersion": 1
},
{
"id": "25381d46-98e9-49a1-911f-5d2928ed906b",
"name": "스티커 - Parser1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1020,
160
],
"parameters": {
"color": 4,
"width": 280,
"content": "### This Workflow is free!\n Got ideas, feedback, or just wanna chat? Hit me up [here](https://khmuhtadin.com) \n\nFeeling generous? Buy me a [coffee](coff.ee/khmuhtadin) to keep the buzz going! ☕"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "6fc3feab-072e-4c00-92a9-b5d4399dd624",
"connections": {
"68dc8440-a45c-4577-b303-3c127e2bd880": {
"main": [
[
{
"node": "1a5b1211-c7cb-46b7-a108-4c9dca305d24",
"type": "main",
"index": 0
}
]
]
},
"bac186bc-e19d-431b-a6bb-e5cd3af9a031": {
"main": [
[
{
"node": "64383e9d-39ac-41b6-9369-88a8ac3cf441",
"type": "main",
"index": 0
}
]
]
},
"1a5b1211-c7cb-46b7-a108-4c9dca305d24": {
"main": [
[
{
"node": "f9a0fc6b-4644-4079-8c00-234a6a4e6e92",
"type": "main",
"index": 0
}
]
]
},
"64383e9d-39ac-41b6-9369-88a8ac3cf441": {
"main": [
[
{
"node": "f9a0fc6b-4644-4079-8c00-234a6a4e6e92",
"type": "main",
"index": 0
}
]
]
},
"19fa286d-10ae-4afc-bf19-113a085fc371": {
"main": [
[
{
"node": "bac186bc-e19d-431b-a6bb-e5cd3af9a031",
"type": "main",
"index": 0
}
],
[
{
"node": "68dc8440-a45c-4577-b303-3c127e2bd880",
"type": "main",
"index": 0
}
]
]
},
"25bc2a16-19d6-4e15-9735-316b9aea5e60": {
"main": [
[
{
"node": "19fa286d-10ae-4afc-bf19-113a085fc371",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 리드 생성
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
자동화된 Leadfeeder와 Apollo.io 데이터 수집
유인물 풍부한 파이프라인: Leadfeeder에서 Apollo로 이동하여 Google 스프레드시트까지
If
Set
Code
+
If
Set
Code
23 노드Khairul Muhtadin
리드 생성
티켓 백엔드
행사 티켓 백엔드: Google Sheets와 Gmail을 사용하여 자동으로 QR 코드 티켓 생성
If
Code
Gmail
+
If
Code
Gmail
35 노드Khairul Muhtadin
콘텐츠 제작
LinkedIn 잠재 고객 생성 및 CRM 자동화 패키지
Apify를 사용하여 LinkedIn 개인 프로필을 추출하고 Google Sheets CRM에 자동으로 잠재 고객 데이터를 생성합니다
If
Set
Code
+
If
Set
Code
18 노드David Olusola
리드 생성
스마트资金관리器
基于Telegram、Google Sheets및OpenAI의AI驱动收据및支出追踪器
If
Set
Code
+
If
Set
Code
50 노드Khairul Muhtadin
금융
리드 생성 및 이메일 워크플로
Google 지도, SendGrid 및 AI를 사용한 B2B 잠재 고객 개발 및 이메일 마케팅 자동화
If
Set
Code
+
If
Set
Code
141 노드Ezema Kingsley Chibuzo
리드 생성
Google Maps, GPT-4, WhatsApp을 사용한 비즈니스 파트너 확장 자동화
Google Maps, GPT-4, WhatsApp을 사용한 비즈니스 파트너 확장 자동화
If
Set
Code
+
If
Set
Code
64 노드Khairul Muhtadin
AI 챗봇