AI破冰内容生成器:使用Dumpling AI抓取网站并保存到Airtable

中级

这是一个AI、Marketing领域的自动化工作流,包含 9 个节点。主要使用 Wait、Airtable、HttpRequest、SplitInBatches、ScheduleTrigger 等节点,结合人工智能技术实现智能自动化。 AI破冰内容生成器:使用Dumpling AI抓取网站并保存到Airtable

前置要求
  • Airtable API Key
  • 可能需要目标 API 的认证凭证
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "FQ3d3ucbw3NXgnUo",
  "meta": {
    "instanceId": "a1ae5c8dc6c65e674f9c3947d083abcc749ef2546dff9f4ff01de4d6a36ebfe6",
    "templateCredsSetupCompleted": true
  },
  "name": "AI破冰内容生成器:使用Dumpling AI抓取网站并保存到Airtable",
  "tags": [],
  "nodes": [
    {
      "id": "40c158ab-6e9c-4296-873c-c879714b65a6",
      "name": "无操作,不执行任何操作",
      "type": "n8n-nodes-base.noOp",
      "position": [
        100,
        -140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d63720a5-9785-45d1-a8ba-a9c961031095",
      "name": "每日运行处理新潜在客户",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -560,
        60
      ],
      "parameters": {
        "rule": {
          "interval": [
            {}
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "e5804c37-2a8d-4574-852a-f885c6941e31",
      "name": "搜索未设置破冰内容的潜在客户",
      "type": "n8n-nodes-base.airtable",
      "position": [
        -340,
        60
      ],
      "parameters": {
        "base": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "https://airtable.com/appPSvSKdA6075xJC",
          "cachedResultName": "Testing n8n"
        },
        "table": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "https://airtable.com/appPSvSKdA6075xJC/tbl1KgkRF2EEMc2Fq",
          "cachedResultName": "cold leads"
        },
        "options": {},
        "operation": "search",
        "filterByFormula": "{Ice breaker} = ''"
      },
      "credentials": {
        "airtableTokenApi": {
          "id": "H8PVkBgUPCcUhhRC",
          "name": "Airtable Personal Access Token account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "839fd20b-5a5d-4419-85b0-9b82223c8b95",
      "name": "遍历每个潜在客户",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -120,
        60
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 3
    },
    {
      "id": "78b197e2-6028-49a0-9100-5cc44838a9cd",
      "name": "发送请求前等待",
      "type": "n8n-nodes-base.wait",
      "position": [
        100,
        60
      ],
      "webhookId": "d6b29fad-724c-49ad-93ed-6ebfe17d3a4c",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "de96d330-006b-4410-8b75-83c3b9658045",
      "name": "使用Dumpling AI抓取潜在客户网站",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        320,
        60
      ],
      "parameters": {
        "url": "https://app.dumplingai.com/api/v1/scrape",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n  \"url\": \"{{ $json.Website }}\"\n}\n",
        "sendBody": true,
        "specifyBody": "json",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth"
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "RLFzAcGRepr5eXZB",
          "name": "Dumpling AI-n8n"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "5d5675b6-4245-4562-a9d2-7cf54fe20b75",
      "name": "生成破冰内容、摘要和邮件(GPT-4o)",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        540,
        60
      ],
      "parameters": {
        "modelId": {
          "__rl": true,
          "mode": "list",
          "value": "chatgpt-4o-latest",
          "cachedResultName": "CHATGPT-4O-LATEST"
        },
        "options": {},
        "messages": {
          "values": [
            {
              "role": "system",
              "content": "=You are a smart assistant helping write personalized outreach. Below is content scraped from a lead’s website, along with the lead’s name.\n\nUsing this, please generate the following:\n\nIcebreaker: A short, friendly opening line that shows we took time to look at their business.\n\nEmail Body: A short cold outreach email that introduces what we do and how we can help, referencing their business or needs where relevant.\n\nWebsite Summary: A short summary (2 or 3 lines) of what their website is about, written in plain English.\n\nPlease return your response in this JSON format:\n\n{\n  \"icebreaker\": \"string\",\n  \"email_body\": \"string\",\n  \"website_summary\": \"string\"\n}"
            },
            {
              "content": "=Lead Name: {{ $('Search Cold Leads Without Icebreaker').item.json.Name }}\nScraped Website Content:{{ $json.content }}"
            }
          ]
        },
        "jsonOutput": true
      },
      "credentials": {
        "openAiApi": {
          "id": "dd8NvMC6rvx8RITo",
          "name": "OpenAi account 2"
        }
      },
      "typeVersion": 1.8
    },
    {
      "id": "05a2b673-8e2a-41cf-9a01-eb19b2e584ea",
      "name": "将AI输出保存回Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        960,
        60
      ],
      "parameters": {
        "base": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "https://airtable.com/appPSvSKdA6075xJC",
          "cachedResultName": "Testing n8n"
        },
        "table": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "https://airtable.com/appPSvSKdA6075xJC/tbl1KgkRF2EEMc2Fq",
          "cachedResultName": "cold leads"
        },
        "columns": {
          "value": {
            "id": "={{ $('Search Cold Leads Without Icebreaker').item.json.id }}",
            "Name": "={{ $('Search Cold Leads Without Icebreaker').item.json.Name }}",
            "Phone": "={{ $('Search Cold Leads Without Icebreaker').item.json.Phone }}",
            "Website": "={{ $('Search Cold Leads Without Icebreaker').item.json.Website }}",
            "Email body": "={{ $json.message.content.email_body }}",
            "Ice breaker": "={{ $json.message.content.icebreaker }}",
            "website summary": "={{ $json.message.content.website_summary }}"
          },
          "schema": [
            {
              "id": "id",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": true,
              "required": false,
              "displayName": "id",
              "defaultMatch": true
            },
            {
              "id": "Name",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Website",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Website",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Phone",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Phone",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Ice breaker",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Ice breaker",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "website summary",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "website summary",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Email body",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Email body",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "id"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "update"
      },
      "credentials": {
        "airtableTokenApi": {
          "id": "H8PVkBgUPCcUhhRC",
          "name": "Airtable Personal Access Token account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "cd8dac4b-6575-45fc-95fd-3052b244b0a2",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -640,
        -260
      ],
      "parameters": {
        "width": 810,
        "height": 480,
        "content": "### 🔄 基于潜在客户网站的自动冷邮件撰写"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "710a2065-24ec-4681-aaa4-43028ec8acee",
  "connections": {
    "Loop Through Each Lead": {
      "main": [
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait Before Making Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait Before Making Request": {
      "main": [
        [
          {
            "node": "Scrape Lead Website with Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run Daily to Process New Leads": {
      "main": [
        [
          {
            "node": "Search Cold Leads Without Icebreaker",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save AI Output Back to Airtable": {
      "main": [
        [
          {
            "node": "Loop Through Each Lead",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape Lead Website with Dumpling AI": {
      "main": [
        [
          {
            "node": "Generate Icebreaker, Summary & Email (GPT-4o)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search Cold Leads Without Icebreaker": {
      "main": [
        [
          {
            "node": "Loop Through Each Lead",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Icebreaker, Summary & Email (GPT-4o)": {
      "main": [
        [
          {
            "node": "Save AI Output Back to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

这是一个中级难度的工作流,适用于AI、Marketing等场景。适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量9
分类2
节点类型8
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

外部链接
在 n8n.io 上查看 →

分享此工作流