金融市场摘要生成器
中级
这是一个AI Summarization, Multimodal AI领域的自动化工作流,包含 8 个节点。主要使用 HttpRequest, ManualTrigger, Agent, LmChatOpenAi 等节点。 使用SerpAPI和OpenAI GPT的每日金融市场摘要
前置要求
- •可能需要目标 API 的认证凭证
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "ac121027-b4b4-4e1a-b575-df8dabe472e8",
"name": "OpenAI 聊天模型4",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-448,
5248
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-5",
"cachedResultName": "gpt-5"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "4l6TDfLZVFS24g3X",
"name": "OpenAi account 4"
}
},
"typeVersion": 1.2
},
{
"id": "e206c83f-d4e9-421e-b84c-7ef3200357ed",
"name": "当点击“执行工作流”时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-1312,
4736
],
"parameters": {},
"typeVersion": 1
},
{
"id": "91c82cd7-5c71-4dc3-b06b-27b2cb8857f3",
"name": "便签62",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1456,
4576
],
"parameters": {
"color": 7,
"width": 1488,
"height": 928,
"content": "# 💹 使用SerpAPI的每日金融市场摘要"
},
"typeVersion": 1
},
{
"id": "8a8cc32d-cf5f-4a8a-91c2-642b2cefc4d5",
"name": "便签19",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1888,
4592
],
"parameters": {
"width": 400,
"height": 928,
"content": ""
},
"typeVersion": 1
},
{
"id": "e61e0418-0f80-4084-bcc1-80a52fb35afa",
"name": "SerpAPI金融搜索",
"type": "n8n-nodes-base.httpRequest",
"position": [
-992,
5184
],
"parameters": {
"url": "https://serpapi.com/search.json?engine=google_finance&q=^GSPC&api_key=yourapikey",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "30495145-8e9f-4199-853d-570417c95852",
"name": "总结金融市场",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-576,
4832
],
"parameters": {
"text": "={{ $json.markets }}",
"options": {
"systemMessage": "You are a helpful assistant. Write a daily summary of the financial markets performance for the day. start with a paragraph summary, with bullet points with details. "
},
"promptType": "define"
},
"typeVersion": 2.2
},
{
"id": "97f0d556-bbc9-4695-af80-023fdd1d8dc7",
"name": "便签29",
"type": "n8n-nodes-base.stickyNote",
"position": [
-560,
5088
],
"parameters": {
"color": 3,
"width": 288,
"height": 304,
"content": "### 2️⃣ 设置OpenAI连接"
},
"typeVersion": 1
},
{
"id": "1e3ba01f-4625-4b50-841b-90b58e11a147",
"name": "Sticky Note30",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1088,
4960
],
"parameters": {
"color": 3,
"width": 288,
"height": 352,
"content": "### 1️⃣ 设置SerpApi连接"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"OpenAI Chat Model4": {
"ai_languageModel": [
[
{
"node": "Summarize Financial Markets",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"SerpAPI Finance Search": {
"main": [
[
{
"node": "Summarize Financial Markets",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "SerpAPI Finance Search",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - AI 摘要总结, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用Apify爬虫和GPT-4o Mini提取YouTube创作者邮箱
使用Apify爬虫和GPT-4o Mini提取YouTube创作者邮箱
Set
Http Request
Manual Trigger
+5
12 节点Robert Breen
AI 摘要总结
使用GPT-4o自动将Outlook邮件分类到颜色类别
使用GPT-4o自动将Outlook邮件分类到颜色类别
Set
Manual Trigger
Split In Batches
+5
13 节点Robert Breen
AI 摘要总结
使用GPT-5-Nano的自动化Trello看板摘要
使用GPT-5-Nano的自动化Trello看板摘要
Set
Trello
Aggregate
+4
12 节点Robert Breen
AI 摘要总结
使用 GPT-4o-mini 生成每日 Pipedrive 交易摘要
使用 GPT-4o-mini 生成每日 Pipedrive 交易摘要
Set
Code
Aggregate
+6
14 节点Robert Breen
AI 摘要总结
使用Google Sheets、GPT-4o和电子邮件生成营销活动ROI报告
使用Google Sheets、GPT-4o和电子邮件生成营销活动ROI报告
Code
Merge
Aggregate
+7
16 节点Robert Breen
AI 摘要总结
使用 Perplexity AI 研究业务线索并使用 OpenAI 保存到 Google Sheets
使用 Perplexity AI 研究业务线索并使用 OpenAI 保存到 Google Sheets
Set
Merge
Split Out
+8
18 节点Robert Breen
杂项
工作流信息
难度等级
中级
节点数量8
分类2
节点类型5
作者
Robert Breen
@rbreenProfessional services consultant with over 10 years of experience solving complex business problems across industries. I specialize in n8n and process automation—designing custom workflows that integrate tools like Google Calendar, Airtable, GPT, and internal systems. Whether you need to automate scheduling, sync data, or streamline operations, I build solutions that save time and drive results.
外部链接
在 n8n.io 查看 →
分享此工作流