Overview

QR Codes offer a fast and trackable way to drive users to URLs, funnels, forms, and other assets. We provides two methods for QR code creation:

  • Manual one-by-one creation

  • Bulk generation using a CSV upload

Currently, the bulk upload feature supports only URL-type QR codes. Additional types such as PAYMENT, WHATSAPP, FUNNEL, FORM, QUIZ, and SURVEY are planned for future releases.


Method 1: Manual QR Code Creation

Steps:

  1. Navigate to Sites > QR Codes in your account.

  2. Click Create QR Code.

  3. Fill in the required fields:

    • Name: A label for internal use.

    • Type: URL, Funnel, Form, etc.

    • Destination: Depending on the selected type.

  4. Choose a folder for organizational purposes.

  5. Click Save to generate the QR code.

When to Use:

  • Creating a small number of QR codes.

  • Needing to customize individual QR code settings.

  • Generating types other than URL (currently only available through manual creation).


Method 2: Bulk Upload QR Codes via CSV

The bulk upload feature allows you to generate multiple URL-type QR codes at once by uploading a properly formatted CSV file.

How to Upload

  1. Navigate to Sites > QR Codes.

  2. Click the Bulk Upload button in the toolbar.

  3. A modal will open. Choose your CSV file.

  4. Select the destination folder where QR codes should be created.

  5. Click Upload to begin the validation process.

Required Columns in the CSV File

  1. name

    • Purpose: Human-readable identifier for the QR code.

    • Required: Yes

    • Notes: Cannot be blank; should ideally be unique within the folder but not technically enforced.

  2. url

    • Purpose: The destination the QR code will redirect to.

    • Required: Yes

    • Notes: Must be a valid URL format (e.g., starting with http:// or https://). No malformed or missing entries.


Example CSV Structure

name,url

Promo Page 1,https://example.com/promo1

Landing Page A,https://example.com/landing-a

Event Ticket,https://tickets.example.com/qr-event

Common Validation Errors To Avoid


IssueRecommended Action
Missing required columnsEnsure name and url columns exist with correct headers.
Invalid URL formatsUse fully qualified URLs including the scheme.
Empty rows or extra columnsClean the file before saving as CSV.
File too large (over 1000 rows)Consider breaking into smaller CSVs.