Block 1 - Webhook Trigger
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Title Hackathon Participant Badge Generator with QR Code & Email Delivery Description A fast, reliable, and fully automated workflow that generates professional participant badges for hackathons, t...
n8n-nodes-base.webhook, n8n-nodes-base.function, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.gmail, n8n-nodes-base.respondtowebhook, n8n-nodes-verifiemail.verifiemail, n8n-nodes-htmlcsstopdf.htmlcsstopdf
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jitesh Dugar.
Original n8n.io sourceHackathon Participant Badge Generator with QR Code & Email Delivery
A fast, reliable, and fully automated workflow that generates professional participant badges for hackathons, tech events, and workshops — complete with unique Badge ID, QR verification, PDF output, and email delivery.
This workflow takes any simple registration input and transforms it into a verified, branded participant badge in under 10 seconds.
Accepts event registrations via a POST Webhook (name, email, event, team, role).
Performs input validation and disposable/fake email detection using VerifiEmail.
Creates a unique Badge ID (e.g., HACK-2025-1763560499-AB3XYF).
Generates a public verification URL and QR code for check-in.
Builds a high-resolution badge (1056×816px) with event branding, logo, gradient background, and QR code.
Converts the HTML badge design into a print-ready PDF using PDFMunk (htmlcsstopdf).
Sends a beautiful HTML email via Gmail that includes:
Logs all badge metadata to Google Sheets for audit and check-in tracking.
Returns a clean JSON success response to the caller.
Ideal for:
Add your credentials:
Update your:
Activate the workflow and start sending POST requests to the Webhook.
Badges will be generated and emailed automatically — no manual work needed.
It’s built for speed, reliability, visual quality, and zero manual overhead. Participants receive a sleek, branded badge instantly, organizers get automated logs, and your event gets a professional identity.
Perfect for teams who want enterprise-grade badge automation without writing a single line of code.
hackathon, badge, qr-code, pdf, email, gmail, automation, participant, event, check-in, google-sheets
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Hackathon participant badge generator with QR code, PDF & email delivery |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Document Extraction |
| Author | Jitesh Dugar |
| Published | 19 Nov 2025 |
Use the JSON export at /data/workflows/11016/11016.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Title Hackathon Participant Badge Generator with QR Code & Email Delivery Description A fast, reliable, and fully automated workflow that generates professional participant badges for hackathons, t...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction use case.