AutomationFlowsWeb Scraping › Generate QR Code via Webhook

Generate QR Code via Webhook

Original n8n title: Qr Code Generator via Webhook

Byist00dent @ist00dent on n8n.io

This n8n template allows you to instantly generate QR codes from any text or URL by simply sending a webhook request. It's a versatile tool for creating dynamic QR codes for various purposes, from marketing campaigns to event registrations, directly integrated into your…

Webhook trigger★★☆☆☆ complexity6 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 6 Complexity: ★★☆☆☆ Added:

This workflow corresponds to n8n.io template #4596 — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "2Ttwb1pfwNkhBDuB",
  "name": "QR Code Generator via Webhook",
  "tags": [],
  "nodes": [
    {
      "id": "1a6f0b70-47f1-4a13-9d06-569574438a07",
      "name": "Note for Webhook Trigger",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        -40
      ],
      "parameters": {
        "height": 320,
        "content": "This node listens for incoming POST requests. It expects a JSON body with a 'data' property (or 'sampleData' as currently configured) which will be encoded into the QR code. You can easily adjust the webhook path."
      },
      "typeVersion": 1
    },
    {
      "id": "b66d7f5a-cf82-43bd-902c-3e9a74fc4e3e",
      "name": "Note for QR Code Generation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        -40
      ],
      "parameters": {
        "color": 2,
        "width": 280,
        "height": 320,
        "content": "This node makes an HTTP GET request to the QR Server API to generate the QR code image. The 'data' parameter in the URL is populated from the incoming webhook. The 'size' parameter can be adjusted here."
      },
      "typeVersion": 1
    },
    {
      "id": "e55153df-3269-46d5-8c01-289eb72415ae",
      "name": "Note for Webhook Response",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        840,
        -60
      ],
      "parameters": {
        "color": 3,
        "width": 300,
        "height": 340,
        "content": "This node sends the response from the QR Server API (which is typically the QR code image data itself, or a URL to it if you change the API call) back to the original caller of the webhook. You can insert other nodes before this to save the image, send it via email, etc."
      },
      "typeVersion": 1
    },
    {
      "id": "c9a692b7-62bd-40e2-8c92-0dbbc37f3e12",
      "name": "Generate QR Code",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        580,
        140
      ],
      "parameters": {
        "url": "=https://api.qrserver.com/v1/create-qr-code/?size=150x150&data={{ $json.body.data }}",
        "method": "=GET",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "cb065a0f-562a-432f-9ed4-c942fdd6a808",
      "name": "Receive Data Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        260,
        140
      ],
      "parameters": {
        "path": "generate-qr",
        "options": {},
        "httpMethod": "POST",
        "responseMode": "responseNode"
      },
      "typeVersion": 2
    },
    {
      "id": "acd3ea0f-7694-4875-994c-3b365c10fc28",
      "name": "Respond with QR Code",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        920,
        140
      ],
      "parameters": {
        "options": {},
        "respondWith": "allIncomingItems"
      },
      "typeVersion": 1.2
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "23aac7b6-e36d-4074-b81d-dbdcb8204451",
  "connections": {
    "Generate QR Code": {
      "main": [
        [
          {
            "node": "Respond with QR Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Data Webhook": {
      "main": [
        [
          {
            "node": "Generate QR Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This n8n template allows you to instantly generate QR codes from any text or URL by simply sending a webhook request. It's a versatile tool for creating dynamic QR codes for various purposes, from marketing campaigns to event registrations, directly integrated into your…

Source: https://n8n.io/workflows/4596/ — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

This template is designed for developers, businesses, and service providers who need to programmatically check Calendly availability. It's perfect for: Web developers building custom booking interface

HTTP Request
Web Scraping

Never lose a prospect to a missed call again. This workflow sends an automatic "sorry we missed you" SMS within seconds, follows up 2 hours later if there's no reply, and enrolls unresponsive contacts

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request
Web Scraping

Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost. Uses httpRequest. Webhook trigger; 12 nodes.

HTTP Request