8
n8n 中文网amn8n.com

属性链接缩短器和二维码生成器

中级

这是一个Miscellaneous领域的自动化工作流,包含 6 个节点。主要使用 HttpRequest, GoogleSheets, GoogleSheetsTrigger 等节点。 使用Google Sheets和Bitly自动化属性链接缩短和二维码生成

前置要求
  • 可能需要目标 API 的认证凭证
  • Google Sheets API 凭证

分类

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "9EhOzsA7Ll6zYkZg",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae"
  },
  "name": "属性链接缩短器和二维码生成器",
  "tags": [],
  "nodes": [
    {
      "id": "f6de70e3-5cc2-47e0-ad22-cb7e2bfa4b63",
      "name": "0. Google Sheets(新/更新行触发器)",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "description": "Monitors a Google Sheet for new or updated property listing rows.",
      "typeVersion": 1
    },
    {
      "id": "cc9738c4-f044-423f-80c6-926a0a73bf32",
      "name": "1. 缩短 URL(HTTP 请求 - Bitly)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        256,
        0
      ],
      "parameters": {},
      "description": "Shortens the property URL using Bitly.",
      "typeVersion": 3
    },
    {
      "id": "7ff26d30-70ec-440f-8ec0-7ec6157dd8c5",
      "name": "2. 生成二维码(HTTP 请求 - QR Code API)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        512,
        0
      ],
      "parameters": {},
      "description": "Generates a QR code image link from the shortened URL.",
      "typeVersion": 3
    },
    {
      "id": "da72e327-4fbd-4235-a12d-18de7290de99",
      "name": "3. 更新 Google Sheet(更新行)",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        752,
        0
      ],
      "parameters": {},
      "description": "Updates the Google Sheet with the generated short URL and QR code URL.",
      "typeVersion": 3
    },
    {
      "id": "fe912fd8-9e37-4481-91f8-9dabd36ab7fa",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        -48
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "081be7b2-1d16-4cb5-8e79-b415044f9a2c",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        240
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "5d951876-7f3a-4123-abce-2251f921d1d4",
  "connections": {
    "1. Shorten URL (HTTP Request - Bitly)": {
      "main": [
        [
          {
            "node": "2. Generate QR Code (HTTP Request - QR Code API)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0. Google Sheets (New/Updated Row Trigger)": {
      "main": [
        [
          {
            "node": "1. Shorten URL (HTTP Request - Bitly)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2. Generate QR Code (HTTP Request - QR Code API)": {
      "main": [
        [
          {
            "node": "3. Update Google Sheet (Update Row)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

中级 - 杂项

需要付费吗?

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

工作流信息
难度等级
中级
节点数量6
分类1
节点类型4
难度说明

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

作者
Marth

Marth

@marth

Simplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.

外部链接
在 n8n.io 查看

分享此工作流