🤓 转化率优化器
初级
这是一个AI, Marketing领域的自动化工作流,包含 4 个节点。主要使用 FormTrigger, HttpRequest, Agent, LmChatOpenAi 等节点,结合人工智能技术实现智能自动化。 使用OpenAI分析落地页并获取优化建议
前置要求
- •可能需要目标 API 的认证凭证
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "gsra9JToRDftNEvH",
"meta": {
"instanceId": "e8ec316b54e91908f34cbfdc330e5d1d5e97aa0ea8f7277c00d8a8a3892c9983",
"templateCredsSetupCompleted": true
},
"name": "🤓 转化率优化器",
"tags": [
{
"id": "QUoce1Blvhtuie7K",
"name": "Business",
"createdAt": "2025-03-06T15:17:58.728Z",
"updatedAt": "2025-03-06T15:17:58.728Z"
}
],
"nodes": [
{
"id": "8aca34c2-65d6-432a-a7a5-fede59c3f4cb",
"name": "着陆页 URL",
"type": "n8n-nodes-base.formTrigger",
"position": [
-180,
0
],
"webhookId": "0818531a-3892-49f6-af78-cde8d538b205",
"parameters": {
"options": {},
"formTitle": "Conversion Rate Optimizer",
"formFields": {
"values": [
{
"fieldLabel": "Landing Page Url",
"placeholder": "https://yuzuu.co",
"requiredField": true
}
]
},
"formDescription": "Your Landing Page is Leaking Sales—Fix It Now"
},
"typeVersion": 2.2
},
{
"id": "61e17805-93aa-46a3-a5a1-36c02da6432a",
"name": "抓取网站",
"type": "n8n-nodes-base.httpRequest",
"position": [
20,
0
],
"parameters": {
"url": "={{ $json['Landing Page Url'] }}",
"options": {}
},
"typeVersion": 4.2
},
{
"id": "cbe8bed2-37a0-4459-a34c-47b87c012875",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
240,
0
],
"parameters": {
"text": "=You are a professional expert in Conversion Rate Optimization who helps business founders & CMOs improve their landing pages. You are a world-class expert in analysing landing pages, roasting them, and providing valuable Conversion Rate Optimization Ideas to help businesses increase conversions. \n\nGOAL\nI want you to roast my landing page and deliver recommendations to improve the Conversion Rate. I will use this roast to understand what's wrong with my landing page and make improvements based on your recommendations. \n\nROAST STRUCTURE\nThis framework consists of 2 blocks of insights: \nRoast: a detailed roast of my landing page.\nRecommendations: 10 conversion rate optimization ideas based on your roast and analysis.\n\nROAST & RECOMMENDATIONS CRITERIA\nFor the Roast: Be friendly & casual. Talk like a human to another human. \nFor the Roast: Be unconventional & fun. I don't want to be bored. A roast must agitate the reader's feelings. \nFor the Roast: You will make a full landing page analysis, and explain what's wrong. You will use this analysis to make recommendations for The Recommendations. \nFor the Recommendations: Be specific. Write exactly what I need to do. Your detailed description for each Conversion Rate Optimization Idea should be self-explanatory. For example, instead of saying “Rewrite your headline”, give me improved ideas for the headline. Your job is to return advanced insights personalised only for my specific landing page. This is a critical law for you.\nFor the Recommendations: Be creative. Don't return trivial and outdated Conversion Rate Optimization ideas that the average marketer would recommend. Prioritise unconventional CRO tactics so I get real value from you here. Think like the top 0.1% conversion rate optimization expert.\nFor the Recommendations: Prioritise Conversion Rate Optimization Ideas that are relevant in the 2024 digital marketing space. \nFor the Recommendations: Your Conversion Rate Optimization ideas must be impactful. Prioritise Conversion Rate Optimization Ideas that adds a wow effect.\nFor the Recommendations: Your Conversion Rate Optimization ideas must be easy to implement.\nFor the Recommendations: Personalise your ideas with references to the Roast you made. I don’t want to read 10 generic ideas that can work for anyone (for example, “add a live chat” or “offer a free trial”). I need a 100% personalised response.\n\nHere is the content of my landing page: {{ $json.data }}",
"options": {},
"promptType": "define"
},
"typeVersion": 1.7
},
{
"id": "37786922-d64b-4e84-916e-1df8daeb0287",
"name": "OpenAI 聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
200,
220
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "o1",
"cachedResultName": "o1"
},
"options": {
"reasoningEffort": "high"
}
},
"credentials": {
"openAiApi": {
"id": "MtyWeuRTqwi3Yx9H",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "38d9dab2-07ed-49cb-836e-a4b3ecf9d7da",
"connections": {
"AI Agent": {
"main": [
[]
]
},
"Scrape Website": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Landing Page Url": {
"main": [
[
{
"node": "Scrape Website",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 人工智能, 营销
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
🤖 页面SEO审计
使用OpenAI分析网站并获取页面SEO审计
Gmail
Merge
Markdown
+6
12 节点Not Another Marketer
人工智能
Facebook广告竞品创意分析与自动邮件报告
使用AI(GPT-4和Gemini)分析竞争对手Facebook广告并生成邮件报告
Set
Wait
Gmail
+13
31 节点SamirLiu
人工智能
使用关键词在 X 和其他社交媒体平台发布最新新闻
使用关键词和 Bright Data 通过 AI 内容生成自动发布最新新闻到 X
If
Code
Wait
+8
16 节点Dvir Sharon
设计
产品+AI图片素材生成器 - Meta广告、邮件、社交媒体(使用fal.ai & Placid)
使用Google Imagen、Ideogram和Placid为广告和社交媒体创建专业营销素材
If
Wait
Merge
+7
40 节点Daniel Setzermann
人工智能
X推文建议
根据您的个人资料查找相关X推文并提供回复建议
Code
Html
Split Out
+7
21 节点@OnePromptMagic
人工智能
间谍工具
使用OpenAI和Firecrawl监控竞争对手网站的变化
Code
Wait
Gmail Tool
+5
14 节点Sleak
产品
工作流信息
难度等级
初级
节点数量4
分类2
节点类型4
作者
Not Another Marketer
@notanothermarketerBuilding Badass AI Agents for Marketing. Pre-made, ready-to-use, fully customizable.
外部链接
在 n8n.io 查看 →
分享此工作流