AI分析与提示生成克隆LinkedIn写作风格至Airtable
高级
这是一个Marketing领域的自动化工作流,包含 16 个节点。主要使用 If, Wait, Airtable, Aggregate, FormTrigger 等节点。 AI分析与提示生成克隆LinkedIn写作风格至Airtable
前置要求
- •Airtable API Key
- •可能需要目标 API 的认证凭证
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "4786bf0f18c0e8e92c361de5a158cabf4eb0bb3b9c113091b054ff26e359a029"
},
"nodes": [
{
"id": "9c883c20-184a-498e-a24f-163523edf0d8",
"name": "工作流说明",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1080,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e84e7d78-e7c6-42bf-9f9b-8e0fac56f083",
"name": "数据收集说明",
"type": "n8n-nodes-base.stickyNote",
"position": [
-360,
-80
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "423bf7af-022e-4def-8fea-5db171c0eb5e",
"name": "分析说明",
"type": "n8n-nodes-base.stickyNote",
"position": [
780,
-80
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "b26ff4b3-a8eb-48ed-b51c-b593f9e240c6",
"name": "存储说明",
"type": "n8n-nodes-base.stickyNote",
"position": [
1760,
-80
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "9cfd5500-7a05-4c79-9db4-e4e52471d170",
"name": "1) 获取LinkedIn帖子",
"type": "n8n-nodes-base.httpRequest",
"position": [
-320,
100
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "8622cc69-0a6f-40b9-8fc2-185b4d105e50",
"name": "2) 等待抓取",
"type": "n8n-nodes-base.wait",
"position": [
-100,
100
],
"webhookId": "e238029e-e85d-46a0-8c30-aef3ddeeef77",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "f040331c-3b69-4fc2-a436-38053057536b",
"name": "3) 检查抓取状态",
"type": "n8n-nodes-base.httpRequest",
"position": [
120,
100
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "3ce89941-3ce7-440d-919d-e908edb5ef4b",
"name": "4) 验证完成状态",
"type": "n8n-nodes-base.if",
"position": [
340,
100
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "7d93a9f8-c960-4913-9402-bbbc42483529",
"name": "5) 获取LinkedIn数据",
"type": "n8n-nodes-base.httpRequest",
"position": [
580,
40
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "ec535456-a7e1-4fe7-9c1a-5271742b6367",
"name": "6) 合并帖子",
"type": "n8n-nodes-base.aggregate",
"position": [
800,
40
],
"parameters": {},
"typeVersion": 1
},
{
"id": "07f350d6-6d33-4a44-b23e-1d6a113a75cc",
"name": "7) 分析写作风格",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
1020,
40
],
"parameters": {},
"typeVersion": 1.6
},
{
"id": "a1dcbc0e-5f1c-4e7c-a655-b24bdf496890",
"name": "8) 生成风格提示",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
1440,
40
],
"parameters": {},
"typeVersion": 1.6
},
{
"id": "fca4fd7a-976d-4c4b-8e69-a4652393bd72",
"name": "0) 开始LinkedIn分析",
"type": "n8n-nodes-base.formTrigger",
"position": [
-540,
100
],
"webhookId": "0490147c-6165-477a-a482-d3ff1abdd7c8",
"parameters": {},
"typeVersion": 2.2
},
{
"id": "8501ebd2-608c-4e24-90f1-72bde8d00930",
"name": "风格分析模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
"position": [
940,
280
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f58af411-dbb2-4c93-a49a-e2cee8253258",
"name": "提示创建模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
"position": [
1400,
280
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ad4d26bc-cd2a-4d08-9737-c2da1a77dc0f",
"name": "9) 保存到Airtable",
"type": "n8n-nodes-base.airtable",
"position": [
1800,
40
],
"parameters": {},
"typeVersion": 2.1
}
],
"pinData": {},
"connections": {
"6) Combine Posts": {
"main": [
[
{
"node": "7) Analyze Writing Style",
"type": "main",
"index": 0
}
]
]
},
"2) Wait for Scraping": {
"main": [
[
{
"node": "3) Check Scraping Status",
"type": "main",
"index": 0
}
]
]
},
"4) Verify Completion": {
"main": [
[
{
"node": "5) Get LinkedIn Data",
"type": "main",
"index": 0
}
],
[
{
"node": "2) Wait for Scraping",
"type": "main",
"index": 0
}
]
]
},
"5) Get LinkedIn Data": {
"main": [
[
{
"node": "6) Combine Posts",
"type": "main",
"index": 0
}
]
]
},
"Style Analysis Model": {
"ai_languageModel": [
[
{
"node": "7) Analyze Writing Style",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Prompt Creation Model": {
"ai_languageModel": [
[
{
"node": "8) Generate Style Prompt",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"1) Fetch LinkedIn Posts": {
"main": [
[
{
"node": "2) Wait for Scraping",
"type": "main",
"index": 0
}
]
]
},
"3) Check Scraping Status": {
"main": [
[
{
"node": "4) Verify Completion",
"type": "main",
"index": 0
}
]
]
},
"7) Analyze Writing Style": {
"main": [
[
{
"node": "8) Generate Style Prompt",
"type": "main",
"index": 0
}
]
]
},
"8) Generate Style Prompt": {
"main": [
[
{
"node": "9) Save to Airtable",
"type": "main",
"index": 0
}
]
]
},
"0) Start LinkedIn Analysis": {
"main": [
[
{
"node": "1) Fetch LinkedIn Posts",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 营销
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
AI个性化多产品邮件营销
基于SMTP轮换的AI个性化多产品邮件营销(GPT-4o/o3-mini)
If
Code
Wait
+16
41 节点Badr
销售
使用AI(GPT-4o)自动化数字产品和SaaS销售
使用AI(GPT-4o)自动化数字产品和SaaS销售
If
Code
Wait
+14
34 节点Badr
销售
WordPress 内容生成器 v3
WordPress 内容生成器 v3
If
Set
Code
+21
102 节点Alex Kim
人工智能
(Duc)深度研究市场模板
集成PerplexityAI研究和OpenAI内容的多层级WordPress博客生成器
If
Set
Xml
+28
132 节点Daniel Ng
人工智能
抓取竞品评论并使用 Bright Data 和 OpenAI 生成广告创意
抓取竞品评论并使用 Bright Data 和 OpenAI 生成广告创意
If
Wait
Gmail
+8
17 节点Yaron Been
产品
使用 Bright Data 和 GPT-4o-mini 抓取 Trustpilot 评论以制作成功广告文案
使用 Bright Data 和 GPT-4o-mini 抓取 Trustpilot 评论以制作成功广告文案
If
Wait
Gmail
+8
18 节点Yaron Been
人工智能