属性リンク短縮機能&QRコードジェネレーター

中級

これはMiscellaneous分野の自動化ワークフローで、6個のノードを含みます。主にHttpRequest, GoogleSheets, GoogleSheetsTriggerなどのノードを使用。 Google SheetsとBitlyを使ったプロパティリンクの短縮とQRコード生成の自動化

前提条件
  • ターゲットAPIの認証情報が必要な場合あり
  • Google Sheets API認証情報

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "9EhOzsA7Ll6zYkZg",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae"
  },
  "name": "Property Link Shortener & QR Code Generator",
  "tags": [],
  "nodes": [
    {
      "id": "f6de70e3-5cc2-47e0-ad22-cb7e2bfa4b63",
      "name": "0. Google スプレッドシート (New/Updated Row Trigger)",
      "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. Shorten 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. Generate QR Code (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. Update Google Sheet (Update Row)",
      "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": "da72e327-4fbd-4235-a12d-18de7290de99",
            "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で表示

このワークフローを共有

カテゴリー

カテゴリー: 34