GPT-5 세일즈 담당자 인바운드 리드
중급
이것은Lead Nurturing, Multimodal AI분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Gmail, FormTrigger, Agent, TavilyTool, LmChatOpenAi 등의 노드를 사용하며. GPT-4, Tavily 리서치 및 Gmail 기반 자동화된 영업 후속
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •OpenAI API Key
사용된 노드 (11)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "JRk4BidOsJmNYCz3",
"meta": {
"instanceId": "1c7b08fed4406d546caf4a44e8b942ca317e7e207bb9a5701955a1a6e1ce1843",
"templateCredsSetupCompleted": true
},
"name": "GPT-5 Sales Rep Inbound Lead",
"tags": [],
"nodes": [
{
"id": "5c469742-7089-4322-9d7f-363d89bc8e84",
"name": "폼 제출 시",
"type": "n8n-nodes-base.formTrigger",
"position": [
-140,
0
],
"parameters": {
"options": {},
"formTitle": "Business Inquiry",
"formFields": {
"values": [
{
"fieldLabel": "First Name",
"requiredField": true
},
{
"fieldLabel": "Last Name",
"requiredField": true
},
{
"fieldLabel": "Business URL",
"requiredField": true
},
{
"fieldType": "email",
"fieldLabel": "Email",
"requiredField": true
},
{
"fieldType": "number",
"fieldLabel": "Phone Number (Optional)"
},
{
"fieldLabel": "How can we help you?"
}
]
},
"formDescription": "Thank you for your inquiry, we'll get back to you soon!"
},
"typeVersion": 2.2
},
{
"id": "530607dd-d303-41a3-94f3-a4c89e4c6a66",
"name": "OpenAI 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
80,
300
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-5",
"cachedResultName": "gpt-5"
},
"options": {}
},
"typeVersion": 1.2
},
{
"id": "648633b1-b8c2-437f-9384-ce9e9e170675",
"name": "심플 메모리",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
260,
300
],
"parameters": {
"sessionKey": "={{ $workflow.id }}",
"sessionIdType": "customKey"
},
"typeVersion": 1.3
},
{
"id": "a4aaf6f0-409a-41e6-94f5-99a69f47f126",
"name": "Tavily",
"type": "@tavily/n8n-nodes-tavily.tavilyTool",
"position": [
400,
300
],
"parameters": {
"query": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Query', ``, 'string') }}",
"options": {}
},
"typeVersion": 1
},
{
"id": "36bf640f-df08-4abd-b7a1-592ef2fff1d2",
"name": "구조화 출력 파서",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
540,
300
],
"parameters": {
"jsonSchemaExample": "{\n\t\"Subject Line\": \"Hello from Purple Unicorn Marketing\",\n\t\"Body\": \"Hey Jake, this is bob from Purpler Unicorn Marketing. Thank you for your inquiry, booking a meeting with me here: www.calendly.com/book-now\"\n}"
},
"typeVersion": 1.3
},
{
"id": "1c4e1648-934d-49cc-b645-beb11522ddfe",
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
760,
0
],
"parameters": {
"sendTo": "={{ $('On form submission').item.json.Email }}",
"message": "={{ $json.output.Body }}",
"options": {},
"subject": "={{ $json.output['Subject Line'] }}",
"emailType": "text"
},
"typeVersion": 2.1
},
{
"id": "6b471a24-6145-47f3-aa19-88aaf1120b63",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-240,
-120
],
"parameters": {
"width": 260,
"height": 640,
"content": "Form Submission Trigger"
},
"typeVersion": 1
},
{
"id": "77a38bef-3f32-48f9-9339-b7071fd1fa03",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
-120
],
"parameters": {
"color": 5,
"width": 640,
"height": 640,
"content": "GPT-5 Inbound Lead Research & Email Writing Agent"
},
"typeVersion": 1
},
{
"id": "972490fa-d89c-448b-bc99-62308159833a",
"name": "GPT-5 리서치 및 카피라이팅",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
220,
0
],
"parameters": {
"text": "=First Name: {{ $json['First Name'] }}\nLast Name: {{ $json['Last Name'] }}\nBusiness URL: {{ $json['Business URL'] }}\nEmail: {{ $json.Email }}\nPhone Number: {{ $json['Phone Number (Optional)'] }}\nHow Can We Help:{{ $json['How can we help you?'] }}",
"options": {
"systemMessage": "You are an effective inbound lead email agent. Your role is to research on the lead's business information and lead's problem statement to craft a personalized email to be sent to the leads with the goal of booking a meeting at www.calendly.com/book-now. Use a friendly tone which is welcoming and easy to read, clear call to action. \n\n#Tool\nUse the Tavily tool to carry out online research that will help your email to the lead.\n\n##Output\nOutput the email subject line and body in separated JSON Object forma. \n"
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 2
},
{
"id": "b288c417-12e7-4c66-82c1-5a9bdb5a10b3",
"name": "스티키 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
700,
-120
],
"parameters": {
"color": 4,
"width": 320,
"height": 640,
"content": "Send Email Node"
},
"typeVersion": 1
},
{
"id": "905eaacd-4e12-44c3-81dc-6af2e784dd6a",
"name": "스티키 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-820,
-120
],
"parameters": {
"color": 2,
"width": 560,
"height": 960,
"content": "🚀 GPT-5 AI Lead Research & Auto-Email Agent – Instant Personalized Follow-Ups for Inbound Leads\n\nDescription:\nTurn every inbound lead into a booked meeting — automatically.\n\nFor step-by-step guide on how to build workflows like these, watch the free tutorial videos here:\nhttps://www.youtube.com/@Automatewithmarc\n\nThis n8n workflow uses the latest GPT-5 model as your 24/7 \nAI research and email assistant. The moment a prospect submits your lead form, the workflow:\nCaptures lead details (name, business URL, email, and inquiry).\nResearches the lead’s business online using the Tavily AI search tool for relevant context.\nWrites a highly-personalized email with GPT-5, including a compelling subject line, friendly tone, and clear call-to-action to book a meeting.\nSends the email automatically via Gmail — no manual work required.\nPerfect for startups, agencies, SaaS companies, and B2B sales teams, this template ensures lightning-fast responses and higher conversion rates.\n\nKey Features & Benefits:\n\n🔍 AI-powered research – pulls real, up-to-date insights on your leads before responding.\n✍ Natural, persuasive copywriting – GPT-5 crafts emails that sound human, not robotic.\n⏱ Instant follow-ups – zero delay from form submission to inbox.\n📈 Boost booking rates – every email includes your scheduling link (e.g., Calendly).\n⚙ No-code automation – easily customize tone, style, or meeting link.\n\nIdeal Use Cases:\n\nAutomating inbound lead follow-up in marketing agencies.\nPersonalized outreach for B2B SaaS sales teams.\nHigh-touch response for consultants and service providers.\n\nIncluded Integrations:\n\nForm Trigger – capture lead data.\nTavily Search Tool – enrich lead profiles with live research.\nGPT-5 Agent – craft tailored responses with contextual awareness.\n\nGmail – send professional follow-up emails instantly.\n💡 Pro Tip: Pair this with your CRM in n8n to log every lead interaction and track conversions end-to-end."
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "6c9196b0-6c64-4c79-a10f-8a63420da7bd",
"connections": {
"a4aaf6f0-409a-41e6-94f5-99a69f47f126": {
"ai_tool": [
[
{
"node": "972490fa-d89c-448b-bc99-62308159833a",
"type": "ai_tool",
"index": 0
}
]
]
},
"648633b1-b8c2-437f-9384-ce9e9e170675": {
"ai_memory": [
[
{
"node": "972490fa-d89c-448b-bc99-62308159833a",
"type": "ai_memory",
"index": 0
}
]
]
},
"530607dd-d303-41a3-94f3-a4c89e4c6a66": {
"ai_languageModel": [
[
{
"node": "972490fa-d89c-448b-bc99-62308159833a",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"5c469742-7089-4322-9d7f-363d89bc8e84": {
"main": [
[
{
"node": "972490fa-d89c-448b-bc99-62308159833a",
"type": "main",
"index": 0
}
]
]
},
"36bf640f-df08-4abd-b7a1-592ef2fff1d2": {
"ai_outputParser": [
[
{
"node": "972490fa-d89c-448b-bc99-62308159833a",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"972490fa-d89c-448b-bc99-62308159833a": {
"main": [
[
{
"node": "1c4e1648-934d-49cc-b645-beb11522ddfe",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 리드 육성, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
자동 인바운드 영업 후속 조치
GPT-5, Pinecone, Tavily 리서치를 활용한 맞춤형 영업 자동 후속 조치
Gmail
Form Trigger
Agent
+
Gmail
Form Trigger
Agent
12 노드Automate With Marc
리드 육성
팟캐스트 자동화
GPT, Claude 및 Eleven Labs 텍스트 음성 변환을 통한 팟캐스트 생성 자동화
Gmail
Http Request
Agent
+
Gmail
Http Request
Agent
16 노드Automate With Marc
콘텐츠 제작
이메일 뉴스 MCP 템플릿
이메일 초안 및 뉴스 연구 어시스턴트 - OpenAI, Gmail, Tavily, Perplexity 통합
Gmail Tool
Perplexity Tool
Agent
+
Gmail Tool
Perplexity Tool
Agent
18 노드Automate With Marc
AI 챗봇
판매 유도 - Jina로 Gmail
Jina AI와 OpenAI를 사용하여 판매 유도 정보 생성 및 연구, Gmail을 통해 이메일 자동화
If
Set
Wait
+
If
Set
Wait
43 노드FabioInTech
리드 육성
GPT-4o-mini, Outlook 이메일 및 Twilio SMS 기반 AI 웹폼 응답기
GPT-4o-mini, Outlook 이메일 및 Twilio SMS 통합 AI 웹폼 자동 응답 시스템
Wait
Twilio
Form Trigger
+
Wait
Twilio
Form Trigger
10 노드Robert Breen
리드 육성
Slack - AI가 대신 일하기
GPT 및 Google Docs RAG를 사용하여 Slack 메시지 자동 응답
Slack
Slack Trigger
Google Docs Tool
+
Slack
Slack Trigger
Google Docs Tool
10 노드Automate With Marc
내부 위키
워크플로우 정보
난이도
중급
노드 수11
카테고리2
노드 유형8
저자
Automate With Marc
@marconiAutomating Start-Up and Business processes. Helping non-techies understand and leverage Agentic AI with easy to understand step-by-step tutorials. Check out my educational content: https://www.youtube.com/@Automatewithmarc
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유