Perplexity 연구 어시스턴트
초급
이것은AI, Marketing분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Set, HttpRequest, ExecuteWorkflowTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Perplexity Sonar API 기반 AI 연구 어시스턴트
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "5uapJIjLLhwnhX0n",
"meta": {
"instanceId": "2b69b24ad1a51b447e1a0d6f8c70b16aca715ccfaf123eb531f92865766fce1c",
"templateCredsSetupCompleted": true
},
"name": "Perplexity Researcher",
"tags": [],
"nodes": [
{
"id": "5790066d-4157-4844-aeaa-47706140ed7a",
"name": "다른 워크플로우에 의해 실행될 때",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"notes": "Find the latest content related to the field/knowledge you are interested in.\nIn-depth materials to prepare for the writing section",
"position": [
-60,
-380
],
"parameters": {
"inputSource": "passthrough"
},
"typeVersion": 1.1
},
{
"id": "311eb2bf-3b79-46cf-abb1-9d90791167c3",
"name": "프롬프트 변수 설정",
"type": "n8n-nodes-base.set",
"position": [
220,
-380
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "bab0ccff-a856-49d5-833b-80e65874475e",
"name": "System",
"type": "string",
"value": "Assisstant is a language model. Assistant is designed to be able to assist with a wide range of task, form answering simple question to providing in-depth explanations and discussions on a wide range of topics. As a language model, assistant is able to generate human-like text based on the imput it receives, allowing it to engage in natural-sounding evoling. It’s able to process and understand large amounts of text, and can use this knowledge to provide accurate and informative responses to a wide range of question. Additionally, Assistant is able to generate its own text based on the imput it receives, allowing it to engage in discussions and provide explanations and description on a wide range of topics. Overall, Assistant is a powerfull system that can help with a wide range of task and provide valuable insights and information on a wide range of topics. What you need help with a specific question or just want to have a conversation about a particular topic, Assistant is here to assist"
},
{
"id": "1a6d7638-e2a4-495c-92d4-e0626b676b18",
"name": "User",
"type": "string",
"value": "={{ $json.query }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "4385053f-c9c8-4aae-b0d2-4cf7a7817164",
"name": "API 응답 추출",
"type": "n8n-nodes-base.set",
"position": [
620,
-380
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "c5869f36-70cb-439a-8ad0-0382b37f9798",
"name": "Respone Message Content",
"type": "string",
"value": "={{ $json.choices[0].message.content }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "b8e3f54b-5148-4e04-a8b1-e3003a0ee128",
"name": "워크플로우 개요",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
-480
],
"parameters": {
"width": 1080,
"height": 300,
"content": "## Perplexity Research Workflow Overview\nThis workflow takes a user query, formats it using a system prompt, and sends it to the Perplexity AI Sonar model for search.\nResponses are extracted and returned as clean output."
},
"typeVersion": 1
},
{
"id": "7b77de3d-279a-4c33-b4c1-a796ab94a7fa",
"name": "Perplexity 연구 콘텐츠1",
"type": "n8n-nodes-base.httpRequest",
"position": [
420,
-380
],
"parameters": {
"url": "https://api.perplexity.ai/chat/completions",
"method": "POST",
"options": {},
"jsonBody": "={\n \"model\": \"sonar\",\n \"messages\": [\n {\n \"role\": \"system\",\n \"content\": \"{{ $json.System }}\"\n },\n {\n \"role\": \"user\",\n \"content\": \"{{ $json.User || $json.query || $json.question || $json['Research Query'] || 'No input provided' }}\"\n }\n ],\n \"max_tokens\": 4000,\n \"temperature\": 0.2,\n \"top_p\": 0.9,\n \"return_citations\": true,\n \"search_domain_filter\": [\n \"perplexity.ai\"\n ],\n \"return_images\": false,\n \"return_related_questions\": false,\n \"search_recency_filter\": \"month\",\n \"top_k\": 0,\n \"stream\": false,\n \"presence_penalty\": 0,\n \"frequency_penalty\": 1\n}\n\n",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "XTRc36olCHOn9XQP",
"name": "Header Auth account 2"
}
},
"notesInFlow": false,
"typeVersion": 4.2
}
],
"active": false,
"pinData": {},
"settings": {
"callerPolicy": "any",
"executionOrder": "v1"
},
"versionId": "d506eade-acc3-40ed-9dfc-909cdf373969",
"connections": {
"5790066d-4157-4844-aeaa-47706140ed7a": {
"main": [
[
{
"node": "311eb2bf-3b79-46cf-abb1-9d90791167c3",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 인공지능, 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
자동화 뉴스-브리핑 AI 에이전트 v13
AI 뉴스 연구 팀: 24/7 브리핑 자동화, Perplexity 인용 포함
Set
Code
Gmail
+
Set
Code
Gmail
37 노드Derek Cheung
제품
AI를 사용하여 WordPress 블로그 게시물에 태그 자동 추가
AI를 사용하여 WordPress 블로그 글에 자동 태그 지정
If
Set
Code
+
If
Set
Code
32 노드Ludwig
인공지능
Browserflow와 Google Sheets를 사용한 LinkedIn 요청 및 첫 메시지 자동화
Browserflow 및 Google Sheets를 사용한 자동화된 LinkedIn 요청 및 아이스브레이킹 메시지
If
Set
Sort
+
If
Set
Sort
44 노드PollupAI
영업
블로그 WordPress 복제 판매
GPT-4, Perplexity AI 및 WordPress를 사용한 SEO 블로그 콘텐츠 생성 자동화
Set
Code
Notion
+
Set
Code
Notion
39 노드LukaszB
인공지능
자동화 블로그 작성 및 소셜 미디어 프로모션 에이전트
GPT-4, Perplexity 및 WordPress를 사용한 SEO 블로그 생성 + 소셜 미디어 자동화
Set
Code
Gmail
+
Set
Code
Gmail
79 노드LukaszB
디자인
WordPress용 AI 블로그 콘텐츠 작성기 및 이미지 생성기
GPT Image 1 및 Perplexity 기반 WordPress 자동화된 블로그 콘텐츠 생성기
Set
Code
Notion
+
Set
Code
Notion
41 노드LukaszB
인공지능