Package Information
Downloads: 0 weekly / 88 monthly
Latest Version: 1.0.4
Author: uqr.ai
Available Nodes
Documentation
n8n-nodes-uqr-ai
This is an n8n community node for uqr.ai - a dynamic QR code API that allows you to create, manage, and track QR codes.
Features
- Create QR Codes - Generate static or dynamic QR codes with custom styling
- Update QR Codes - Modify content of dynamic QR codes without changing the code itself
- List QR Codes - Get all your QR codes with pagination
- Get QR Code - Retrieve details of a specific QR code
- Delete QR Codes - Remove QR codes from your account
- Analytics - Track scans and get detailed statistics
Installation
Community Node (Recommended)
- Go to Settings → Community Nodes in your n8n instance
- Click Install and enter:
n8n-nodes-uqr-ai - Restart n8n
Manual Installation
npm install n8n-nodes-uqr-ai
Setup
1. Get Your API Key
- Sign up at uqr.ai
- Go to your dashboard → API Settings
- Generate a new API key (starts with
uqr_)
2. Configure Credentials in n8n
- Open n8n → Credentials → New
- Search for uqr.ai API
- Enter your API key
- Save
Usage
Create a QR Code
- Add the uqr.ai node to your workflow
- Select QR Code resource
- Select Create operation
- Configure:
- Content: URL or text to encode
- Name: Optional name for the QR code
- Dynamic: Check for editable QR codes
- Additional Fields: Size, colors, error correction, logo
Update a QR Code
- Select QR Code → Update
- Enter the QR Code ID
- Provide new Content or Name
Get QR Code Details
- Select QR Code → Get
- Enter the QR Code ID
List All QR Codes
- Select QR Code → List
- Optionally set Limit or check Return All
Delete a QR Code
- Select QR Code → Delete
- Enter the QR Code ID
Get Scan Analytics
- Select QR Code → Get Scans or Analytics → Get Scans
- Enter the QR Code ID (optional for Analytics resource)
- Optionally set date range
Example Workflows
Generate QR Code from Form Submission
[Webhook] → [uqr.ai: Create QR Code] → [Send Email]
Track QR Code Scans Daily
[Schedule Trigger] → [uqr.ai: Get Scans] → [Google Sheets: Append]
Update QR Code Content
[Webhook] → [uqr.ai: Update QR Code] → [Slack: Send Message]
API Reference
For detailed API documentation, visit:
Resources
License
MIT - See LICENSE for details.
Support
For issues or questions:
Built with ❤️ for the n8n community.
