🎬 Qr code generator via webhook

⚑ 5,529 views · 🎬 Content Creation & Video

Description

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 automated workflows.


πŸ”§ How it works


πŸ‘€ Who is it for?

This workflow is ideal for:


πŸ“‘ Data Structure

When you trigger the webhook, send a POST request with a JSON body structured as follows:

{
  "data": "https://www.yourwebsite.com/your-specific-page-or-text-to-encode"
}

The workflow will return the QR code image directly in the response.


βš™οΈ Setup Instructions


πŸ“ Tips

πŸ”— Nodes Used

HTTP Request, Webhook

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup