8
n8n 中文网amn8n.com

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)可能需要您自行付费。

工作流信息
难度等级
高级
节点数量16
分类1
节点类型9
难度说明

适合高级用户,包含 16+ 个节点的复杂工作流

外部链接
在 n8n.io 查看

分享此工作流