Perplexity研究助手
初级
这是一个AI、Marketing领域的自动化工作流,包含 5 个节点。主要使用 Set、HttpRequest、ExecuteWorkflowTrigger 等节点,结合人工智能技术实现智能自动化。 基于Perplexity Sonar API的AI研究助手
前置要求
- •可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "5uapJIjLLhwnhX0n",
"meta": {
"instanceId": "2b69b24ad1a51b447e1a0d6f8c70b16aca715ccfaf123eb531f92865766fce1c",
"templateCredsSetupCompleted": true
},
"name": "Perplexity 研究助手",
"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 研究工作流概述"
},
"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": {
"When Executed by Another Workflow": {
"main": [
[
{
"node": "Set Prompt Variables",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
这是一个初级难度的工作流,适用于AI、Marketing等场景。适合 n8n 新手,包含 1-5 个节点的简单工作流
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
ELEVEN LABS 多智能体系统
基于ElevenLabs、OpenAI和内容生成的语音驱动营销助手
If
Set
Webhook
+16
56 节点David Olusola
AI
上传发布和FLUX Kontext
使用FLUX Kontext创建角色一致的图像并通过上传发布到社交媒体
If
Set
Wait
+9
27 节点Eduard
Design
使用脚本、图像和HeyGen虚拟形象创建AI视频(🔥限时优惠)
使用脚本、图像和HeyGen虚拟形象创建AI视频(🔥限时优惠)
If
Set
Code
+15
68 节点Adam Crafts
Design
Twitter线程(刷屏)翻译器和发布器
使用OpenAI翻译并以多种语言重新发布Twitter线程
If
Set
Code
+15
62 节点enes cingoz
AI
使用OpenAI脚本、Leonardo图像和HeyGen虚拟形象创建AI视频
使用OpenAI脚本、Leonardo图像和HeyGen虚拟形象创建AI视频
If
Set
Code
+15
68 节点Adam Crafts
Design
自动化博客撰写与社交媒体推广代理
使用GPT-4、Perplexity和WordPress自动化SEO博客创建+社交媒体
Set
Code
Gmail
+21
79 节点LukaszB
Design