Block 1 - 📋 Setup Instructions
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Automate event registration with capacity management, a waitlist, and multi tier PDF ticket generation using PDF Generator API. When attendees register, the workflow checks available spots, routes ...
n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.switch, n8n-nodes-base.set, @pdfgeneratorapi/n8n-nodes-pdf-generator-api.pdfgeneratorapi
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Marián Današ.
Original n8n.io sourceAutomate event registration with capacity management, a waitlist, and multi-tier PDF ticket generation using PDF Generator API. When attendees register, the workflow checks available spots, routes by tier (General / VIP / Backstage), generates a PDF ticket with a QR code, emails it, logs to Google Sheets, and notifies via Slack. Full event? Attendees are waitlisted and automatically promoted when a cancellation opens a spot.
Event organizers and developers who need automated ticketing with capacity control and waitlist logic — without a custom backend.
Flow A — Registration (form trigger): Attendee submits the form → workflow reads Sheets to check capacity → if spots available, a Switch routes by tier, each adding tier-specific perks → PDF Generator API creates a personalized ticket with QR code → confirmation email via Gmail → logged to Sheets → Slack notification. If full → added to waitlist tab → waitlist email sent.
Flow B — Cancellation & promotion (webhook trigger): Webhook receives a ticket ID → validates and removes from Sheets → checks waitlist → if someone is waiting, the first person is auto-promoted: new PDF generated, emailed, logged, waitlist entry removed, organizer notified. If waitlist is empty → cancellation-only Slack alert.
ticket_id, attendee_name, event_name, venue, event_date, seat_number, ticket_tier, issued_date. Add a QR Code component bound to ticket_id.MAX_CAPACITY in the "Check Capacity & Prepare Data" and "Promote from Waitlist" nodes.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.
Showing the first 24 of 43 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate event ticketing and waitlists with multi-tier PDFs and PDF Generator API |
|---|---|
| Complexity | advanced |
| Nodes | 43 |
| Categories | Document Extraction |
| Author | Marián Današ |
| Published | 30 Mar 2026 |
Use the JSON export at /data/workflows/14491/14491.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.
Automate event registration with capacity management, a waitlist, and multi tier PDF ticket generation using PDF Generator API. When attendees register, the workflow checks available spots, routes ...
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.