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": {
"ec535456-a7e1-4fe7-9c1a-5271742b6367": {
"main": [
[
{
"node": "07f350d6-6d33-4a44-b23e-1d6a113a75cc",
"type": "main",
"index": 0
}
]
]
},
"8622cc69-0a6f-40b9-8fc2-185b4d105e50": {
"main": [
[
{
"node": "f040331c-3b69-4fc2-a436-38053057536b",
"type": "main",
"index": 0
}
]
]
},
"3ce89941-3ce7-440d-919d-e908edb5ef4b": {
"main": [
[
{
"node": "7d93a9f8-c960-4913-9402-bbbc42483529",
"type": "main",
"index": 0
}
],
[
{
"node": "8622cc69-0a6f-40b9-8fc2-185b4d105e50",
"type": "main",
"index": 0
}
]
]
},
"7d93a9f8-c960-4913-9402-bbbc42483529": {
"main": [
[
{
"node": "ec535456-a7e1-4fe7-9c1a-5271742b6367",
"type": "main",
"index": 0
}
]
]
},
"8501ebd2-608c-4e24-90f1-72bde8d00930": {
"ai_languageModel": [
[
{
"node": "07f350d6-6d33-4a44-b23e-1d6a113a75cc",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"f58af411-dbb2-4c93-a49a-e2cee8253258": {
"ai_languageModel": [
[
{
"node": "a1dcbc0e-5f1c-4e7c-a655-b24bdf496890",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"9cfd5500-7a05-4c79-9db4-e4e52471d170": {
"main": [
[
{
"node": "8622cc69-0a6f-40b9-8fc2-185b4d105e50",
"type": "main",
"index": 0
}
]
]
},
"f040331c-3b69-4fc2-a436-38053057536b": {
"main": [
[
{
"node": "3ce89941-3ce7-440d-919d-e908edb5ef4b",
"type": "main",
"index": 0
}
]
]
},
"07f350d6-6d33-4a44-b23e-1d6a113a75cc": {
"main": [
[
{
"node": "a1dcbc0e-5f1c-4e7c-a655-b24bdf496890",
"type": "main",
"index": 0
}
]
]
},
"a1dcbc0e-5f1c-4e7c-a655-b24bdf496890": {
"main": [
[
{
"node": "ad4d26bc-cd2a-4d08-9737-c2da1a77dc0f",
"type": "main",
"index": 0
}
]
]
},
"fca4fd7a-976d-4c4b-8e69-a4652393bd72": {
"main": [
[
{
"node": "9cfd5500-7a05-4c79-9db4-e4e52471d170",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 营销
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
AI个性化多产品邮件营销
基于SMTP轮换的AI个性化多产品邮件营销(GPT-4o/o3-mini)
If
Code
Wait
+
If
Code
Wait
41 节点Badr
销售
使用AI(GPT-4o)自动化数字产品和SaaS销售
使用AI(GPT-4o)自动化数字产品和SaaS销售
If
Code
Wait
+
If
Code
Wait
34 节点Badr
销售
WordPress 内容生成器 v3
WordPress 内容生成器 v3
If
Set
Code
+
If
Set
Code
102 节点Alex Kim
人工智能
使用Bright Data、Gemini AI和Google
使用Bright Data、Gemini AI和Google Sheets按关键词分析Crunchbase初创公司
If
Code
Wait
+
If
Code
Wait
13 节点Gleb D
人工智能
使用AI、ElevenLabs和多平台发布创建和审批POV视频
使用AI、ElevenLabs和多平台发布创建和审批POV视频(TikTok/IG/YT)
If
Set
Code
+
If
Set
Code
60 节点Immanuel
设计
使用OpenAI脚本、Leonardo图像和HeyGen虚拟形象创建AI视频
使用OpenAI脚本、Leonardo图像和HeyGen虚拟形象创建AI视频
If
Set
Code
+
If
Set
Code
68 节点Adam Crafts
设计